aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
AgeCommit message (Expand)Author
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-11-20Revert "SWORD1: Let the XA audio use its own looping"Matthew Hoops
2013-10-30SWORD1: Fix unitialized variables. CID 1002991Eugene Sandulenko
2013-10-30SWORD1: Fix unitialized variables. CID 1002989Eugene Sandulenko
2013-08-12I18N: Move specification of engine specific files to enginedir/POTFILES.Johannes Schickel
2013-08-03SWORD1: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03SWORD1: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-06-20SWORD1: Add back MPEG-2 video supportMatthew Hoops
2013-05-14SWORD1: Removed unused class variableThierry Crozat
2013-05-14SWORD1: Initialize class variables in constructorThierry Crozat
2013-04-24SWORD1: Error our in case the resource handle is not found in lockScriptThierry Crozat
2013-04-24SWORD1: Avoid possible dereferencing of a null pointerThierry Crozat
2013-04-22SWORD1: Remove dead codeWillem Jan Palenstijn
2013-04-18ENGINES: Silence clang warning about unused private member _vmMax Horn
2012-11-07SWORD1: Fix bug #3049346 - "BS1: Detects games in wrong places"Filippos Karapetis
2012-10-06SWORD1: Enable American ("Circle of Blood") panelTorbjörn Andersson
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops
2012-07-25SWORD1: Fix delete[] formatting.Johannes Schickel
2012-07-24VIDEO: Convert DXADecoder to the AdvancedVideoDecoder APIMatthew Hoops
2012-07-23VIDEO: Rewrite SmackerDecoder to use the new APIMatthew Hoops
2012-07-21VIDEO: Move PSXStreamDecoder to the new VideoDecoder APIMatthew Hoops
2012-07-03SWORD1: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-06-26SWORD1: Add source of the translations for the missing subtitlesThierry Crozat
2012-06-26SWORD1: Add workaround for missing subtitles in the demoThierry Crozat
2012-06-24SWORD1: Add warning for untranslated subtitlesThierry Crozat
2012-06-16SWORD1: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-05SWORD1: Use _missingSubTitleStr when asking for an out of bound textIdThierry Crozat
2012-06-05SWORD1: Fix crash in demo when using French subtitlesThierry Crozat
2012-05-12VIDEO: Change getElapsedTime() into getTime()Matthew Hoops
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-23Merge pull request #171 from clone2727/psx-stream-2Willem Jan Palenstijn
2012-02-23SWORD1: Add some TODO's for PSX stream subtitlesMatthew Hoops
2012-02-23SWORD1: Add support for the PSX demo videosMatthew Hoops
2012-02-23VIDEO: Make PSX streams calculate frame timing solely from CD speedMatthew Hoops
2012-02-23SWORD1: Add support for PSX stream playbackMatthew Hoops
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-13SWORD1: Silence some MSVC warnings (conversion from double to float)Filippos Karapetis
2012-01-18SWORD1: Do not look for color indexes in cutscenes when there is no subtitlesThierry Crozat
2012-01-18SWORD1: Use color for subtitles during cutsceneThierry Crozat
2011-11-08SWORD1: Fix bug #3431552 ("Wrong background sound in Windows demo")Torbjörn Andersson
2011-10-31SWORD1: Fix bug #3430793 Freeze before meeting with policeThierry Crozat
2011-10-27SWORD1: Fix crash when using cutscene subtitles with mac versionThierry Crozat