aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/preagi_mickey.cpp
AgeCommit message (Expand)Author
2019-10-14AGI: Fix Missing Default Switch CasesD G Turner
2018-11-13AGI: Fix Fall Through Compiler WarningD G Turner
2016-06-05AGI: Clean up object initializationEugene Sandulenko
2016-05-10AGI: Safer string copyingEugene Sandulenko
2016-02-10AGI: CleanupMartin Kiewitz
2016-02-02AGI: Fix formatting.Johannes Schickel
2016-01-31AGI: getflag/setflag/etc. cleanupMartin Kiewitz
2016-01-29AGI: use Common::RenderMode instead of its ownMartin Kiewitz
2016-01-29AGI: graphics rewrite + cleanupMartin Kiewitz
2015-07-19AGI: Enable sound by default in Mickey's Space Adventure.Kirben
2014-12-07AGI: Disable/remove unused codeFilippos Karapetis
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-08AGI: Fix bad buffer overrun. CID 1004029Eugene Sandulenko
2011-09-26AGI: doUpdate() already calls updateScreen()Filippos Karapetis
2011-08-15AGI: Cleanup PreAGI console codeMatthew Hoops
2011-08-15AGI: Make Mickey inherit from PreAgiEngineMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2010-10-15AGI: Fix some code analysis warnings (bug #3087825)Eugene Sandulenko
2010-01-03Reduce header dependencies for AGI engine.Eugene Sandulenko
2009-10-01Fixed some potential memory leaks, reported by salty-horseFilippos Karapetis
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-24Removed some warnings about unreachable codeFilippos Karapetis
2009-07-20Fixing bug #2823854: Mickey's space adventure crash. There's one too many spa...Matthew Hoops
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-18Removed unused defines, cleaned up some more defines and reduced the places w...Filippos Karapetis
2009-01-18Removed some unused defines in Mickey's Space Adventure, and removed a case w...Filippos Karapetis
2009-01-05fix quitting in Mickey's Space Adventure as well as other minor cleanupMatthew Hoops
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: AGIMax Horn
2008-08-26Correct fix for bug #2073159 - "MICKEY: Incomplete computer message"Filippos Karapetis
2008-08-05Fixed some GCC warningsChristopher Page
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-13Removed an exit() call in PreAGIChristopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08PreAGI works with the new GMM implementationChristopher Page
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-13IndentationKari Salminen
2008-01-11Cleanup and simplificationFilippos Karapetis
2008-01-09Added a debug command, did some cleanupFilippos Karapetis
2008-01-09Cleanup of the debugger commands, added some more commands, removed now obsol...Filippos Karapetis
2008-01-09Added a debug console for Mickey's Space AdventuresFilippos Karapetis