Commit Graph
26 Commits
Author SHA1 Message Date
Filippos Karapetis 654cf83018 BURIED: Rewrite the logic for biochip evidence access to global vars
This allows us to remove the last traces of offsetof(), together with
struct packing for the GlobalFlags struct, since its members are now
accessed directly, without using offsets
2022-01-02 12:20:50 +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 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
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
Orgad Shaneh 4ff77410ab BURIED: Use override
Using clang-tidy modernize-use-override
2021-11-14 13:37:12 +02:00
Torbjörn Andersson 0e7c8ce60e BURIED: Fix missing agent research score (bug 12881)
The Agent 3 information and profile research points were awarded when
pressing the "next" button, so they were never awarded. Award them when
hitting a hotspot instead.
2021-09-07 23:31:49 +02:00
Torbjörn Andersson 827e7306cf BURIED: Fix missing jump suit research points (bug 12881)
The positions of the previous and next button had been mixed up. The
previous button is left of the next button, not the other way around.

This meant you could only be awarded points when pressing the previous
button, and since you would then step away from the page that awards
point that did not work.

Since the buttons worked in other respects, the id for the previous and
next pages must also have been similarly mixed up. This too should be
fixed now.
2021-09-07 23:31:49 +02:00
Thunderforge 481568edc9 BURIED: Fixing spelling errors in comments 2021-09-07 08:19:35 +03:00
Orgad Shaneh a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Matthew Hoops 615247b5f8 BURIED: Add support for the Spanish version
Some inventory text is incorrectly wrapped still, however
2021-03-22 00:07:44 +01:00
Matthew Hoops 85ae8a95ca BURIED: Use TempCursorChange in a few more places 2021-03-22 00:07:44 +01:00
Matthew Hoops 43ea41678b BURIED: Implement the pause button 2021-03-22 00:07:43 +01:00
Matthew Hoops 3273594eac BURIED: Implement returning to the main menu 2021-03-22 00:07:43 +01:00
Matthew Hoops 05ee6ecf06 BURIED: Implement internal load/save dialog boxes 2021-03-22 00:07:43 +01:00
Matthew Hoops a3f2bef3f3 BURIED: Implement the evidence review screen 2021-03-22 00:07:41 +01:00
Matthew Hoops 49bd829ec1 BURIED: Fix frame cycling 2021-03-22 00:07:40 +01:00
Matthew Hoops 2d04529ec9 BURIED: Implement the time jump menu 2021-03-22 00:07:40 +01:00
Matthew Hoops aaa3274b45 BURIED: Fix the demo transition slider 2021-03-22 00:07:39 +01:00
Matthew Hoops 773f42174d BURIED: Fix the demo's interface biochip view images 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 6058158772 BURIED: Add the files biochip window 2021-03-22 00:07:38 +01:00
Matthew Hoops 43e49fd1c1 BURIED: Add the interface biochip window 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