aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2
AgeCommit message (Expand)Author
2010-01-03Change BS 1 & 2 to I & II (see discussion on -devel)Max Horn
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30Corrected an old comment.Torbjörn Andersson
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-20SWORD2: Turned static vars in Logic::fnISpeak into member vars of class LogicMax Horn
2009-10-20SWORD2: Resolve FIXME about weird static var 'k' in Router::smoothCheckMax Horn
2009-10-20SWORD2: Resolve FIXME about static var 'left' in Router::slidyWalkAnimatorMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-16Added a new convenience method to the video player, which adds the event of s...Filippos Karapetis
2009-10-14SWORD2: Switch from loadWAVFromStream to makeWAVStream.Max Horn
2009-10-01Fix free/delete/delete[] mismatches. Patch by salty-horseWillem Jan Palenstijn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-18SWORD2: Don't show a pop-up if the 'eye' movie is missing - it was omitted in...Joost Peters
2009-09-01Coding best practice: Always use enums instead of #defines to define integer ...Max Horn
2009-08-14remove double semi-colon -- hopefully this kicks the buildbot back into actio...Joost Peters
2009-07-29SWORD1 & SWORD2: Replaced ioFailed by err+eosMax Horn
2009-07-28Broken Sword 2, unsurprisingly, had the same subtitle drawing glitch for smallTorbjörn Andersson
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-06Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)Eugene Sandulenko
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-27sword2: base psx demo detection on screens.clu, and let the user decide betwe...Fabio Battaglia
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-21Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're...Filippos Karapetis
2009-05-20- Reverted commit #40730, as it introduced rounding errorsFilippos Karapetis
2009-05-20Removed the rest of the hard-coded cutscene information. It was only needed toTorbjörn Andersson
2009-05-20Removed the "seamless" flag. It was something I added to cope with the fadeTorbjörn Andersson
2009-05-19Changed calculations based on frame delay to be based on the scale of 1ms, no...Filippos Karapetis
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-13Fix some variable may be used uninitialized warnings.Johannes Schickel
2009-05-06Const correctnessEugene Sandulenko
2009-04-18sword2: add support for BS2 PSX demoFabio Battaglia
2009-04-07Sword2: PSX version support, and GMM loading/savingFabio Battaglia
2009-03-15sword2: added detection for Broken Sword 2 PSX, and a check to say wether pc ...Fabio Battaglia
2009-03-09Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...Max Horn
2009-03-07Added comment about a possible FIXME.Torbjörn Andersson
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-07Don't show a warning dialog for missing cutscenes in the demo. As noted in bugTorbjörn Andersson
2009-03-07Don't crash if a cutscene is missing. (Like they are in the demo, for instance.)Torbjörn Andersson
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-21Rewrote the cutscene player to be more like the one in Broken Sword 1. This f...Torbjörn Andersson
2009-02-20Since opening a compressed piece of music should no longer be an expensiveTorbjörn Andersson