Age | Commit message (Expand) | Author |
2009-06-06 | Whitespace fixes and C++ comments | Eugene Sandulenko |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-18 | Removed unused defines, cleaned up some more defines and reduced the places w... | Filippos Karapetis |
2009-01-18 | Removed some unused defines in Mickey's Space Adventure, and removed a case w... | Filippos Karapetis |
2009-01-05 | fix quitting in Mickey's Space Adventure as well as other minor cleanup | Matthew Hoops |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: AGI | Max Horn |
2008-08-26 | Correct fix for bug #2073159 - "MICKEY: Incomplete computer message" | Filippos Karapetis |
2008-08-05 | Fixed some GCC warnings | Christopher Page |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-13 | Removed an exit() call in PreAGI | Christopher Page |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-08 | PreAGI works with the new GMM implementation | Christopher Page |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-13 | Indentation | Kari Salminen |
2008-01-11 | Cleanup and simplification | Filippos Karapetis |
2008-01-09 | Added a debug command, did some cleanup | Filippos Karapetis |
2008-01-09 | Cleanup of the debugger commands, added some more commands, removed now obsol... | Filippos Karapetis |
2008-01-09 | Added a debug console for Mickey's Space Adventures | Filippos Karapetis |
2007-12-08 | Renamed SAVEGAME_VERSION to MSA_SAVEGAME_VERSION | Filippos Karapetis |
2007-12-08 | The variables nFrame and iItem can also have negative values | Filippos Karapetis |
2007-12-08 | Saving and loading in Mickey's Space Adventure should now be endian and align... | Filippos Karapetis |
2007-11-24 | Removed some unnecessary code which was common for two cases | Filippos Karapetis |
2007-11-23 | Minimized screen updates for Mickey's Space Adventure, and correctly set the ... | Filippos Karapetis |
2007-11-22 | Objects in Mickey's Space Adventure are shown correctly now | Filippos Karapetis |
2007-11-20 | Fix regression with the menus | Filippos Karapetis |
2007-11-20 | Cleanup and simplification | Filippos Karapetis |
2007-11-20 | Muting the compiler :P | Sven Hesse |
2007-11-20 | Slight fix for the sound in Mickey's Space Adventure | Filippos Karapetis |
2007-11-20 | Implemented music in Mickey's Space Adventure, thanks to the now common softs... | Filippos Karapetis |
2007-09-23 | Rename class variables to conform our code conventions | Eugene Sandulenko |
2007-09-22 | Code cleanup and simplification | Filippos Karapetis |
2007-09-22 | Code simplification | Filippos Karapetis |
2007-09-22 | Simplified item handling code in Mickey | Filippos Karapetis |
2007-09-22 | Replaced room indexes with their corresponding enums | Filippos Karapetis |
2007-09-22 | Code simplification. Removed IDI_MSA_MAX_STR and fRmTxt - oRmTxt is used inst... | Filippos Karapetis |
2007-09-21 | Fix regression caused by the latest cleanups | Filippos Karapetis |
2007-09-21 | Oops | Filippos Karapetis |
2007-09-21 | Cleanup | Filippos Karapetis |
2007-09-21 | Simplified Mickey::randomize() | Filippos Karapetis |
2007-09-21 | Several bug fixes for Mickey's Space Adventure: | Filippos Karapetis |
2007-09-20 | Implement inventory in Troll's Tale | Eugene Sandulenko |
2007-09-20 | Some updates to Mickey's BCG logo drawing function | Filippos Karapetis |
2007-09-19 | Merge several choice-related functions | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |