Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-18 | TITANIC: Fix visiblity of elevator heads | Paul Gilbert | |
2016-12-07 | TITANIC: Cleanup and fixes for CTurnOnTurnOff class | Paul Gilbert | |
2016-11-01 | TITANIC: Cleanup calls to playMovie | Paul Gilbert | |
2016-08-12 | TITANIC: Implemented CArmchair class | 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-06 | TITANIC: In-progress converting message handling to be more like original | Paul Gilbert | |
I currently was using multiple inheritance to define the message classes that a class supports, but this caused problems when, for example, a class tested to see if an object supported CMouseMsg. The class in question supported several mouse messages, but a standard dynamic_cast returned nullptr for the class, since it didn't directly support it | |||
2016-04-06 | TITANIC: Implement CBackground message handlers | Paul Gilbert | |
2016-03-28 | TITANIC: Implemented CCDROM and various support stuff | Paul Gilbert | |
2016-02-25 | TITANIC: Implemented CBackground class | Paul Gilbert | |