aboutsummaryrefslogtreecommitdiff
path: root/engines/toon
AgeCommit message (Expand)Author
2014-02-14TOON: Use keycodes for hotkey handling.Johannes Schickel
2014-02-14TOON: Ignore hotkeys when *any* modifier is used.Johannes Schickel
2014-02-14TOON: Do not use KeyState::hasFlags when only presence of any flag should be ...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-09TOON: Fix unintialized variables. Fix CID 1002424Strangerke
2013-11-09TOON: Fix uninitialized variable in audio. CID 1002729Strangerke
2013-10-30TOON: For consistency, replace the remaining strncpy by strlcpyStrangerke
2013-10-30TOON: replace strncpy by strlcpy as suggested by LordHotoStrangerke
2013-10-30TOON: Fix CID 1002728, 1002729, 1003215, 1002731, 1002730Strangerke
2013-10-30TOON: Fix CID 1004156Strangerke
2013-10-30TOON: Fix CID 1002430, 1002431, 1002727Strangerke
2013-10-30TOON: Fix CID 1002427, 1002428, 1002429Strangerke
2013-10-30TOON: Fix CID 1002425, 1002426, 1003214Strangerke
2013-10-29TOON: Fix CID 1002424Strangerke
2013-08-03TOON: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03TOON: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-06-30TOON: Fix bug #3611869 - Drew sometimes ends up stuck walking foreversylvaintv
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-29TOON: Fix logical branch error. CID 1004062Eugene Sandulenko
2013-04-27TOON: Fix Uninitialized scalar variable CID 1003172, 1003173, 1003175, 1003176Strangerke
2013-04-25TOON: Fix memory leakWillem Jan Palenstijn
2013-04-18ENGINES: Silence clang warning about unused private member _vmMax Horn
2013-01-13TOON: Fix return value of saveGameState/loadGameState.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops
2012-07-29Merge pull request #252 from DrMcCoy/detector_public_reportUnknownJohannes Schickel
2012-07-25TOON: Fix delete[] formatting.Johannes Schickel
2012-07-23VIDEO: Rewrite SmackerDecoder to use the new APIMatthew Hoops
2012-07-07TOON: Remove unecessary getSystem() function.D G Turner
2012-07-03TOON: Slight cleanup in querySaveMetaInfos.Johannes Schickel
2012-06-29TOON: Correct mismatched method definition against prototype.D G Turner
2012-06-28TOON: Replace remaining int32 x,y,w and h coordinates with int16.D G Turner
2012-06-27DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizesSven Hesse
2012-06-25TOON: Fix bug #3533291 - Crash in Russian Versionsylvaintv
2012-06-16TOON: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-15TOON: Simplify code in Animation::drawFrameWithMaskAndScale().D G Turner
2012-06-14TOON: Fix two latent off-by-one errors in Character Class.D G Turner
2012-06-14Merge branch 'toon-RAM-reduction'D G Turner
2012-06-14TOON: Change Pathfinding weight buffers to uint16.D G Turner
2012-06-14TOON: Replace Character _currentPath static buffers with Common::Array.D G Turner
2012-06-14TOON: Migrate Character API x,y coordinates and subclasses to int16.D G Turner
2012-06-10TOON: Minor type fixes and cleanups in Pathfinding class.D G Turner
2012-06-10TOON: Migrate Pathfinding Path Buffers to Common::Point.D G Turner
2012-06-10TOON: Migrate Pathfinding API x,y coordinates to int16.D G Turner
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel