aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_remote_glyphs.cpp
AgeCommit message (Collapse)Author
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-07-15TITANIC: Don't allow starfield to be shown if puzzle was skippedPaul Gilbert
2017-03-29TITANIC: Further code for new skip nav button to work correctlyPaul Gilbert
2017-03-29TITANIC: Add remote icon for skipping nav puzzlePaul Gilbert
2017-01-01TITANIC: Rename CPetText to CTextControlPaul Gilbert
The class is used in several areas outside of the PET, so it makes better sense to not have it in the pet_control/ folder and named so
2016-12-17TITANIC: Fix operation of 1st class light switchesPaul Gilbert
2016-12-08TITANIC: Fix elements for Television Control remote glyphPaul Gilbert
2016-12-01TITANIC: Field renaming for CSuccubusDeliveryGlyphPaul Gilbert
2016-11-13TITANIC: Fix icon for basin remote glyphPaul Gilbert
2016-11-12TITANIC: Renamings for SGT state room object fieldsPaul Gilbert
2016-11-11TITANIC: Setup room indexes for each Remote Goto glyphPaul Gilbert
2016-11-11TITANIC: Don't treat Pellerator remote button like Lift buttonPaul Gilbert
2016-11-11TITANIC: Load more text strings from data filePaul Gilbert
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-05TITANIC: Convert some dynamic_casts back to static_cast as appropriatePaul Gilbert
2016-09-01TITANIC: Convert many static_casts to dynamic_castPaul Gilbert
2016-07-15TITANIC: Fix initializing PET Remote glyphsPaul Gilbert
2016-07-10TITANIC: Implement remaining PET Remote glyphsPaul Gilbert
2016-07-10TITANIC: Implemented more PET Remote glyph classesPaul Gilbert
2016-07-10TITANIC: Implemented more PET Remote glyph classesPaul Gilbert
2016-07-10TITANIC: Implement Deploy Comfort Device glyphPaul Gilbert
2016-07-10TITANIC: Implement Deploy Relaxation Device glyphPaul Gilbert
2016-07-10TITANIC: Implement Deploy Floral Enhancement glyphPaul Gilbert
2016-07-10TITANIC: Implement Operate Lights glyphPaul Gilbert
2016-07-10TITANIC: Implemented remote entertainment device glyphPaul Gilbert
2016-07-10TITANIC: Implement toggle remote glyph base classPaul Gilbert
2016-07-10TITANIC: Implement Television Control glyphPaul Gilbert
2016-07-10TITANIC: Beginnings of PET Remote glyph classesPaul Gilbert