Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | TITANIC: Renamed GlobalSound methods to AmbientSound | Paul Gilbert | |
2017-09-17 | TITANIC: Create a separate g_language global in it's own file | Paul Gilbert | |
I was becoming concerned with more and more files having to add the full engine definition and sub-classes thereof via titanic.h, just so the TRANSLATE macro could call getLanguage. This way, files just need to include the lightweight translation.h file instead | |||
2017-09-17 | TITANIC: German sound fixes for rest of prologue | Paul Gilbert | |
2017-07-31 | TITANIC: Handle brief freeze if prologue credits are skipped | Paul Gilbert | |
2017-07-16 | TITANIC: Add a VolumeMode enum | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-08-18 | TITANIC: Implementing game classes | Paul Gilbert | |
2016-07-15 | TITANIC: Removed const modifier from all saveable objects | Paul Gilbert | |
Turns out that CGameObject::save regenerates the _movieRangeInfo list. So the const suffix can no longer be used for the entire hierarchy | |||
2016-02-28 | TITANIC: Added CCredits | Paul Gilbert | |