aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/television.cpp
AgeCommit message (Collapse)Author
2017-09-21TITANIC: DE: More sound translationsPaul Gilbert
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global.
2017-08-17TITANIC: Fix magazine being winnable multiple timesPaul Gilbert
2017-06-23TITANIC: Minor renamings for Television eye floorPaul Gilbert
2017-06-19TITANIC: Set SGT TV Magazine announcement to use speech sound typePaul Gilbert
2017-01-16TITANIC: Renaming checks for player's first class suitePaul Gilbert
2017-01-16TITANIC: Rename light fields to more closely match originalPaul Gilbert
2017-01-16TITANIC: Renamings for light switchesPaul Gilbert
2016-12-26TITANIC: Clarifications to sending mail codePaul Gilbert
2016-11-30TITANIC: Fix showing magazine ad on TV channel 3Paul Gilbert
2016-11-30TITANIC: Fix down channel remote button for televisionPaul Gilbert
2016-11-30TITANIC: Field renamings in CTelevisionPaul Gilbert
2016-11-11TITANIC: Load more text strings from data filePaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-03TITANIC: Identified sound balance usage in the enginePaul Gilbert
2016-08-23TITANIC: Implemented more game classesPaul Gilbert
2016-08-22TITANIC: Cleanup of engine referencesPaul Gilbert
2016-08-22TITANIC: Implemented more game classesPaul Gilbert
2016-08-21TITANIC: Implemented more game classesPaul Gilbert
2016-08-06TITANIC: Added more sound manager methodsPaul Gilbert
2016-07-15TITANIC: Removed const modifier from all saveable objectsPaul 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-15TITANIC: Fleshing out CGameObject and CPetControl methodsPaul Gilbert
2016-07-15TITANIC: Fix compilation issuesPaul Gilbert
2016-07-15TITANIC: Completed CPetRooms methodsPaul Gilbert
2016-07-15TITANIC: Added PET cursor related methodsPaul Gilbert
2016-07-10TITANIC: Implemented stopSoundPaul Gilbert
2016-07-10TITANIC: Implement summoning NPCsPaul Gilbert
2016-07-10TITANIC: Implement playing a range of frames within moviePaul Gilbert
2016-04-10TITANIC: Fleshing out CTelevision::MovieEndMsgPaul Gilbert
2016-04-07TITANIC: Fix message map for CTelevisionPaul Gilbert
2016-04-06TITANIC: Beginnings of CProximity classPaul Gilbert
2016-03-29TITANIC: Beginnings of PET drawingPaul Gilbert
2016-03-28TITANIC: Implemented CCDROM and various support stuffPaul Gilbert
2016-03-25TITANIC: Implementing more CTelevision code, CGameState movie listPaul Gilbert
2016-03-24TITANIC: Implementing more CTelevision message handlersPaul Gilbert
2016-03-24TITANIC: Implementing more CTelevision message handlersPaul Gilbert
2016-03-24TITANIC: Implement television CLeaveViewMsg handlerPaul Gilbert
2016-03-24TITANIC: Support methods needed by CTelevisionPaul Gilbert
2016-02-26TITANIC: Implemented CTelevisionPaul Gilbert