Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-24 | TITANIC: Reduce header includes for titanic.h | David 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-01-01 | TITANIC: Rename CPetText to CTextControl | Paul 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-11-09 | TITANIC: Fix naming and initialization of PET Room glyph images | Paul Gilbert | |
2016-11-05 | TITANIC: Cleanup of class handling in PET Rooms tab | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
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-15 | TITANIC: Added various PET methods | Paul Gilbert | |
2016-07-15 | TITANIC: Properly named several PET Glyph virtual methods | Paul Gilbert | |
2016-07-15 | TITANIC: Added further PET Rooms Glyph method | Paul Gilbert | |
2016-07-15 | TITANIC: Added PET Room Glyph drawing | Paul Gilbert | |
2016-07-15 | TITANIC: Figured out PET Room Glyph modes | Paul Gilbert | |
2016-07-15 | TITANIC: Adding Pet Room glyph methods | Paul Gilbert | |
2016-07-15 | TITANIC: Fix compilation issues | Paul Gilbert | |
2016-07-15 | TITANIC: Completed CPetRooms methods | Paul Gilbert | |
2016-07-15 | TITANIC: Flesh out PET Rooms adding glyphs | Paul Gilbert | |
2016-07-15 | TITANIC: Cleaning up mode and room flags fields on PET room glyphs | Paul Gilbert | |
2016-07-10 | TITANIC: Fully implement PET Rooms loading/saving | Paul Gilbert | |
2016-07-10 | TITANIC: Implement PET Rooms glyphs saving logic | Paul Gilbert | |
2016-07-10 | TITANIC: FIx confusion between mouse down & up messages in CPetGlyph hierarchy | Paul Gilbert | |
2016-07-10 | TITANIC: Implementing CPetRooms methods | Paul Gilbert | |
2016-07-10 | TITANIC: Beginnings of PET Rooms glyph | Paul Gilbert | |
2016-07-10 | TITANIC: Beginnings of CPetRooms | Paul Gilbert | |