aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
AgeCommit message (Expand)Author
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
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-19TONY: Add missing Russian detection entry.D G Turner
2014-03-10TONY: Revert 60980e783ef263f3ed5aa708dc3032779d3be923Strangerke
2014-03-10TONY: Fix clang warnings - Courtesy of LordHotoStrangerke
2014-03-09TONY: Add some missing virtual keywordsStrangerke
2014-03-01TONY: Remove unused error definesStrangerke
2014-03-01TONY: Remove dummy definesStrangerke
2014-03-01TONY: Remove unused function declaration in lzoStrangerke
2014-03-01TONY: Indent code properly in lzoStrangerke
2014-03-01TONY: Remove dead code in lzoStrangerke
2014-02-28TONY: Reduce the scope of more variablesStrangerke
2014-02-28TONY: Fix some British commentsStrangerke
2014-02-28TONY: Reduce the scope of some more variablesStrangerke
2014-02-28TONY: Reduce the scope of some variables, change the return type of findPath()Strangerke
2014-02-18TONY: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17TONY: Indent REGISTER_PLUGIN_* for consistency.Johannes Schickel
2014-01-17Merge pull request #417 from digitall/STACK_fixesJohannes Schickel
2014-01-16TONY: Cleanup (don't compare pointer with false).Johannes Schickel
2014-01-15ALL: Remove optimization unstable code on checking for null after new.D G Turner
2013-12-17TONY: Add a reset function in RMWindow in order to group variable initializationStrangerke
2013-12-07TONY: Add missing getDebugger() for engine API.D G Turner
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-23TONY: Janitorial - Fix spacing errorsStrangerke
2013-10-13TONY: Initialise _buf and _origBuf in second RMGfxBuffer constructorTorbjörn Andersson
2013-09-28TONY: Fix compilation on FreeBSD with C++-11 enabled.D G Turner
2013-08-03TONY: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03TONY: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-08-02TONY: Add a hack to work around amigaos4 issues.Alyssa Milburn
2013-08-02TONY: Fix thumbnails on BE.Alyssa Milburn
2013-08-02TONY: Fix savegames on BE (this breaks compatibility).Alyssa Milburn
2013-08-02TONY: Simplify thumbnail loading code.Alyssa Milburn
2013-07-19TONY: Remove debug message from last commit. Oops.Torbjörn Andersson
2013-07-19TONY: Fix parameter to RMGfxSourceBuffer8RLEWordAA::init()Torbjörn Andersson
2013-06-11TONY: Add detection for German "Shoe Box", bug #3582420Strangerke
2013-06-11TONY: Add detection for English version unpackedStrangerke
2013-06-10TONY: Remove varargs from mpalQueryCORO(). CID 1002105Torbjörn Andersson
2013-06-02TONY: Fix memory leak on save game failure (CID 1003579)Torbjörn Andersson