aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Expand)Author
2014-07-20SAGA: Some renamingFilippos Karapetis
2014-07-20SAGA: Remove the now unneeded individual cave scene handlersFilippos Karapetis
2014-07-20SAGA: Merge all of the ITE intro cave scene handlersFilippos Karapetis
2014-07-20SAGA: Move ITE credits together with the other ITE static dataFilippos Karapetis
2014-07-20SAGA: Move the ITE intro text together with the other static ITE dataFilippos Karapetis
2014-07-20SAGA: Add wrappers for queuing music eventsFilippos Karapetis
2014-07-20SAGA: Get rid of the MUSIC_DEFAULT flagFilippos Karapetis
2014-07-20SAGA: Fix spacingFilippos Karapetis
2014-07-20SAGA: Move and rename some defines which are only used in the ITE introFilippos Karapetis
2014-06-28SAGA: Added detection for Chinese floppy ITE. Needs CJK renderingEugene Sandulenko
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-26Merge pull request #375 from digitall/engineAutoPlugJohannes Schickel
2013-11-24SAGA: Janitorial - Fix spacing errorsStrangerke
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-10-08SAGA: Remove unused assignment. CID 1002506Eugene Sandulenko
2013-10-08SAGA: Remove unused assignment. CID 1002505Eugene Sandulenko
2013-10-02SAGA: Clean up variable scopeWillem Jan Palenstijn
2013-10-02SAGA: Silent Cppcheck warning in Sprite::loadList().Rodrigo Rebello
2013-08-03SAGA: Take advantage of Sufrace::getPixels.Johannes Schickel
2013-08-03SAGA: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-15SAGA: Fix CID 1002507. Unused pointer value.Eugene Sandulenko
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-02SAGA: Fix odd memcmp() conditions, as reported by clangFilippos Karapetis
2013-06-08SAGA: Add "fallthrough" comments to switch. CID 1003742, 1003743Torbjörn Andersson
2013-06-01SAGA: Add missing "break"sTorbjörn Andersson
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-05-01SAGA: Fix some non-initialized variables in the Music class - CID 1003131Filippos Karapetis
2013-04-28SAGA: Null terminate string. CID 1003869Eugene Sandulenko
2013-04-28SAGA: Fix potentially unitialized pointer. CID 1003186, CID 1003187, CID 1003...Eugene Sandulenko
2013-04-28SAGA: Null terminate string. CID 1003870Eugene Sandulenko
2013-04-28SAGA: Null terminate string. CID 1003868Eugene Sandulenko
2013-04-27SAGA: Fix memory leak in Mac version of IHNMTorbjörn Andersson
2013-01-09SAGA: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-06SAGA: Update to new IFFDecoder for PBM imagesTomas Jakobsson
2012-12-13Merge pull request #293 from clone2727/qtmidiclone2727
2012-11-11SAGA: Add support for played timeFilippos Karapetis
2012-11-11SAGA: Fix bug #3564919 - "SAGA: IHNM Spanish: Spiritual Barometer doesn't cha...Filippos Karapetis
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-12SAGA: Add support for IHNM Mac musicMatthew Hoops
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-20SAGA: Remove incorrect free() in loadShortenFromStream()Filippos Karapetis
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops