aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25
AgeCommit message (Expand)Author
2013-10-08SWORD25: Fix potential buffer overrun. CID 1003865Eugene Sandulenko
2013-10-05SWORD25: Fix possible error in sound engine when loading a savegameThierry Crozat
2013-10-05SWORD25: Fix regression in persistence codeThierry Crozat
2013-09-29SWORD25: Fix alpha/colormod blittingWillem Jan Palenstijn
2013-09-29SWORD25: int -> int32 correctnessEugene Sandulenko
2013-09-29SWORD25: Fix compilationEugene Sandulenko
2013-09-29SWORD25: Specify integer sizeEugene Sandulenko
2013-09-29SWORD25: int -> int32 correctnessEugene Sandulenko
2013-09-29SWORD25: Specifying int size to make Amiga happyEugene Sandulenko
2013-09-29SWORD25: Fix Amiga compilationEugene Sandulenko
2013-09-29SWORD25: Some more fixes for Amiga OS 4 compilation.D G Turner
2013-09-29SWORD25: And even more fixes for Amiga OS 4 compilation.D G Turner
2013-09-29SWORD25: Even more fixes for Amiga OS 4 compilation.D G Turner
2013-09-28SWORD25: Make Amiga compiler happierEugene Sandulenko
2013-09-28SWORD25: More int->int32 fixesEugene Sandulenko
2013-09-28SWORD25: Further fixes for AmigaEugene Sandulenko
2013-09-28SWORD25: More int <-> int32 correctionsEugene Sandulenko
2013-09-28SWORD25: Further fixes for Amiga compilationEugene Sandulenko
2013-09-28SWORD25: Fix Amiga compilationEugene Sandulenko
2013-09-27SWORD25: Remove explictit #includesEugene Sandulenko
2013-09-26SWORD25: Fix copy-paste error. CID 1004130Eugene Sandulenko
2013-09-09SWORD25: Remove unused variableEugene Sandulenko
2013-08-03SWORD25: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03SWORD25: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03SWORD25: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-15SWORD25: Fix compilation on some 32-bit systemsEugene Sandulenko
2013-07-15SWORD25: Replace Pluto with Tamed Pluto for increased compatibilityEugene Sandulenko
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-05-06Merge pull request #320 from johndoe123/sword25-gfxEugene Sandulenko
2013-04-24SWORD25: Plug memory leak. CID 1003589Eugene Sandulenko
2013-04-20SWORD25: Fix blitting codejohndoe123
2013-04-18ENGINES: Silence clang warning about unused private member _vmMax Horn
2013-04-18Merge branch 'master' of github.com:scummvm/scummvm into sword25-gfxjohndoe123
2013-04-18SWORD25: Silence warning in the Lua codeMax Horn
2013-04-17SWORD25: Change absolute Z calculation to match that of absolute x/y; remove ...johndoe123
2013-04-17SWORD25: Optimize graphics drawing codejohndoe123
2013-02-03SWORD25: Fix some spacing in LUAFilippos Karapetis
2013-02-03SWORD25: Replace calls to LUAI_THROW() with error() in LUAFilippos Karapetis
2013-01-09SWORD25: Silence C++11 narrowing warnings.Johannes Schickel
2012-12-13COMMON: Forbid symbols for the rest of is* from ctype.h.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-20SWORD25: Fix loading savegames on 64-bit archs.upthorn
2012-08-20SWORD25: Improve sound persistence.Alyssa Milburn
2012-08-13VIDEO: Convert TheoraDecoder to the new AdvancedVideoDecoder APIMatthew Hoops
2012-08-12VIDEO: Move TheoraDecoder to video/Matthew Hoops
2012-06-16SWORD25: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-13SWORD25: Janitorial: Apply coding conventionsStrangerke
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops