aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-31SCUMM: Workaround : USE_ARM_COSTUME_ASM is buggy as visible during Indy 4 int...Bertrand Augereau
2012-08-31SCUMM: Fix of spaces/tabs mismatch (Cosmetic)Bertrand Augereau
2012-08-31OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad left/r...Bertrand Augereau
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-30TONY: Translate some variables in findPath, reduce some variable scopesStrangerke
2012-08-29TONY: Replace C-style comments by C++-style ones.Strangerke
2012-08-29TONY: Translate some remaining Italian commentsStrangerke
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-29TONY: Limit effect of cursor workaround.Alyssa Milburn
2012-08-29TONY: Remove useless/commented music code.Alyssa Milburn
2012-08-29TONY: Remove some dead codeStrangerke
2012-08-29TONY: Translate some remaining italian commentsStrangerke
2012-08-29TONY: Reduce scope of some variablesStrangerke
2012-08-28TONY: Janitorial - remove trailing spacesStrangerke
2012-08-28TONY: Fix some for and if statements with bad coding styleStrangerke
2012-08-28TONY: Replace overlapping memcpy with memmoveWillem Jan Palenstijn
2012-08-28TONY: Remove most of the remaining global functions.Alyssa Milburn
2012-08-28TONY: Remove unnecessary mainloop mutex.Alyssa Milburn
2012-08-28TONY: Implement some forgotten sound/music functions.Alyssa Milburn
2012-08-28TONY: Fix crash with TA_PERORATE.Alyssa Milburn
2012-08-28Merge remote-tracking branch 'origin/master' into tonyAlyssa Milburn
2012-08-28TONY: Get rid of RMDataStream.Alyssa Milburn
2012-08-28TONY: Remove unused data dumping code.Alyssa Milburn
2012-08-28TONY: Fix stringLen for empty strings.Alyssa Milburn
2012-08-28TONY: Rename curDialog to g_curDialog.Alyssa Milburn
2012-08-28TONY: Improve Take/ReleaseOwnership.Alyssa Milburn
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