Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-06 | TITANIC: DE: Fixes to vocabs, strings, and font in titanic.dat | Paul Gilbert | |
2017-09-26 | TITANIC: Convert some remaining strings to use their titanic.dat entries | Paul Gilbert | |
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-08-11 | TITANIC: Fix rendering bottom line of room glyphs | Paul Gilbert | |
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-12-26 | TITANIC: Clarifications to sending mail code | Paul Gilbert | |
2016-12-21 | TITANIC: Show status prefixes for chevrons in the Rooms tab | Paul Gilbert | |
2016-12-01 | TITANIC: Renamings and clarifications for mail methods | Paul Gilbert | |
2016-11-09 | TITANIC: Fix rendering of first chev column in room glyphs | Paul Gilbert | |
2016-11-09 | TITANIC: Fix toggle fragments of PET Room glyphs | Paul Gilbert | |
2016-11-09 | TITANIC: Fix naming and initialization of PET Room glyph images | Paul Gilbert | |
2016-11-08 | TITANIC: Fix drag and dropping the PET Rooms glyph | Paul Gilbert | |
2016-11-08 | TITANIC: Fix spurious drag starts happening after view changes | Paul Gilbert | |
2016-11-05 | TITANIC: Cleanup of class handling in PET Rooms tab | Paul Gilbert | |
2016-09-05 | TITANIC: Convert some dynamic_casts back to static_cast as appropriate | Paul Gilbert | |
2016-09-01 | TITANIC: Convert many static_casts to dynamic_cast | Paul Gilbert | |
2016-08-01 | TITANIC: Fix infinite recursion in CPetRoomsGlyph | Paul Gilbert | |
2016-08-01 | TITANIC: Fix warnings | Eugene Sandulenko | |
2016-07-22 | TITANIC: Add support for arbitrary window event targets | Paul Gilbert | |
Also moved all standard game event methods to CMainGameWindow. This will allow for the Continue Save dialog to be added in and get events instead of the game window | |||
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 | |