aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-10-15KYRA: Fix valid warnings of bug #3087837 "KYRA: Code analysis warnings".Johannes Schickel
2010-10-15GOB: Properly fixing the captureCounter code analysis warningSven Hesse
2010-10-15GOB: Remove the now useless helper.hSven Hesse
2010-10-15GOB: Remove strncpy0()Sven Hesse
2010-10-15SWORD1: Fixed bug #3087855 - "SWORD1: Code analysis warnings"Filippos Karapetis
2010-10-15MADE: Fixed bug #3087849 - "MADE: Code analysis warnings"Filippos Karapetis
2010-10-15SAGA: Added sanity checks for realloc() calls - bug report #3087852Filippos Karapetis
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-10-15Reverted revision 53456, as requested.Travis Howell
2010-10-15SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings"Filippos Karapetis
2010-10-15Add doxygen comment for namespaces of several engines.Max Horn
2010-10-15COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::StringMax Horn
2010-10-15SWORD25: Typo, cleanupMax Horn
2010-10-15SWORD25: Do not use Kernel::GetService directly anymoreMax Horn
2010-10-15SWORD25: Adapted a few things to our code formatting conventions; translated ...Max Horn
2010-10-15SWORD25: Fix a few global constructor warningsMax Horn
2010-10-15SWORD25: Fix unloading of movies so the menu animation properly loopsPaul Gilbert
2010-10-15DRASCULA: Fix some code analysis warnings (bug #3087830)Eugene Sandulenko
2010-10-15CRUISE: Fix some code analysis warnings (bug #3087829)Eugene Sandulenko
2010-10-15TINSEL: Fix for #3087863 - Code analysis warningsPaul Gilbert
2010-10-15AGI: Fix some code analysis warnings (bug #3087825)Eugene Sandulenko
2010-10-15LURE: Fix for #3087842 - Code analysis warningsPaul Gilbert
2010-10-15HUGO: Merge engine and hugo filesArnaud Boutonné
2010-10-15SWORD2: Fix some code analysis warnings (bug #3087857)Torbjörn Andersson
2010-10-15HUGO: Fix NULL pointer dereferencingArnaud Boutonné
2010-10-15Bug #3087858: fixed null pointer dereferencingVladimir Menshakov
2010-10-15GOB: Fix Code analysis warningsSven Hesse
2010-10-14TOON: Fixed the Spanish special characters.Jordi Vilalta Prat
2010-10-14SWORD25: Attempt to optimize movie renderingEugene Sandulenko
2010-10-14TOON: Fix some labels of the Spanish version.Jordi Vilalta Prat
2010-10-14SCUMM: Fix bug #2952298 with 16-bit HE cursors on AmigaEugene Sandulenko
2010-10-14TOON: Fixed Bug #3084725 with cursor disappearing at screen bordersSylvain Dupont
2010-10-13SWORD25: Remove lua.c since it is not neededEugene Sandulenko
2010-10-13SWORD25: Get rid of (deprecated) access to libpng io_ptrMax Horn
2010-10-13SWORD25: Fix empty loop body & conversion warningsMax Horn
2010-10-13SWORD25: Worked around crash in options dialog.Torbjörn Andersson
2010-10-13SWORD25: Semi-colon cleanup.Johannes Schickel
2010-10-13SWORD25: Check if _LogFile has been created before flushing.Torbjörn Andersson
2010-10-13SWORD25: Don't compile lua.cMatthew Hoops
2010-10-13Fixed ifdef. I'm too tired today :/Filippos Karapetis
2010-10-13SWORD25: Hopefully fix compilation when libtheora is not presentFilippos Karapetis
2010-10-13SWORD25: Use $(CXX) -x c to build C files (hopefully this fixes compilation)Filippos Karapetis
2010-10-13SWORD25: Partially revert commit #53389 and add the custom rule for C filesFilippos Karapetis
2010-10-13SWORD25: Invoke parent's class copy constructorMax Horn
2010-10-13SWORD25: Convert object registries to singletonsMax Horn
2010-10-13SWORD25: Renamed getInstance() -> instance()Max Horn
2010-10-13SWORD25: Oops, atan2() takes two argumentsFilippos Karapetis
2010-10-13SWORD25: Don't even compile theora related code when that lib is not presentMax Horn
2010-10-13SWORD25: Extended Mac OSX compilation fix for sqrtf and atan2fFilippos Karapetis
2010-10-13SWORD25: Hopefully fixed compilation under Mac OSX, Solaris and mingw32Filippos Karapetis