aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4.h
AgeCommit message (Expand)Author
2010-11-02M4: Converted all printf's to debugPaul Gilbert
2010-10-30M4: Remove unused getter method MadsM4Engine::system()Max Horn
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-08-25M4: Implementation of script enginePaul Gilbert
2010-07-03Adding the beginnings of a player control class, as well as various changes t...Paul Gilbert
2010-06-14Further memory leak fixes reported by ValgrindPaul Gilbert
2010-05-31In progress work implementing the animation playerPaul Gilbert
2010-05-25Changed the font system to allow for multiple fonts to be loaded simultaneouslyPaul Gilbert
2010-04-30Added proper names for some of the previous unknown timer fields, and bugfixe...Paul Gilbert
2010-04-27Added further timer method implementation. Also renamed some of the classes t...Paul Gilbert
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-21Added framework for displaying game dialogsPaul Gilbert
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-07Split up the scene.cpp file into separate files for M4 and MADS specific scen...Paul Gilbert
2010-01-31Formatting corrections to conform to ScummVM formatting guidelinesPaul Gilbert
2010-01-31Further work on separating the scene logic for MADS and M4Paul Gilbert
2010-01-30Worked on separating scene logic into separate classes for M4 and MADSPaul Gilbert
2010-01-30Beginnings of a separation of the MADS and M4 engines into separate classes. ...Paul Gilbert
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-05Expanded the actions view into a full user interface view, and added support ...Paul Gilbert
2009-11-26Changed the game list in the doxygen comment to list all the games the engine...Paul Gilbert
2009-11-26Added some comments on the status of the enginePaul Gilbert
2009-11-26Added the basics of a action list displayPaul Gilbert
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-15Added support for needed MADS game configuration optionsPaul Gilbert
2009-09-11Don't abuse FORCEINLINEMax Horn
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-04-20Initial import of the work in progress M4 engineFilippos Karapetis