aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/preagi_mickey.cpp
AgeCommit message (Expand)Author
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
2007-12-08Renamed SAVEGAME_VERSION to MSA_SAVEGAME_VERSIONFilippos Karapetis
2007-12-08The variables nFrame and iItem can also have negative valuesFilippos Karapetis
2007-12-08Saving and loading in Mickey's Space Adventure should now be endian and align...Filippos Karapetis
2007-11-24Removed some unnecessary code which was common for two casesFilippos Karapetis
2007-11-23Minimized screen updates for Mickey's Space Adventure, and correctly set the ...Filippos Karapetis
2007-11-22Objects in Mickey's Space Adventure are shown correctly nowFilippos Karapetis
2007-11-20Fix regression with the menusFilippos Karapetis
2007-11-20Cleanup and simplificationFilippos Karapetis
2007-11-20Muting the compiler :PSven Hesse
2007-11-20Slight fix for the sound in Mickey's Space AdventureFilippos Karapetis
2007-11-20Implemented music in Mickey's Space Adventure, thanks to the now common softs...Filippos Karapetis
2007-09-23Rename class variables to conform our code conventionsEugene Sandulenko
2007-09-22Code cleanup and simplificationFilippos Karapetis
2007-09-22Code simplificationFilippos Karapetis
2007-09-22Simplified item handling code in MickeyFilippos Karapetis
2007-09-22Replaced room indexes with their corresponding enumsFilippos Karapetis
2007-09-22Code simplification. Removed IDI_MSA_MAX_STR and fRmTxt - oRmTxt is used inst...Filippos Karapetis
2007-09-21Fix regression caused by the latest cleanupsFilippos Karapetis
2007-09-21OopsFilippos Karapetis
2007-09-21CleanupFilippos Karapetis
2007-09-21Simplified Mickey::randomize()Filippos Karapetis
2007-09-21Several bug fixes for Mickey's Space Adventure:Filippos Karapetis
2007-09-20Implement inventory in Troll's TaleEugene Sandulenko
2007-09-20Some updates to Mickey's BCG logo drawing functionFilippos Karapetis
2007-09-19Merge several choice-related functionsEugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18WIP for Troll's TaleEugene Sandulenko
2007-09-11remove the rest of the PreAGI loaderMatthew Hoops
2007-09-10Fix compilation / warningsMax Horn