Age | Commit message (Expand) | Author |
2016-06-13 | TOON: Fix uninitialized variable | Strangerke |
2016-05-31 | TOON: Plug memory leak | Eugene Sandulenko |
2016-05-31 | JANITORIAL: Whitespace fixes | Eugene Sandulenko |
2016-04-14 | JANITORIAL: Reduce GUI header dependencies | Ori Avtalion |
2016-02-20 | TOON: Translate buttons in load and save dialogs. | Thierry Crozat |
2015-05-15 | TOON: Check for quitting in runEventScript() | Torbjörn Andersson |
2015-03-19 | TOON: Fix bad enum syntax | sylvaintv |
2015-03-19 | TOON: Add options menu | sylvaintv |
2014-08-06 | TOON: Remove some dead code | Strangerke |
2014-02-28 | TOON: Reduce the scope of some more variables. | Strangerke |
2014-02-28 | TOON: Remove double identical check. | Strangerke |
2014-02-18 | TOON: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-14 | TOON: Use keycodes for hotkey handling. | Johannes Schickel |
2014-02-14 | TOON: Ignore hotkeys when *any* modifier is used. | Johannes Schickel |
2014-02-14 | TOON: Do not use KeyState::hasFlags when only presence of any flag should be ... | Johannes Schickel |
2013-11-09 | TOON: Fix unintialized variables. Fix CID 1002424 | Strangerke |
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-04-27 | TOON: Fix Uninitialized scalar variable CID 1003172, 1003173, 1003175, 1003176 | Strangerke |
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-06-28 | TOON: Replace remaining int32 x,y,w and h coordinates with int16. | D G Turner |
2012-06-14 | Merge branch 'toon-RAM-reduction' | 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-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-02-12 | TOON: Fix bug #3467139 with russian version crash | sylvaintv |
2011-12-08 | TOON: Replace usage of 'goto'. | D G Turner |
2011-11-27 | TOON: Clean up Common::String usage | Willem Jan Palenstijn |
2011-10-07 | TOON: Fix Flux jumpy animation when imprisoned | sylvaintv |
2011-09-08 | JANITORIAL: Fix some formatting glitches in gob, hugo and toon | Strangerke |
2011-07-12 | TOON: Fix default walk to object with screen scrolling | sylvaintv |
2011-07-09 | TOON: Fix rare palette glitch during one frame after cutscene | sylvaintv |
2011-07-09 | TOON: Fixed palette problem in LoadPicture | sylvaintv |
2011-06-27 | TOON: Add delay to inventory rendering loop. Uses a bit less CPU now. | eriktorbjorn |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-10 | TOON: Reduce header dependencies | Max Horn |
2011-06-02 | TOON: Remove all instances of s(n)printf | Max Horn |
2011-06-01 | TOON: Fix crash #3308220 | sylvaintv |
2011-05-17 | TOON: Use RandomSource instead of rand() | Max Horn |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-23 | TOON: fix main title crash - Bug #3291725 fixed | sylvaintv |
2011-04-17 | TOON: Prefer Surface::create taking a PixelFormat over the one taking a byte ... | Johannes Schickel |
2011-04-17 | TOON: Fix palette issues in alligators scene | sylvaintv |