Commit Graph
17 Commits
Author SHA1 Message Date
Filippos Karapetis b52f486232 BURIED: Move agent evaluation (score) logic into a separate file
This is used by the death screens, the completion screen, and our
in-game score screen, so move the duplicate code into a new file
2022-01-02 16:52:20 +02:00
Filippos Karapetis 3e595eedda BURIED: Adjust comments 2022-01-02 12:20:51 +02:00
Filippos Karapetis bc9b2ddeda BURIED: Fix global flag corruption in death screens
A regression from b8da2eed66
2021-12-31 19:12:30 +02:00
Filippos Karapetis 73adf9548a BURIED: Show the agent evaluation (current points) with Control-D
This is the text that is shown in the death screens - it's an
enhancement in ScummVM, which is also quite useful for debugging
2021-12-31 19:12:30 +02:00
Filippos Karapetis b8094a3908 BURIED: Cleanup of the saving/loading dialog code 2021-12-30 00:24:35 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko b8da2eed66 BURIED: Pass big parameters only by reference 2021-03-25 15:57:19 +01:00
Matthew Hoops b8f51e9f2f BURIED: Implement continue game from the death screen 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 e9ec786111 BURIED: Fix missing puzzle score flag 2021-03-22 00:07:43 +01:00
Matthew Hoops 09c1f91c42 BURIED: Be sure to take a copy of the global flags when dying
The scene view window is destroyed, taking them with it
2021-03-22 00:07:40 +01:00
Matthew Hoops 020989eefe BURIED: Improve the text positioning a bit 2021-03-22 00:07:40 +01:00
Matthew Hoops 9c3c87564d BURIED: Allow for right-aligned text 2021-03-22 00:07:40 +01:00
Matthew Hoops 1aebefdebb BURIED: Update Japanese font code 2021-03-22 00:07:39 +01:00
Matthew Hoops 4bba4a34b3 BURIED: Fixed global flags for the louvre research flag
Ugh. Ugh. Double ugh.
2021-03-22 00:07:39 +01:00
Matthew Hoops 579d6540cc BURIED: Add death/completion window scoring strings 2021-03-22 00:07:39 +01:00
Matthew Hoops 7487adfd93 BURIED: Add the death screens 2021-03-22 00:07:38 +01:00