Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Thierry Crozat
41d4434529
SUPERNOVA: Improve synchronization of TTS with text displayed on screen
2021-09-08 20:03:24 +01:00
Thierry Crozat
f9292bc97a
SUPERNOVA: Fix display of text on intro and outro screen
...
This was a regression from 54b0b4ac4 that prevents from adding
null characters to a Common::String. For those screens the game
passes multiple strings as a single strings containing a '\0'
to separate the different parts. But that '\0' was no longer
added. I am now using '\1' and updated the parsing in the text
display to handle this.
2021-04-03 01:24:36 +01:00
mataniko
06242a712b
JANITORIAL: Rename EVENT_RTL
...
Now that ScummVM is adding RTL support, the EVENT_RTL should be disambigious that it is for returning to launcher
2020-05-12 10:36:38 +02:00
D G Turner
719decda55
SUPERNOVA: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01 00:31:33 +00:00
Jaromir Wysoglad
0d3367cea2
SUPERNOVA: Fix exiting scummvm from MSN 1 intro
2019-11-06 19:04:11 +01:00
Jaromir Wysoglad
c2177f8453
SUPERNOVA: Merge getInput and waitOnInput methods.
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
bcd62c0669
SUPERNOVA: Code refactoring
...
Add constant for inverting sections (number 128)
Move some initialization in initState from derived classes to
base class.
Simpilfy AxacussCorridor4::onEntrance
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
61975aa2e2
SUPERNOVA: Add improved mode
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
a4ca2a838f
SUPERNOVA: When dead return back to main loop ASAP
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
fbf6a912cb
SUPERNOVA: Resolve same MS1 TODOs
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
1cf7bd073f
SUPERNOVA: Fix segfault in axacuss
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
ab4af5c614
SUPERNOVA: Add info, doc, help screens for MS2
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
3cf9cfbf78
SUPERNOVA: Merge in the supernova2 engine.
2019-07-28 15:09:14 +01:00
Jaromir Wysoglad
33d7391f4a
SUPERNOVA: Move part 1 files to it's own directory
2019-07-28 15:09:14 +01:00