aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
AgeCommit message (Expand)Author
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-11Fix compile of M4 game engine.Travis Howell
2009-09-11M4: Seems that s1_cos and s1_sin are either misnamed, or buggy ?Max Horn
2009-09-11Don't abuse FORCEINLINEMax Horn
2009-09-03Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteSt...Matthew Hoops
2009-08-24Add comment why the syntax for ScriptDataCache::load was changed.Johannes Schickel
2009-08-24Small syntax change in the hope to make the motoezx target happy.Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-03-29Added missing parenthesis in M4Engine::delayPaul Gilbert
2009-03-20silenced some warningsMax Horn
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
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-02-21Added MD5 for Orion Burger Russian versionPaul Gilbert
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-21Fix warnings.Travis Howell
2008-12-03Simplify line reading with the simpler readLine(), instead of readLine_NEWFilippos Karapetis
2008-12-03readLine_OLD -> readLine_NEWFilippos Karapetis
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-10-12Don't call Common::List::size() if you don't have to (it's an expensive opera...Max Horn
2008-10-02Merged loadHotSpotsMads() and loadHotSpotsM4()Filippos Karapetis
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-07added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named 'goodstuf'...Max Horn
2008-09-06Got rid of File::eof()Max Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-07-08One more MSVC warningEugene Sandulenko
2008-07-08Shut couple of MSVC warningsEugene Sandulenko
2008-07-07Some fixes for warnings under GCC 2.95Filippos Karapetis
2008-07-01Fixed unitialized variablesMax Horn
2008-06-18Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and i...Max Horn
2008-06-09Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an arrayTorbjörn Andersson
2008-05-26Formatting.Johannes Schickel
2008-05-26Possible fix for bug #1949230: "M4: compilation error"Filippos Karapetis
2008-05-14Fixed menu background loading in Riddle of Master LuFilippos Karapetis
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-04-21Add detection of Orion Burger demos.Travis Howell
2008-04-20Added information about spanish riddleJordi Vilalta Prat
2008-04-20Cleanup.Johannes Schickel