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_real_life.h
Age
Commit message (
Collapse
)
Author
2017-09-05
TITANIC: Hook up in-game sound sliders to ScummVM volumes
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-11-07
TITANIC: Fix entering slot name & saving using in-game PET
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-07-31
TITANIC: Adding lots of const prefixes
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-15
TITANIC: Fleshing out CGameObject and CPetControl methods
Paul Gilbert
2016-07-15
TITANIC: Added Pet Inventorty virtual methods
Paul Gilbert
2016-07-10
TITANIC: Sort out PET enter and leave methods
Paul Gilbert
2016-07-10
TITANIC: Implement RealLife tab setup
Paul Gilbert
2016-07-10
TITANIC: Rename CPetControlSub12 to CPetText
Paul Gilbert
2016-07-10
TITANIC: Adding new class stubs for PET Real Life btns & elements
Paul Gilbert