aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25
AgeCommit message (Expand)Author
2011-01-28SWORD25: Removed some now unused variablesFilippos Karapetis
2011-01-28SWORD25: Removed some more unused/unimplemented debug codeFilippos Karapetis
2011-01-28SWORD25: Resources are now cleaned up correctlyFilippos Karapetis
2011-01-28SWORD25: Disabled the mechanism which precaches all of the game's resources o...Filippos Karapetis
2011-01-24SWORD25: Fix some invalid writes / crashesSven Hesse
2011-01-24SWORD25: CleanupFilippos Karapetis
2011-01-24SWORD25: Fix linker breakage from DECLARE_SINGLETON() in renderObjectRegistry.h.David Turner
2011-01-24SWORD25: Documented a FIXMEFilippos Karapetis
2011-01-24SWORD25: Removed the logErrorLn and logWarningLn wrappersFilippos Karapetis
2011-01-23SWORD25: Fix GCC Compilation Warnings.David Turner
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23SWORD25: Removed several unused methods of the Vertex class, and made a subcl...Filippos Karapetis
2011-01-23SWORD25: Removed several unused methods from the Polygon classFilippos Karapetis
2011-01-23SWORD25: Remove unused yuvtorgba.h fileTorbjörn Andersson
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-23SWORD25: Fixed compilation (oops...)Filippos Karapetis
2011-01-23SWORD25: Simplified the YUV->RGBA conversion codeFilippos Karapetis
2011-01-23SWORD25: Fix format string warnings.Torbjörn Andersson
2011-01-23SWORD25: Replaced BS_ASSERT() with assert()Filippos Karapetis
2011-01-23SWORD25: Fixed compilationFilippos Karapetis
2011-01-23SWORD25: Removed the custom log class and replaced it with warning/error/debu...Filippos Karapetis
2011-01-19SWORD25: getSoundTime() is not used. Remove it.Eugene Sandulenko
2011-01-19SWORD25: Strip off unportable functionsEugene Sandulenko
2011-01-16SWORD25: Fix main menu button text colourTorbjörn Andersson
2010-12-31JANITORIAL: Remove unnecessary semicolon.Torbjörn Andersson
2010-12-16VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointerMatthew Hoops
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-28SWORD25: Fix warning about uninitialized DijkstraNode::parentIterMax Horn
2010-11-28SWORD25: Fix warning: deref type-punned pointer breaks strict-aliasing rulesMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-17ENGINES: Change 'colour' to 'color'Max Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-10SWORD25: Added basic debugging console to engine (Command Key Disabled)David Turner
2010-11-04LUA: Tweak lua_ident to not conflict with SVN keywords (since this is not use...Max Horn
2010-11-04Trying to fix weird keyword expansion quirkMax Horn
2010-11-03SWORD25: cleanupMax Horn
2010-11-02SWORD25: Convert printf to debugNMax Horn
2010-11-01SWORD25: Replace art_warn/art_die by warning/errorMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-30SWORD25: Play the cutscene audioTorbjörn Andersson
2010-10-30SWORD25: Fix hanging cutscene videoTorbjörn Andersson
2010-10-30SWORD25: Added a hack to allow the new English voice pack to be detectedPaul Gilbert
2010-10-28SWORD25: Comment out unused static variable.Johannes Schickel
2010-10-28SWORD25: Standardised savegame filenames, start on advanced engine featuresPaul Gilbert
2010-10-28SWORD25: Start to rename read/write methods of *PersistenceBlock classesMax Horn
2010-10-28SWORD25: Get rid of CallbackRegistryMax Horn
2010-10-28SWORD25: Simplify InputEngine::(un)persistMax Horn
2010-10-27SWORD25: Fix keyboard state handlingMax Horn
2010-10-27SWORD25: Use ScummVM keycodesMax Horn
2010-10-27SWORD25: Fix out of bounds writes when pressing keys like ctrl or F-keysMax Horn