aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-31WINTERMUTE: Cleanup the header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace col_templ's getSize with Common::Array::size()Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Take int32 as parameters in Rect32.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Add namespacing to the UTF-conversion codeEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use <math.h> instead of <cmath>Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Correct some endif-comments.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs instead of spaces in ad_types.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs instead of spaces for indenting dctypes.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace qsort with Common::sortEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Simplify getNodeForRelativePathEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix some of the clang++ warnings listed by LordHotoEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix g++ warnings listed by LordHotoEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Update to use new TGA-decoder and new Video-systemEinar Johan Trøan Sømåen
2012-08-31Merge remote-tracking branch 'origin/master' into wintermuteEinar Johan Trøan Sømåen
2012-08-30GRAPHICS: Scope reduction of the sometimes unused alpha component in TGADecod...Bertrand Augereau
2012-08-30GRAPHICS: Undefined behaviour/warnings removal in the TGA decoderBertrand Augereau
2012-08-29GRAPHICS: Slight formatting change for consistency.Johannes Schickel
2012-08-29GRAPHICS: Remove extra semicolon.Johannes Schickel
2012-08-29Merge pull request #263 from somaen/tgaloaderJohannes Schickel
2012-08-29GRAPHICS: Add in a TGA-decoderEinar Johan Trøan Sømåen
2012-08-27LASTEXPRESS: Implement more savegame loadingLittleboy
2012-08-27LASTEXPRESS: Cleanup savegameLittleboy
2012-08-27LASTEXPRESS: Identify more Verges functionsLittleboy
2012-08-27LASTEXPRESS: Fix typo in Verges chapter 3 functionLittleboy
2012-08-27LASTEXPRESS: Identify several Verges functionsLittleboy
2012-08-27LASTEXPRESS: Remove unnecessary castsLittleboy
2012-08-27LASTEXPRESS: Remove some unreachable codeLittleboy
2012-08-27LASTEXPRESS: Add const modifiersLittleboy
2012-08-27LASTEXPRESS: Update Debug::loadArchive() to reduce castsLittleboy
2012-08-27LASTEXPRESS: Reduce header interdependencyLittleboy
2012-08-27LASTEXPRESS: Check for valid data in Beetle::invertDirection()Littleboy
2012-08-27LASTEXPRESS: Identify some Abbot Chapter 3 functionsLittleboy
2012-08-27LASTEXPRESS: Check for invalid cd number in debugger commandsLittleboy
2012-08-27LASTEXPRESS: Fix playsnd debugger commandLittleboy
2012-08-27LASTEXPRESS: Fix analysis warningsLittleboy
2012-08-27Revert "VIDEO: Rework SVQ1 codebooks so they're endian-safe"Matthew Hoops
2012-08-27VIDEO: Fix "empty" AVI framesMatthew Hoops
2012-08-27I18N: Update translation data file.Jordi Vilalta Prat
2012-08-27I18N: Updated Catalan translation.Jordi Vilalta Prat
2012-08-27NEWS: Mention new Galician translationThierry Crozat
2012-08-27I18N: Update translation data fileThierry Crozat
2012-08-27CREDITS: Add credits for Galician translationThierry Crozat
2012-08-27I18N: Add Galician translation from patch #3557885Thierry Crozat
2012-08-26VIDEO: Fix compilation with some compilersMatthew Hoops
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-26NEWS: Mention VideoDecoder rewriteMatthew Hoops
2012-08-26COMMON: Add MKTAG16 for 16-bit multi-character constantsMatthew Hoops
2012-08-25VIDEO: Remove obsolete FIXME in the FLIC codeMatthew Hoops
2012-08-23VIDEO: Adjust start time after calling rewind() in start()Matthew Hoops
2012-08-23VIDEO: Update the isPlaying() commentMatthew Hoops