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
2011-08-06
ALL: Reduce audio/ header dependency
Eugene Sandulenko
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-17
M4: Fix leak in Console::cmdDumpFile
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-24
M4: Change MidiPlayer to derive from Audio::MidiPlayer
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-11-02
M4: Converted all printf's to debug
Paul Gilbert
2010-10-30
M4: Remove unused getter method MadsM4Engine::system()
Max Horn
2010-10-15
ENGINES: Enhance namespace comments a bit
Max Horn
2010-08-25
M4: Implementation of script engine
Paul Gilbert
2010-07-03
Adding the beginnings of a player control class, as well as various changes t...
Paul Gilbert
2010-06-14
Further memory leak fixes reported by Valgrind
Paul Gilbert
2010-05-31
In progress work implementing the animation player
Paul Gilbert
2010-05-25
Changed the font system to allow for multiple fonts to be loaded simultaneously
Paul Gilbert
2010-04-30
Added proper names for some of the previous unknown timer fields, and bugfixe...
Paul Gilbert
2010-04-27
Added further timer method implementation. Also renamed some of the classes t...
Paul Gilbert
2010-03-22
Patch #2973290: Semicolon cleanup
Max Horn
2010-03-21
Added framework for displaying game dialogs
Paul Gilbert
2010-03-18
COMMON: Move Common::RandomSource to common/random.*
Max Horn
2010-03-07
Split up the scene.cpp file into separate files for M4 and MADS specific scen...
Paul Gilbert
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