Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-01 | SUPERNOVA: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-09-14 | SUPERNOVA: Replace String Copy With Safer ScummVM Common Version | D G Turner | |
2019-09-13 | SUPERNOVA: Change type of an array to avoid casting | Thierry Crozat | |
2019-09-13 | SUPERNOVA: Fix Reported MSVC Compiler Warnings | D G Turner | |
These are from Henke37 via IRC. | |||
2019-07-28 | SUPERNOVA: Fix most of Codacy issues | Jaromir Wysoglad | |
* Fix mismatched delete in create_image.cpp * Add shebangs to create_ms2_data.***.sh * Reduce scopes of some variables * Substitute bitwise and for logical and in GamaManager2::passageConstruction | |||
2019-07-28 | SUPERNOVA: Merge getInput and waitOnInput methods. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Fix some code issues pointed by Criezy | Jaromir Wysoglad | |
Remove 2 unused variables and a function call with wrong datatype | |||
2019-07-28 | SUPERNOVA: Code refactoring | Jaromir Wysoglad | |
Add constant for inverting sections (number 128) Move some initialization in initState from derived classes to base class. Simpilfy AxacussCorridor4::onEntrance | |||
2019-07-28 | SUPERNOVA: Add improved mode | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Finish pyramid door translation | Jaromir Wysoglad | |
Change password to TOAST, remove subtitle on room entrance | |||
2019-07-28 | SUPERNOVA: Fix some room comparison issues. | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: When dead return back to main loop ASAP | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Preload exit list on room entry | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Remove meaning TODOs from MS2 | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Add intermediate room classes | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Reformat StringId enums and gametext.h | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Fix street animation. | Jaromir Wysoglad | |
Street animation was changing memory that it shouldn't, so going into the kiosk resulted in a segfault. Also remove 2 debug lines from supernova2/state.cpp | |||
2019-07-28 | SUPERNOVA: Add info, doc, help screens for MS2 | Jaromir Wysoglad | |
2019-07-28 | SUPERNOVA: Merge in the supernova2 engine. | Jaromir Wysoglad | |