aboutsummaryrefslogtreecommitdiff
path: root/engines/touche
AgeCommit message (Expand)Author
2019-11-09TOUCHE: Fix Missing Default Switch CasesD G Turner
2019-11-03ENGINES: Stop using 'single id'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-09-15TOUCHE: Remove Various Fixed Sized String Buffer UsageD G Turner
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
2018-05-28Merge pull request #1187 from bgK/detection-refactor-unknownBastien Bouclet
2018-05-10TOUCHE: Add TODOAdrian Frühwirth
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-03-05CONFIGURE: Introduced new engine dependency: highresEugene Sandulenko
2016-02-01TOUCHE: Fix semi-intentional array overrunWillem Jan Palenstijn
2016-02-01Revert "TOUCHE: Fix buffer overrun. CID 1003934"Willem Jan Palenstijn
2014-10-04TOUCHE: Update list of files that contain translatable stringsThierry Crozat
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-05-25TOUCHE: Move some enums and struct definition to header file, get rid of some...Strangerke
2014-05-25TOUCHE: Reduce the scope of a variableStrangerke
2014-05-25TOUCHE: Initialize some uninitialized variables, fix a lot of pointers and bo...Strangerke
2014-02-18TOUCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-14TOUCHE: Use keycodes for hotkey handling.Johannes Schickel
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-09TOUCHE: Initialize more variables. CID 1002423Eugene Sandulenko
2013-10-29TOUCHE: Initialize class variables. CID 1002423Eugene Sandulenko
2013-10-29TOUCHE: Fix buffer overrun. CID 1003934Eugene Sandulenko
2013-10-18TOUCHE: Initialize uninit variables. CID 1002423Eugene Sandulenko
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2012-12-16TOUCHE: Simplify external digital music support slightly.D G Turner
2012-12-16TOUCHE: Fix external music to work with any music format.D G Turner
2012-12-16TOUCHE: Add commands to play and stop music tracks to engine console.D G Turner
2012-12-16Merge branch 'toucheExtMusic'D G Turner
2012-12-16TOUCHE: Fix external digital music support.D G Turner
2012-12-15TOUCHE: Fixes to external digital music support.D G Turner
2012-12-14TOUCHE: Fix incorrect handle usage.D G Turner
2012-12-13COMMON: Add wrapper for isprint.Johannes Schickel
2012-12-13TOUCHE: Add support for external digital music.D G Turner
2012-12-12TOUCHE: Add generic music functions to wrap MidiPlayer usages.D G Turner
2012-09-25TOUCHE: Add more font entries to French ToucheWillem Jan Palenstijn
2012-06-27TOUCHE: Report unknown game variant when using the file based fallback detectorSven Hesse
2012-06-27DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizesSven Hesse
2012-03-03TOUCHE: Remap one more Spanish characterWillem Jan Palenstijn
2012-02-26COMMON: Move Language and Platform functionality into separate filesMax Horn
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman