Age | Commit message (Expand) | Author |
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 |
2011-04-06 | TOON: Fix several Valgrind issues | sylvaintv |
2011-03-14 | TOON: Fix more dirty rect issues | sylvaintv |
2011-03-13 | TOON: Add more dirtyRect checks | sylvaintv |
2011-03-10 | TOON: Cleanup | strangerke |
2011-03-10 | TOON: Janitorial: Suppress blanks at end of lines | strangerke |
2011-03-08 | TOON: Decrease CPU usage | sylvaintv |
2011-03-06 | TOON: Fix crashs when toon.dat is not present | sylvaintv |
2011-03-06 | TOON: Fix global package loading | sylvaintv |
2011-02-15 | Merge branch 'master' into osystem-palette | Johannes Schickel |
2011-02-14 | TOON: Disable quick save/load from the main menu screen. | eriktorbjorn |
2011-02-14 | TOON: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-11 | TOON: Fix memory leak | Torbjörn Andersson |
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-02-05 | TOON: Ensure minimum delay in worst case of render() loop to allow thread sch... | David Turner |
2011-02-05 | TOON: Fix formatting issues | Sylvain Dupont |
2011-02-05 | TOON: Add some sleep if the game refreshes too fast | Sylvain Dupont |
2011-02-04 | TOON: Fix Amiga compile | Sylvain Dupont |
2011-02-01 | TOON: Remove misc/ from paths since it's in global folders | Sylvain Dupont |
2011-01-30 | TOON: Add coordinates clamping for safety | Sylvain Dupont |