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
/
m4.h
Age
Commit message (
Expand
)
Author
2010-01-31
Formatting corrections to conform to ScummVM formatting guidelines
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
2009-12-05
Expanded the actions view into a full user interface view, and added support ...
Paul Gilbert
2009-11-26
Changed the game list in the doxygen comment to list all the games the engine...
Paul Gilbert
2009-11-26
Added some comments on the status of the engine
Paul Gilbert
2009-11-26
Added the basics of a action list display
Paul Gilbert
2009-11-24
Added Doxygen comments for the various engine namespaces (currently mostly wi...
Max Horn
2009-11-15
Added support for needed MADS game configuration options
Paul Gilbert
2009-09-11
Don't abuse FORCEINLINE
Max Horn
2009-03-01
Engines: Fused several init&go methods into a single run method
Max Horn
2009-03-01
Merged Engine::go() and ::init() into a new run() method (currently implement...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis