Age | Commit message (Expand) | Author |
2013-10-29 | TOON: Fix CID 1002424 | Strangerke |
2013-08-03 | TOON: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | TOON: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2013-06-30 | TOON: Fix bug #3611869 - Drew sometimes ends up stuck walking forever | sylvaintv |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-04-29 | TOON: Fix logical branch error. CID 1004062 | Eugene Sandulenko |
2013-04-27 | TOON: Fix Uninitialized scalar variable CID 1003172, 1003173, 1003175, 1003176 | Strangerke |
2013-04-25 | TOON: Fix memory leak | Willem Jan Palenstijn |
2013-04-18 | ENGINES: Silence clang warning about unused private member _vm | Max Horn |
2013-01-13 | TOON: Fix return value of saveGameState/loadGameState. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-07-29 | Merge pull request #252 from DrMcCoy/detector_public_reportUnknown | Johannes Schickel |
2012-07-25 | TOON: Fix delete[] formatting. | Johannes Schickel |
2012-07-23 | VIDEO: Rewrite SmackerDecoder to use the new API | Matthew Hoops |
2012-07-07 | TOON: Remove unecessary getSystem() function. | D G Turner |
2012-07-03 | TOON: Slight cleanup in querySaveMetaInfos. | Johannes Schickel |
2012-06-29 | TOON: Correct mismatched method definition against prototype. | D G Turner |
2012-06-28 | TOON: Replace remaining int32 x,y,w and h coordinates with int16. | D G Turner |
2012-06-27 | DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizes | Sven Hesse |
2012-06-25 | TOON: Fix bug #3533291 - Crash in Russian Version | sylvaintv |
2012-06-16 | TOON: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel |
2012-06-15 | TOON: Simplify code in Animation::drawFrameWithMaskAndScale(). | D G Turner |
2012-06-14 | TOON: Fix two latent off-by-one errors in Character Class. | D G Turner |
2012-06-14 | Merge branch 'toon-RAM-reduction' | D G Turner |
2012-06-14 | TOON: Change Pathfinding weight buffers to uint16. | D G Turner |
2012-06-14 | TOON: Replace Character _currentPath static buffers with Common::Array. | D G Turner |
2012-06-14 | TOON: Migrate Character API x,y coordinates and subclasses to int16. | D G Turner |
2012-06-10 | TOON: Minor type fixes and cleanups in Pathfinding class. | D G Turner |
2012-06-10 | TOON: Migrate Pathfinding Path Buffers to Common::Point. | D G Turner |
2012-06-10 | TOON: Migrate Pathfinding API x,y coordinates to int16. | D G Turner |
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel |
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel |
2012-06-09 | TOON: Minor cleanups in Pathfinding class. No functional change. | D G Turner |
2012-06-09 | TOON: Replace Pathfinding retPath static buffers with Common::Array. | D G Turner |
2012-06-09 | TOON: Replace Pathfinding _tempPath static buffers with Common::Array. | D G Turner |
2012-06-07 | TOON: Further cleanup to Pathfinding Class. | D G Turner |
2012-06-07 | TOON: Reduce unecessary linkages in Pathfinding class. | D G Turner |
2012-06-07 | TOON: Remove unecessary usages of g_system. | D G Turner |
2012-06-07 | TOON: Minor cleanup and formatting fixes to Pathfinding class. | D G Turner |
2012-06-07 | TOON: Move PathFindingHeap API to use int16 for x,y coordinates. | D G Turner |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-12 | TOON: Fix bug #3467139 with russian version crash | sylvaintv |
2012-02-12 | TOON: Add russian version detection | sylvaintv |
2011-12-08 | TOON: Replace usage of 'goto'. | D G Turner |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon |
2011-11-27 | TOON: Clean up Common::String usage | Willem Jan Palenstijn |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke |
2011-10-24 | TOON: After discussion with clone2727 and eriktorbjorn, remove GUIO_NOASPECT... | Strangerke |