Commit Graph
19 Commits
Author SHA1 Message Date
Filippos Karapetis 74f2df71c3 BURIED: Fix Arthur being visible after AI biochip is lost - bug #313193
This is an original game bug. The fix expands upon the original one so
that the active biochip is only changed if Arthur's biochip was active
before he sacrifices himself
2022-01-02 12:25:49 +02:00
Filippos Karapetis c411bbb758 BURIED: Clean up game pausing functions and use pauseEngine() 2021-12-29 22:52:46 +02:00
Filippos Karapetis 479c2ba1f3 BURIED: Proper handling of engine pausing - bug #12886
The game is now paused while the interface menu, the save dialog and the
restore dialog is shown. The interface menu always pauses the game when
shown, regardless of the pause option. Hotkeys for saving, loading and
pausing the game are disabled while these dialogs are open.
2021-12-29 22:28:17 +02:00
Filippos Karapetis 72b4c652f0 BURIED: Cleanup the biochip toggling code 2021-12-29 19:16:09 +02:00
Filippos Karapetis e13a72e8f6 BURIED: Also allow skipping synchronous sounds 2021-12-29 18:08:49 +02:00
Filippos Karapetis 2591106d38 BURIED: Pass the currently playing video to yield()
This allows sending the event to the specific video, not to all the
currently playing videos. Also, this allows to distinguish video from
audio loops and only process video skipping events when playing videos
2021-12-28 18:57:40 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 369eae5f35 BURIED: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Eugene Sandulenko 32136a8c9e BURIED: Added sanity checks on video loading 2021-03-25 16:06:44 +01:00
Strangerke e798795cee BURIED: Make more consistent use of nullptr 2021-03-22 00:07:45 +01:00
Matthew Hoops a3dc50a6a2 BURIED: Fix jump biochip display
Technically both a regression and a bug; it worked by accident before my video rect fix
2021-03-22 00:07:42 +01:00
Matthew Hoops 911ac215fa BURIED: Fix navigation arrows after decloaking 2021-03-22 00:07:40 +01:00
Matthew Hoops 9f759260f6 BURIED: Fix destroying the biochip view window 2021-03-22 00:07:39 +01:00
Matthew Hoops 9c0da1c36b BURIED: Add the scene view class 2021-03-22 00:07:39 +01:00
Matthew Hoops 78c866efec BURIED: Add inventory window
Dragging not working yet
2021-03-22 00:07:38 +01:00
Matthew Hoops 7d19e450bb BURIED: Hook the demo into the interface 2021-03-22 00:07:38 +01:00
Matthew Hoops bf3ba824c4 BURIED: Add the biochip view window 2021-03-22 00:07:38 +01:00
Matthew Hoops 5a8260815c BURIED: Add the navigation arrows window 2021-03-22 00:07:38 +01:00
Matthew Hoops 4da91fb632 BURIED: Add the right BioChip display window 2021-03-22 00:07:38 +01:00