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
/
carry
/
phonograph_cylinder.cpp
Age
Commit message (
Collapse
)
Author
2017-06-24
TITANIC: Fix saving bass direction state onto music cylinders
Paul Gilbert
2017-02-13
TITANIC: Some phonograph cleanup, fix record button
Paul Gilbert
2017-01-29
TITANIC: Fix all music instrument properties that are bool
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-01
TITANIC: Convert many static_casts to dynamic_cast
Paul Gilbert
2016-08-30
TITANIC: Fleshed out CMusicRoom & CMusicHandler setup
Paul Gilbert
2016-08-27
TITANIC: Implemented phonograph classes
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-10
TITANIC: More CArm message handlers
Paul Gilbert
2016-07-10
TITANIC: Implemented CPhonographCylinder msg handlers
Paul Gilbert
2016-07-10
TITANIC: Adding CCarry descendent msg handlers
Paul Gilbert
2016-02-27
TITANIC: Added CCarry and descendent classes
Paul Gilbert