Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-21 | TITANIC: DE: Add miscellaneous missed sound translations | 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: Fixes for sounds and Doorbot during German prologue | Paul Gilbert | |
2016-10-25 | TITANIC: Keep cursor disabled for entire Doorbot intro | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-07-23 | TITANIC: Fixes for movie notification, computer game logic cleanup | 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-07-10 | TITANIC: Implement playing a range of frames within movie | Paul Gilbert | |
2016-04-10 | TITANIC: Fleshing out CTelevision::MovieEndMsg | Paul Gilbert | |
2016-04-07 | TITANIC: Fleshed out CCDROMTray class | Paul Gilbert | |
2016-03-31 | TITANIC: Work on implementing CDROM Tray class | Paul Gilbert | |
2016-03-28 | TITANIC: Implemented CCDROM and various support stuff | Paul Gilbert | |
2016-02-26 | TITANIC: Implement computer and CDROM classes | Paul Gilbert | |