Age | Commit message (Expand) | Author |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-08-30 | Fix indentation | Jordi Vilalta Prat |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-14 | add workaround for #2687172: BASS: Occasional loss of speech | Joost Peters |
2009-07-14 | commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert | Joost Peters |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-06-06 | Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD) | Eugene Sandulenko |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
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-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel |
2009-05-02 | Add German floppy demo of BASS. | Travis Howell |
2009-05-02 | Fix the ending of CD demo. | Travis Howell |
2009-03-23 | change debug output of script interpreter to more clearly print script number... | Joost Peters |
2009-03-23 | change debug levels to be less verbose | Joost Peters |
2009-03-20 | Hopefully fix mingw64 compilation (borrowed from engines/scumm/saveload.h) | Johannes Schickel |
2009-03-15 | Call updateScreen() from the delay() function, like we do in so many other | Torbjörn Andersson |
2009-03-12 | formatting fix, aka buildbot rebuild incentive ;) | Joost Peters |
2009-03-06 | cleanup | Joost Peters |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-14 | Fix 1690836: "BASS: Speed difference" | Joost Peters |
2009-02-13 | Formatting changes / consistency | Joost Peters |
2009-01-30 | Avoid using g_engine if possible | Max Horn |
2009-01-30 | cleanup | Max Horn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
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-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-20 | un-break sky engine after recent gfx transaction changes | Joost Peters |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-12 | Slight cleanup | Filippos Karapetis |
2008-11-12 | Deleting save states via the launcher and the GMM is now supported in the sky... | Filippos Karapetis |
2008-11-12 | Saving and loading from the GMM is now supported in the sky engine | Filippos Karapetis |
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-07 | Comment out some #defines in skydefs.h as they conflict with other headers (e... | 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 |