aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.cpp
AgeCommit message (Expand)Author
2012-07-23VIDEO: Rewrite SmackerDecoder to use the new APIMatthew Hoops
2012-07-07TOON: Remove unecessary getSystem() function.D G Turner
2012-06-28TOON: Replace remaining int32 x,y,w and h coordinates with int16.D G Turner
2012-06-14Merge branch 'toon-RAM-reduction'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
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-06-07TOON: Reduce unecessary linkages in Pathfinding class.D G Turner
2012-06-07TOON: Remove unecessary usages of g_system.D G Turner
2012-02-12TOON: Fix bug #3467139 with russian version crashsylvaintv
2011-12-08TOON: Replace usage of 'goto'.D G Turner
2011-11-27TOON: Clean up Common::String usageWillem Jan Palenstijn
2011-10-07TOON: Fix Flux jumpy animation when imprisonedsylvaintv
2011-09-08JANITORIAL: Fix some formatting glitches in gob, hugo and toonStrangerke
2011-07-12TOON: Fix default walk to object with screen scrollingsylvaintv
2011-07-09TOON: Fix rare palette glitch during one frame after cutscenesylvaintv
2011-07-09TOON: Fixed palette problem in LoadPicturesylvaintv
2011-06-27TOON: Add delay to inventory rendering loop. Uses a bit less CPU now.eriktorbjorn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-10TOON: Reduce header dependenciesMax Horn
2011-06-02TOON: Remove all instances of s(n)printfMax Horn
2011-06-01TOON: Fix crash #3308220sylvaintv
2011-05-17TOON: Use RandomSource instead of rand()Max Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-23TOON: fix main title crash - Bug #3291725 fixedsylvaintv
2011-04-17TOON: Prefer Surface::create taking a PixelFormat over the one taking a byte ...Johannes Schickel
2011-04-17TOON: Fix palette issues in alligators scenesylvaintv
2011-04-06TOON: Fix several Valgrind issuessylvaintv
2011-03-14TOON: Fix more dirty rect issuessylvaintv
2011-03-13TOON: Add more dirtyRect checkssylvaintv
2011-03-10TOON: Cleanupstrangerke
2011-03-10TOON: Janitorial: Suppress blanks at end of linesstrangerke
2011-03-08TOON: Decrease CPU usagesylvaintv
2011-03-06TOON: Fix crashs when toon.dat is not presentsylvaintv
2011-03-06TOON: Fix global package loadingsylvaintv
2011-02-15Merge branch 'master' into osystem-paletteJohannes Schickel
2011-02-14TOON: Disable quick save/load from the main menu screen.eriktorbjorn
2011-02-14TOON: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-11TOON: Fix memory leakTorbjörn Andersson
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-05TOON: Ensure minimum delay in worst case of render() loop to allow thread sch...David Turner
2011-02-05TOON: Fix formatting issuesSylvain Dupont
2011-02-05TOON: Add some sleep if the game refreshes too fastSylvain Dupont
2011-02-04TOON: Fix Amiga compileSylvain Dupont
2011-02-01TOON: Remove misc/ from paths since it's in global foldersSylvain Dupont
2011-01-30TOON: Add coordinates clamping for safetySylvain Dupont