Age | Commit message (Expand) | Author |
2009-03-09 | Cleanup. | Travis Howell |
2009-03-09 | Minor cleanup. | Travis Howell |
2009-03-09 | AGOS: Changed _leftButtonDown & _rightButtonDown from byte to int | Max Horn |
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is c... | Travis Howell |
2009-03-08 | Cleanup. | Travis Howell |
2009-03-08 | Clarify several errors messages. | Travis Howell |
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell |
2009-03-01 | Add DOS demo of Elvira 1. | Travis Howell |
2009-03-01 | Correctly fix position of icons in AtariST version of Elvira 2. | Travis Howell |
2009-02-13 | Fix another memory leak, when exiting Waxworks. | Travis Howell |
2009-02-13 | Fix memory leaks, when exiting Waxworks. | Travis Howell |
2009-02-13 | Fix another memory leak, when exiting AGOS engine. | Travis Howell |
2009-02-13 | Fix memory leak, when exiting AGOS engine. | Travis Howell |
2009-02-07 | Cleanup. | Travis Howell |
2009-02-07 | Cleanup. | Travis Howell |
2009-02-07 | time.h include no longer required. | Travis Howell |
2009-02-04 | Fix startup of AtariST demo of Elvira 1. | Travis Howell |
2009-01-30 | AGOS: Added TODO about the possibility of using special debug levels | Max Horn |
2009-01-26 | Add support for text compression in the AtariST version of Elvira 1. | Travis Howell |
2009-01-23 | Remove unused shutdown() code. | Travis Howell |
2009-01-23 | Remove last use of time() in AGOS engine. | Travis Howell |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-21 | Correct the number of speech available in Simon the Sorcerer 1 & 2. | Travis Howell |
2008-12-21 | Add initial Smacker support for The Feeble Files. | Travis Howell |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
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-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-07-25 | Fix to prevent attempt to delete a non-initialised object during game exit | Paul Gilbert |
2008-07-21 | Fixed a small SFX issue with AGOS | Christopher Page |
2008-07-14 | AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ... | 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-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-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-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-03-22 | Add support for room states in Waxworks (DOS). | Travis Howell |
2008-03-12 | Fix bug #1911558 - FF: Inventory doesn't scroll to the end. | Travis Howell |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |