Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-14 | add workaround for #2687172: BASS: Occasional loss of speech | Joost Peters | |
svn-id: r42473 | |||
2009-07-14 | commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert | Joost Peters | |
svn-id: r42470 | |||
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn | |
svn-id: r42054 | |||
2009-06-06 | Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD) | Eugene Sandulenko | |
svn-id: r41274 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
2009-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel | |
svn-id: r40528 | |||
2009-05-02 | Add German floppy demo of BASS. | Travis Howell | |
svn-id: r40234 | |||
2009-05-02 | Fix the ending of CD demo. | Travis Howell | |
svn-id: r40233 | |||
2009-03-23 | change debug output of script interpreter to more clearly print script ↵ | Joost Peters | |
number and offset svn-id: r39640 | |||
2009-03-23 | change debug levels to be less verbose | Joost Peters | |
svn-id: r39639 | |||
2009-03-20 | Hopefully fix mingw64 compilation (borrowed from engines/scumm/saveload.h) | Johannes Schickel | |
svn-id: r39553 | |||
2009-03-15 | Call updateScreen() from the delay() function, like we do in so many other | Torbjörn Andersson | |
engines, to ensure smooth mouse movement. svn-id: r39433 | |||
2009-03-12 | formatting fix, aka buildbot rebuild incentive ;) | Joost Peters | |
svn-id: r39365 | |||
2009-03-06 | cleanup | Joost Peters | |
svn-id: r39147 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2009-02-14 | Fix 1690836: "BASS: Speed difference" | Joost Peters | |
The original game's delay was 4 50hz ticks = 80ms (1000 / 50 * 4). Changing gameSpeed to match this makes it run at exactly the same speed as in dosbox. svn-id: r36318 | |||
2009-02-13 | Formatting changes / consistency | Joost Peters | |
svn-id: r36304 | |||
2009-01-30 | Avoid using g_engine if possible | Max Horn | |
svn-id: r36149 | |||
2009-01-30 | cleanup | Max Horn | |
svn-id: r36133 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn | |
svn-id: r35542 | |||
2008-12-07 | Fixed bug #2394861 ("BASS: artifacts if skipping intro on wrong screen"). As an | Torbjörn Andersson | |
added bonus, the Intro class is now freed as soon as the intro is over, rather than at the end of the game. svn-id: r35280 | |||
2008-11-29 | Remove warnings from NDS build. | Robin Watts | |
svn-id: r35172 | |||
2008-11-20 | un-break sky engine after recent gfx transaction changes | Joost Peters | |
svn-id: r35126 | |||
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel | |
svn-id: r35062 | |||
2008-11-12 | Slight cleanup | Filippos Karapetis | |
svn-id: r35027 | |||
2008-11-12 | Deleting save states via the launcher and the GMM is now supported in the ↵ | Filippos Karapetis | |
sky engine svn-id: r35026 | |||
2008-11-12 | Saving and loading from the GMM is now supported in the sky engine | Filippos Karapetis | |
svn-id: r35024 | |||
2008-11-12 | Moved sky detection and meta engine specific code from sky.cpp into ↵ | Filippos Karapetis | |
detection.cpp, like other engines svn-id: r35015 | |||
2008-11-11 | Added getMaximumSaveSlot definition for the sky engine | Filippos Karapetis | |
svn-id: r35011 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be ↵ | Max Horn | |
used in more places. Help with this is highly welcome svn-id: r34906 | |||
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn | |
svn-id: r34905 | |||
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some ↵ | Max Horn | |
EngineFeature comments svn-id: r34896 | |||
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ↵ | Filippos Karapetis | |
as discussed in patch #2122869 svn-id: r34854 | |||
2008-09-30 | SKY: Fix detector to not (ab)use FSNode::getPath; if you want to open a ↵ | Max Horn | |
FSNode, just pass it to File::open svn-id: r34704 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-07 | Comment out some #defines in skydefs.h as they conflict with other headers ↵ | Max Horn | |
(esp. T2 conflicts with some template defs) svn-id: r34425 | |||
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn | |
svn-id: r34310 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-09-02 | fix Virgin logo screen breakage that was introduced in the RTL merge | Joost Peters | |
svn-id: r34267 | |||
2008-08-16 | Made sure to set the loading slot AFTER selecting the active domain when ↵ | Christopher Page | |
loading from the launcher. Also fixed the flickering Virgin logo in BASS svn-id: r33949 | |||
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ↵ | Christopher Page | |
GMM if the engine doesn't support it svn-id: r33921 |