aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Expand)Author
2016-11-29ALL: game state => saved gameBen Castricum
2016-08-24ALL: Make simpleSaveNames() a MetaEngineFeatureAlexander Tkachev
2016-08-24ALL: Add MetaEngine::simpleSaveNames()Alexander Tkachev
2016-07-28TINSEL: Move debug channel registration to the very top of the engine constru...Eugene Sandulenko
2016-06-17TINSEL: Fix class initializationEugene Sandulenko
2016-05-31TINSEL: Fix illegal memory reads.Eugene Sandulenko
2016-05-31TINSEL: Guard against illegal memory writesEugene Sandulenko
2016-05-31TOON: Init memory before usageEugene Sandulenko
2016-05-18TINSEL: Fix out-of-bounds array accessEugene Sandulenko
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-05-11TINSEL: Safer string manipulationEugene Sandulenko
2016-05-09TINSEL: Fix number of buffer overrunsEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Move to an openCD() without parameters as the public APIMatthew Hoops
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-02-25TINSEL: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-09TINSEL: Enable Miles Audio for DW1+DW1CD Demo onlyMartin Kiewitz
2016-02-08TINSEL: Fix crash on big-endian hostsMarcus Comstedt
2016-02-07TINSEL: Fix crash when error() is called earlyMarcus Comstedt
2016-01-26TINSEL: Only request actual save slots in listSaves.Johannes Schickel
2016-01-10TINSEL: Added detection for DW1 fan translationEugene Sandulenko
2016-01-07JANITORIAL: Fix clang printf warningsOri Avtalion
2015-12-01TINSEL: Remove redundant assert check in SetHookScenePaul Gilbert
2015-10-24TINSEL: DW1: Improve timbre file error messageMartin Kiewitz
2015-07-04TINSEL: DW1: enable Miles Audio for DOS onlyMartin Kiewitz
2015-07-04TINSEL: DW1: Miles Audio AdLib MIDPAK.AD supportMartin Kiewitz
2015-07-04TINSEL: DW1: Miles Audio AdLib support for FAT.OPLMartin Kiewitz
2015-07-04TINSEL: Add drivers sub folder in Discworld 1, for Miles audio files.Kirben
2015-06-28TINSEL: Silence a gcc warningMatthew Hoops
2015-06-28TINSEL: DW1: MT32: don't pass timbre fileMartin Kiewitz
2015-06-28TINSEL: DW1: add support for Miles Audio driverMartin Kiewitz
2014-10-17TINSEL: Move object creation from constructor to run()Torbjörn Andersson
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-18TINSEL: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-22TINSEL: Take advante of Engine::initializePath.Johannes Schickel
2013-12-14TINSEL: Fix for bug #6469 "TINSEL: DW1 - No Sfx/Voice in German 4 Lang GRA Ve...Johannes Schickel
2013-12-07TINSEL: Add missing getDebugger() for engine API.D G Turner
2013-12-05TINSEL: Hopefully fix DW2 on BE systemsFilippos Karapetis
2013-11-26Merge pull request #375 from digitall/engineAutoPlugJohannes Schickel
2013-11-24TINSEL: 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-09-28TINSEL: Fix compilation on FreeBSD with C++-11 enabled.D G Turner
2013-09-12Merge pull request #378 from lordhoto/pluggable-engines-translationsJohannes Schickel