index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
titanic
/
pet_control
/
pet_rooms_glyphs.cpp
Age
Commit message (
Collapse
)
Author
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