aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound
AgeCommit message (Collapse)Author
2016-03-17TITANIC: Added stubbed CEnterRoomMsg event handlers as neededPaul Gilbert
2016-03-17TITANIC: Fixes to make message handling const, adding CEnterRoomMsg handlersPaul Gilbert
2016-03-12TITANIC: Implement various post-load methodsPaul Gilbert
2016-03-12TITANIC: Implemented sound manager loadingPaul Gilbert
2016-03-10TITANIC: Beginnings of game manager data loadingPaul Gilbert
2016-03-08TITANIC: Added skeletons for game manager support classesPaul Gilbert
2016-03-06TITANIC: Converting saveable objects hierarchy to have type dataPaul Gilbert
This is necessary for at least message sending, and probably other areas, that needs to be able to pass class filtering for message targets. And I could figure out a clean way to use the built-in RTTI
2016-03-02TITANIC: Implemented more saveable classesPaul Gilbert
2016-03-02TITANIC: More saveable classes implementedPaul Gilbert
2016-03-02TITANIC: Added more miscellaneous classesPaul Gilbert
2016-03-01TITANIC: Lots more miscellaneous classesPaul Gilbert
2016-03-01TITANIC: Added lots more miscellaneous classesPaul Gilbert
2016-02-29TITANIC: Implemented lots of CBackground descendent classesPaul Gilbert
2016-02-28TITANIC: Added a lot of class definitionsPaul Gilbert
Let's be honest here, it's a s**t-load of class definitions
2016-02-26TITANIC: Implemented CAutoMusicPlayer and CSeasonalMusicPlayerPaul Gilbert