aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
AgeCommit message (Collapse)Author
2007-12-09cleanupMax Horn
svn-id: r29795
2007-12-09cleanupMax Horn
svn-id: r29792
2007-12-08Saving and loading in Winnie the Pooh should now be endian and alignment ↵Filippos Karapetis
safe. Note that this breaks older saved games and it's no longer possible to use saved games from the original game interpreter svn-id: r29771
2007-12-08Renamed SAVEGAME_VERSION to MSA_SAVEGAME_VERSIONFilippos Karapetis
svn-id: r29770
2007-12-08The variables nFrame and iItem can also have negative valuesFilippos Karapetis
svn-id: r29769
2007-12-08Saving and loading in Mickey's Space Adventure should now be endian and ↵Filippos Karapetis
alignment safe. Note that this breaks older saved games svn-id: r29768
2007-12-08Fix compiler warningMax Horn
svn-id: r29761
2007-12-06Move AGI engine back to custom line drawing routine as it caused regressionsEugene Sandulenko
svn-id: r29735
2007-12-05Remove now obsolete commentFilippos Karapetis
svn-id: r29729
2007-11-28Fixes Mickey and Gold rush. Not the cleanest fix but tested and worksStuart George
svn-id: r29658
2007-11-28Update mouse coordinates onn *all* mouse events, i.e. also after click eventsMax Horn
svn-id: r29657
2007-11-28Fix regression from r28850 that rewrote all pattern data. Fixes agi v3 ↵Stuart George
circle plot patterns svn-id: r29653
2007-11-25Switch AGI to common drawLine() as wellEugene Sandulenko
svn-id: r29636
2007-11-24Removed some unnecessary code which was common for two casesFilippos Karapetis
svn-id: r29622
2007-11-23Minimized screen updates for Mickey's Space Adventure, and correctly set the ↵Filippos Karapetis
hint for Uranus svn-id: r29619
2007-11-23cleanupMax Horn
svn-id: r29617
2007-11-22Objects in Mickey's Space Adventure are shown correctly nowFilippos Karapetis
svn-id: r29612
2007-11-22Change the AGI image stack to use Common::StackMax Horn
svn-id: r29608
2007-11-22Refactore the AGI floodfill codeMax Horn
svn-id: r29600
2007-11-21CleanupFilippos Karapetis
svn-id: r29592
2007-11-21Fixed usage of Common::Stack.Johannes Schickel
svn-id: r29591
2007-11-21Oops, Common::Stack should be used instead of Common::FixedStackFilippos Karapetis
svn-id: r29590
2007-11-21Common::FixedStack is used now for AGI flood fill routinesFilippos Karapetis
svn-id: r29589
2007-11-20Fix regression with the menusFilippos Karapetis
svn-id: r29588
2007-11-20Cleanup and simplificationFilippos Karapetis
svn-id: r29585
2007-11-20Muting the compiler :PSven Hesse
svn-id: r29581
2007-11-20Slight fix for the sound in Mickey's Space AdventureFilippos Karapetis
svn-id: r29579
2007-11-20Implemented music in Mickey's Space Adventure, thanks to the now common ↵Filippos Karapetis
softsynth square wave generator svn-id: r29575
2007-11-19Oops, made _speakerStream private againFilippos Karapetis
svn-id: r29574
2007-11-19_speakerStream should be public. Also, when preAGI engine closes, the ↵Filippos Karapetis
speaker handle is freed svn-id: r29573
2007-11-19oops. that's what last minute moves may result in.Eugene Sandulenko
svn-id: r29570
2007-11-19Hook PC Speaker to Troll's Tale. Though pitch and duration are wrongEugene Sandulenko
svn-id: r29569
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
svn-id: r29386
2007-10-31Fix for bug #1751483 - "AGI: The -x command-line option appears to be broken"Filippos Karapetis
svn-id: r29346
2007-10-31Added a FIXME-comment and a warning to the unknown test command 19.Kari Salminen
svn-id: r29336
2007-10-31Fix for bug #1745950 (GR: Birds stuck in opening screen (Amiga version)).Kari Salminen
svn-id: r29335
2007-10-13Fixing compilationSven Hesse
svn-id: r29216
2007-10-13Add a debug console in Winnie (patch by clone2727)Filippos Karapetis
svn-id: r29215
2007-09-24objects now work in Winnie C64Matthew Hoops
svn-id: r29095
2007-09-24allow Winnie Apple II to start up, however room images are slightly ↵Matthew Hoops
distorted and the intro is not shown; other cleanup svn-id: r29090
2007-09-24fix regression in the inventory from r28995Matthew Hoops
svn-id: r29084
2007-09-24ok, really get rid of "object 41" now -- didn't realize that the rnd ↵Matthew Hoops
function in preagi already adds 1... (DrMcCoy: I guess there was an object 42 before as well) svn-id: r29083
2007-09-23Rename class variables to conform our coding guidelines.Eugene Sandulenko
svn-id: r29059
2007-09-23Rename class variables to conform our code conventionsEugene Sandulenko
svn-id: r29058
2007-09-23Add support for Russian versions of AGI gamesEugene Sandulenko
svn-id: r29056
2007-09-23Cleanup. Also, changed isBigEndian to be a booleanFilippos Karapetis
svn-id: r29054
2007-09-23Add Tigger and Mist events implementationEugene Sandulenko
svn-id: r29052
2007-09-23objects now work in Winnie AmigaMatthew Hoops
svn-id: r29051
2007-09-23Fix regressionEugene Sandulenko
svn-id: r29050
2007-09-23changes for Winnie Amiga (now playable) and C64Matthew Hoops
svn-id: r29049