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
/
scene.cpp
Age
Commit message (
Expand
)
Author
2010-02-17
Implemented player sprite loading portion of scene enter code
Paul Gilbert
2010-02-13
Added the beginnings of scene set-up logic
Paul Gilbert
2010-01-31
Further work on separating the scene logic for MADS and M4
Paul Gilbert
2010-01-30
Worked on separating scene logic into separate classes for M4 and MADS
Paul Gilbert
2010-01-30
Beginnings of a separation of the MADS and M4 engines into separate classes. ...
Paul Gilbert
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-12-20
Started implementation of the original game's cheat mode
Paul Gilbert
2009-12-17
Implemented basic message parsing
Paul Gilbert
2009-12-12
Implemented the rendering section of dialog display
Paul Gilbert
2009-12-11
Beginnings of a dialog display class
Paul Gilbert
2009-12-07
M4: Make M4Surface member w, h, pixels protected; some cleanup
Max Horn
2009-12-05
Hooked up the actions list and object-specific actions to change the status text
Paul Gilbert
2009-12-05
Implemented support for the inventory list scrollbar and directly selecting a...
Paul Gilbert
2009-12-05
Expanded the actions view into a full user interface view, and added support ...
Paul Gilbert
2009-12-01
Corrected the palette colours for the interface elements
Paul Gilbert
2009-11-26
Fix warning
Max Horn
2009-11-26
Added the basics of a action list display
Paul Gilbert
2009-11-15
Added display of the rotating inventory objects
Paul Gilbert
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-10-02
Merged loadHotSpotsMads() and loadHotSpotsM4()
Filippos Karapetis
2008-04-20
More compilation fixes by lordhoto
Filippos Karapetis
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis