Age | Commit message (Expand) | Author |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2010-10-15 | SWORD2: Add assert()s prompted by code analysis warnings. | Torbjörn Andersson |
2010-10-15 | SWORD2: Fix some code analysis warnings (bug #3087857) | Torbjörn Andersson |
2010-01-03 | Change BS 1 & 2 to I & II (see discussion on -devel) | Max Horn |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-10-01 | Fix free/delete/delete[] mismatches. Patch by salty-horse | Willem Jan Palenstijn |
2009-07-29 | SWORD1 & SWORD2: Replaced ioFailed by err+eos | Max Horn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-04-18 | sword2: add support for BS2 PSX demo | Fabio Battaglia |
2009-04-07 | Sword2: PSX version support, and GMM loading/saving | Fabio Battaglia |
2008-12-03 | Changed readLine_OLD() to readLine_NEW(). I guess both this and the previous | Torbjörn Andersson |
2008-10-02 | Engine class changed: | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
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-13 | SWORD2 works with the new GMM implementation | Christopher Page |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-31 | Re-added Revolution Software copyright to BS2 engine | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-01 | Removed obsolete 'if' (resp. replaced it by an assert) | Max Horn |
2007-03-01 | Got rid of another use of File::incRef/decRef | Max Horn |
2007-02-17 | Removed some dead code, updated a warning message | Max Horn |
2007-01-27 | Stop movie lead-in/out when restarting the game (as I already claimed in a | Torbjörn Andersson |
2007-01-26 | Added separate function for playing cutscene lead-in/out sounds, and made sure | Torbjörn Andersson |
2006-07-08 | Slightly more verbose debug message. | Torbjörn Andersson |
2006-05-24 | Only check if the files on "CD 0" are present. The others are requested with | Torbjörn Andersson |
2006-05-18 | Initialise _resList to avoid crash (from freeing an invalid pointer) if the | Torbjörn Andersson |
2006-04-26 | Do not call static class methods as if they were instance methods | Max Horn |
2006-04-26 | If the resource manager fails to initialize itself properly, instead of | Torbjörn Andersson |
2006-04-16 | Do not override the 'directory' param when dumping BS2 resources | Max Horn |
2006-04-01 | Guard against too many entries in resource.inf, since there has been a TODO | Torbjörn Andersson |
2006-04-01 | Simplified the loading of resource.inf | Torbjörn Andersson |
2006-03-08 | Fixed tons of format string warnings for debug/error calls (including several... | Max Horn |
2006-02-17 | Removed includes from sword2.h so that (hopefully) there will eventually be | Torbjörn Andersson |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |