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
/
game
/
sauce_dispensor.cpp
Age
Commit message (
Collapse
)
Author
2017-01-16
TITANIC: Renamings and cleanup for chicken, sauce, and dispensor
Paul Gilbert
2017-01-15
TITANIC: Fixes for getting chicken and starling puret
Paul Gilbert
2017-01-15
TITANIC: Fix using chicken on dispensors
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-10
TITANIC: Move text messages to DAT file
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-27
TITANIC: Implemented more game classes, fleshed out season handling
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-03-01
TITANIC: Added lots more miscellaneous classes
Paul Gilbert
2016-02-29
TITANIC: Implemented lots of CBackground descendent classes
Paul Gilbert