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
/
m4
/
mads_scene.h
Age
Commit message (
Expand
)
Author
2010-06-04
Added code and support routines for destroying animations correctly, which al...
Paul Gilbert
2010-06-03
Moved the MADS interface view into mads_scene.cpp and did a major cleanup of ...
Paul Gilbert
2010-05-23
Major work done on the animation and support classes to match the original
Paul Gilbert
2010-05-15
Decoded further fields in the SequenceList class, and started implementation ...
Paul Gilbert
2010-04-27
Added further timer method implementation. Also renamed some of the classes t...
Paul Gilbert
2010-04-23
Implemented extra timer methods and a DynamicHotspots class
Paul Gilbert
2010-04-21
Changed MadsView into a separate class, since it's functionality is needed by...
Paul Gilbert
2010-04-12
Added the beginnings of the main timer list
Paul Gilbert
2010-04-01
Remove extra semicolons
Ori Avtalion
2010-03-25
Added preliminary logic for showing loaded sprite frames
Paul Gilbert
2010-03-23
Added further code for the game dialog framework
Paul Gilbert
2010-03-22
Patch #2973290: Semicolon cleanup
Max Horn
2010-03-21
Added framework for displaying game dialogs
Paul Gilbert
2010-03-19
Beginnings of hooking up the new logic for current action display
Paul Gilbert
2010-03-16
Further code implemented for the current action display
Paul Gilbert
2010-03-14
Further separation of MADS and M4 scene logic
Paul Gilbert
2010-03-14
Further work on separating M4 specific scene code into the m4_scene.cpp file
Paul Gilbert
2010-03-10
Split up the SceneResources class into a generic common set, with specific ve...
Paul Gilbert
2010-03-07
Split up the scene.cpp file into separate files for M4 and MADS specific scen...
Paul Gilbert