Age | Commit message (Expand) | Author |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-07-14 | commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert | Joost Peters |
2009-05-02 | Add German floppy demo of BASS. | Travis Howell |
2009-03-15 | Call updateScreen() from the delay() function, like we do in so many other | Torbjörn Andersson |
2009-02-14 | Fix 1690836: "BASS: Speed difference" | Joost Peters |
2009-02-13 | Formatting changes / consistency | Joost Peters |
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn |
2008-12-07 | Fixed bug #2394861 ("BASS: artifacts if skipping intro on wrong screen"). As an | Torbjörn Andersson |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-12 | Moved sky detection and meta engine specific code from sky.cpp into detection... | Filippos Karapetis |
2008-11-11 | Added getMaximumSaveSlot definition for the sky engine | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-09-30 | SKY: Fix detector to not (ab)use FSNode::getPath; if you want to open a FSNod... | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-02 | fix Virgin logo screen breakage that was introduced in the RTL merge | Joost Peters |
2008-08-16 | Made sure to set the loading slot AFTER selecting the active domain when load... | Christopher Page |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-08-13 | Fixed some memory leaks | Christopher Page |
2008-07-31 | Added check for valid save slots, when loading savestates using -x | Christopher Page |
2008-07-21 | Improved GMM sound settings support for SKY | Christopher Page |
2008-07-13 | SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr... | Christopher Page |
2008-06-25 | Scumm and sky now use the new _quit flag | Christopher Page |
2008-05-08 | Since BASS treats speech separately from other sounds, let's use the | Torbjörn Andersson |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-02-27 | Add support for --list-saves to the sky engine | Max Horn |
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine constru... | Max Horn |
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |
2008-02-03 | cleanup | Max Horn |
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson |
2008-02-03 | Converted queen and sky to use MetaEngine (forgot them because they don't use... | Jordi Vilalta Prat |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-23 | Merged the FSNode branch with trunk r27031:27680 | David Corrales |
2007-06-23 | Changed BASS to use more KEYCODEs | Max Horn |
2007-06-22 | Converted BASS to use Common::KeyState | Max Horn |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | SKY: Changed Control class to use event manager for mouse coord tracking, and... | Max Horn |
2007-03-17 | SKY: respect the SF_MOUSE_LOCKED flag upon mouse clicks, too | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |