Age | Commit message (Expand) | Author |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-08-16 | Agos volume levels changed by the keyboard correspond now sync with the confi... | Christopher Page |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | Small correction for last commit | Christopher Page |
2008-08-14 | Fixed a memory leak in Agos | Christopher Page |
2008-08-13 | Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u... | Christopher Page |
2008-08-10 | Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,... | Christopher Page |
2008-08-10 | Committed my patch #2040074 ("XMIDI callback control events"). At the moment,... | Torbjörn Andersson |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-08 | Remove debug leftover. | Travis Howell |
2008-08-08 | Hopefully allow quiting at any stage AGOS engines games again. | Travis Howell |
2008-08-07 | smartphone-specific code not needed anymore | Kostas Nakos |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-27 | Fix buffer overflow in error message. | Travis Howell |
2008-07-25 | Fix to prevent attempt to delete a non-initialised object during game exit | Paul Gilbert |
2008-07-24 | Implemented listSaves() for AGOS | Christopher Page |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-21 | Fixed a small SFX issue with AGOS | Christopher Page |
2008-07-21 | Spacing. | Travis Howell |
2008-07-21 | Avoid branching in the inner loop of AGOS drawVertImageCompressed | Bertrand Augereau |
2008-07-16 | Split the drawVertImage function in the agos engine to make it clearer | Bertrand Augereau |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-14 | AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ... | Christopher Page |
2008-07-14 | Register spilling avoided in AGOS background drawing (and 2x unrolling) | Bertrand Augereau |
2008-07-10 | Lure works with the new GMM implementation | 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-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ... | Christopher Page |
2008-06-26 | Added syncSoundSettings() to Engine, sound settings can now be modified from ... | Christopher Page |
2008-06-26 | Fixed quitting from BASS intro, cleaned up comments in agos | Christopher Page |
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f... | Christopher Page |
2008-06-16 | AGOS: Found a system->quit(), changed to _quit=true | Christopher Page |
2008-06-12 | AGOS: Fixed a memory leak in the AGOS engine | Christopher Page |
2008-05-28 | Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-... | Christopher Page |
2008-05-24 | Add Max's patch for AGOSEngine::pauseEngineIntern(). | Travis Howell |
2008-05-23 | Fixed PalmOS compilation | Chris Apers |
2008-05-22 | AGOS: Fixed a memory leak from earlier in a better way | Christopher Page |
2008-05-21 | AGOS: Fixed two memory leaks when returning to the launcher (_mouseData and _... | Christopher Page |
2008-05-20 | AGOS Engine: Began implementation for a new quit event which will cleanly ret... | Christopher Page |
2008-05-14 | Fixed memory leak when returning to launcher in AGOS engine by properly creat... | Christopher Page |
2008-05-13 | Fixed memory leak by deallocating memory used by window->iconPtr | Christopher Page |
2008-05-13 | used memmove() instead of memcpy() to fix memory overlap error | Christopher Page |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-04-18 | Always correct time events duration, when saving games. | Travis Howell |
2008-04-17 | Fix bug #1932150 - SIMON1: Sousaphone Bug. | Travis Howell |
2008-04-17 | Fix Bug #1555117 - SIMON2: Cannot load Savegame. | Travis Howell |
2008-04-16 | Correct time events duration, when saving in Elvira 1. | Travis Howell |