Commit Graph
18 Commits
Author SHA1 Message Date
Walter Agazzi 88291f358f BURIED: Clear _controlDown flag on GUI windows opening
Prevents being stuck in fast mode, fixes TRAC #13584
2022-12-30 23:12:44 +02:00
Filippos Karapetis c4d40efd72 BURIED: Add constant for the intro video filename 2022-01-02 12:20:51 +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 2704a81a96 BURIED: Close the biochip view after saving - FR #13178
This improves the player experience, as it's a bit tedious to close the
biochip menu every time after saving
2021-12-29 19:16:10 +02:00
Filippos Karapetis 404743fafa BURIED: Implement game pausing via Control-P - bug #12934
Also, this commit fixes wrong fall through when handling the other
hotkey combinations
2021-12-29 18:47:58 +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
Matthew Hoops 4270ea8fdd BURIED: Fix the date not showing in the intro
(An original game bug)
2021-03-22 00:07:44 +01:00
Matthew Hoops e9542e6e67 BURIED: Use runLoadDialog/runSaveDialog instead of the old save/load code 2021-03-22 00:07:43 +01:00
Matthew Hoops e825892922 BURIED: Fix the warning light 2021-03-22 00:07:40 +01:00
Matthew Hoops 8866f3b1ca BURIED: Don't draw the date or warning light in the demo 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 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
Matthew Hoops 55c470ad10 BURIED: Begin adding the UI code
The first part of the intro now plays
2021-03-22 00:07:38 +01:00