aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
AgeCommit message (Expand)Author
2019-11-30TONY: Fix Missing Default Switch CasesD G Turner
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-09-30TONY: Fix Missing Font Base Class InitializationD G Turner
2019-09-29TONY: The engine doesn't use MIDI, mark the games as such.Henrik "Henke37" Andersson
2018-12-19ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455)Cameron Cawley
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
2018-05-07TONY: Enforce code formatting guidelinesAdrian Frühwirth
2018-05-05ALL: Use CLIP to clip volumesAdrian Frühwirth
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-12-03ALL: Remove obsolete register keywordColin Snover
2017-11-10Merge pull request #1041 from criezy/variadic-undefinedThierry Crozat
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2017-10-06TONY: Fix undefined behaviour in variadic functionsThierry Crozat
2016-12-08ALL: Leave out instructions for engine data issuesBen Castricum
2016-12-06ALL: replace 2 more 'download engine data' instructionsBen Castricum
2016-12-06ALL: Change instructions for engine data file issuesBen Castricum
2016-12-06ALL: Unify 'wrong version of engine data' messageBen Castricum
2016-12-06ALL: Unify 'corrupted engine data' messageBen Castricum
2016-12-05ALL: Unify 'missing engine data' messageBen Castricum
2016-06-17TONY: Safer string manipulationEugene Sandulenko
2016-06-17TONY: Complete class initializationsEugene Sandulenko
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-05-09TONY: Removing more redundant checksEugene Sandulenko
2016-05-04TONY: Remove redundant checksEugene Sandulenko
2016-05-04TONY: Fix buffer overrunEugene Sandulenko
2016-05-03TONY: Fix numerous memory leaksEugene Sandulenko
2016-03-05CONFIGURE: Introduced new engine dependency: highresEugene Sandulenko
2016-02-25TONY: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-01-26TONY: Only request actual save slots in listSaves.Johannes Schickel
2016-01-04TONY: Initialize _vdbCodec in contructorStrangerke
2016-01-04TONY: As suggested by LordHoto, determine codec based on container signature ...Strangerke
2016-01-04TONY: Reduce variable scope, use MKTAG to check file signatureStrangerke
2016-01-04TONY: Add support to the new compressed speech containersStrangerke
2016-01-03TONY: Fix Amiga Build by adding missing sound ifdefsStrangerke
2016-01-03TONY: Add support for compressed music and sfxStrangerke
2016-01-01TONY: Remove an unused variableStrangerke
2016-01-01TONY: Fix typo in commentStrangerke
2015-12-31TONY: Simplify some code related to LOX in RMItem::readFromStream()Strangerke
2015-12-31TONY: Remove more dead code related to unused raw codecStrangerke
2015-12-31TONY: As codec is always ADPCM, remove some dead codeStrangerke
2015-12-12TONY: Add detection for Tony Tough Czech "not installed"Strangerke
2015-07-04TONY: Fix inclusion of util.hFilippos Karapetis
2015-04-05TONY: Fix disabled ui after capturing guard on Ferris Wheelunknown
2015-04-04TONY: Revert Italian detection entryunknown
2015-04-03TONY: Add detection for Italian PC Magazine versionunknown
2014-10-28TONY: Remove trailing whitespaceFilippos Karapetis
2014-10-28TONY: Fix image loading on BE systems againFilippos Karapetis
2014-06-17TONY: Switch to 565 screen format.Alyssa Milburn
2014-05-27ALL: Make Debugger command function names conform to our guidelines.Johannes Schickel