Commit Graph
21 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Paul Gilbert 1d8ccbe1ea TITANIC: Cleanup of auto music player classes and messages 2017-10-13 17:51:49 -04:00
Paul Gilbert 481e18ee1d TITANIC: Create a separate g_language global in it's own file
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 16:24:26 -04:00
Paul Gilbert fe83d2b3f6 TITANIC: Fixes for sounds and Doorbot during German prologue 2017-09-17 11:21:37 -04:00
Paul Gilbert cedd15f3f3 TITANIC: Fix incorrect sound effect in German prologue 2017-09-16 20:26:43 -04:00
Paul Gilbert c55e83e776 TITANIC: Remove development link left in computer screen view 2017-08-06 17:45:27 -04:00
Paul Gilbert b24c66e096 TITANIC: Add German sound filenames for spaceship crash 2017-06-25 13:24:10 -04:00
Paul Gilbert d7ba14cca8 TITANIC: Fix missing transition in ship crash cutscene 2017-06-17 16:04:37 -04:00
Paul Gilbert 314c795d21 TITANIC: Cleanup of movie flags 2017-02-16 21:42:42 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert c224d35a43 TITANIC: Identified sound balance usage in the engine 2016-09-03 10:34:38 -04:00
Paul Gilbert b1105a6686 TITANIC: Fixes to building NPC response chain 2016-09-02 18:17:00 -04:00
Paul Gilbert 87b4c8a9d9 TITANIC: Added more sound manager functionality 2016-08-06 21:55:19 -04:00
Paul Gilbert d690ca322c TITANIC: Cleanup of CTimeEventInfo class 2016-07-23 18:10:34 -04:00
Paul Gilbert d979dcd020 TITANIC: Fixes for movie notification, computer game logic cleanup 2016-07-23 17:21:38 -04:00
Paul Gilbert 5ccc0a66da TITANIC: Removed const modifier from all saveable objects
Turns out that CGameObject::save regenerates the _movieRangeInfo list.
So the const suffix can no longer be used for the entire hierarchy
2016-07-15 19:25:58 -04:00
Paul Gilbert b138134192 TITANIC: Finished CTrueTalkManager start method 2016-07-10 16:38:38 -04:00
Paul Gilbert b1290d6dd9 TITANIC: Cleanup & renames for starting conversations 2016-07-10 16:38:29 -04:00
Paul Gilbert d463be89fa TITANIC: Finished CComputerScreen TimerMsg 2016-07-10 16:38:27 -04:00
Paul Gilbert 7ac4f7c3aa TITANIC: Implementing CComputerScreen messages 2016-07-10 16:10:56 -04:00
Paul Gilbert 03f842f8eb TITANIC: Implement computer and CDROM classes 2016-02-26 22:36:59 -05:00