Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-16 | TITANIC: Cleanup of movie flags | Paul Gilbert | |
2017-01-16 | TITANIC: Workaround to dispense a cold chicken when the fuse is removed | Paul Gilbert | |
I'm pretty certain this was the original intention of the dispensor, as it not only makes sense, but there was code in place in the dispensor StatusChangeMsg method that handled two different types of dispensing, depending on whether the fuse was in place. But the code was identical; given other nastyness and code duplication in the whole dispensor logic, it's pretty clear that this was what was originally intended. Though given that the dispensor fuse is present in the fusebox by default, it's likely no-one ever played around with the dispensor with the fuse removed. | |||
2017-01-16 | TITANIC: Renamings and cleanup for chicken, sauce, and dispensor | Paul Gilbert | |
2017-01-16 | TITANIC: Further cleanup of chicken dispensor | Paul Gilbert | |
2017-01-15 | TITANIC: Further clarifying fields of Chicken Dispensor | Paul Gilbert | |
2017-01-15 | TITANIC: Removal of un-used fields to reduce Buildbot warnings | Paul Gilbert | |
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future | |||
2016-11-12 | TITANIC: Fix not being able to leave chicken dispensor | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-09-11 | TITANIC: Simplify German version checks | Paul Gilbert | |
2016-09-10 | TITANIC: Move text messages to DAT file | Paul Gilbert | |
2016-08-18 | TITANIC: Implementing game classes | 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-02-29 | TITANIC: Implemented lots of CBackground descendent classes | Paul Gilbert | |