aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-08Added some missing deletes of temporary objectsPaul Gilbert
2007-12-08Fix compiler warningMax Horn
2007-12-08amiga demo version of OS has a VOL.CNF file so I assume full versions of the ...Gregory Montoir
2007-12-08docGregory Montoir
2007-12-08simplified gfxConvertSpriteToRaw, some renamingGregory Montoir
2007-12-08made timing closer to the original interpreter and simplified manageEvents fu...Gregory Montoir
2007-12-08reverted part of commit #29749, inplace unpacking doesn't work with .ani dataGregory Montoir
2007-12-08Cleanup and simplificationFilippos Karapetis
2007-12-08Cleanup and simplificationFilippos Karapetis
2007-12-07Enabled click-and-drag mouse mode for the right mouse button as well as the l...Oystein Eftevaag
2007-12-07don't use str functions with binary data, should fix bug #1845760Gregory Montoir
2007-12-07add Common::Rect::center (handy for ::setFocusRectangle())Gregory Montoir
2007-12-07Properly centered the image on screen after aspect ratio correctionOystein Eftevaag
2007-12-07backported some changes for OSGregory Montoir
2007-12-07fix unterminated string (causing intermittent savegame listing problems in sc...Willem Jan Palenstijn
2007-12-07Added missing hack for the tools to allow building on MinGW with SDL backend....Travis Howell
2007-12-07Bugfix so player will move out of the way if he's blocking an entrance a char...Paul Gilbert
2007-12-07Changed startup error messages to use a modal GUI dialogPaul Gilbert
2007-12-07Fix for bug 1843961: Assertion on talking to a NPC - initial 'hey wait' dialo...Paul Gilbert
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
2007-12-06reverted commit #29736 with a proper fix (I think) to fmopl codeGregory Montoir
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
2007-12-06Mickey is now supportedFilippos Karapetis
2007-12-06Reverted commit #29733, as RandomSource() is called before g_system is initia...Filippos Karapetis
2007-12-06Move AGI engine back to custom line drawing routine as it caused regressionsEugene Sandulenko
2007-12-06Switch Lure engine to AdvancedDetectorEugene Sandulenko
2007-12-06Do not use time() needlesslyMax Horn
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts
2007-12-05NDS: Disabling the buggy ARM blitters so that the CPU scaler worksBertrand Augereau
2007-12-05NDS: Reporting hi-level opti from Robin in the c++ software scaler ( a1r5g5b5...Bertrand Augereau
2007-12-05Remove now obsolete commentFilippos Karapetis
2007-12-05NDS : params reordering to match C scaler and ARM oneBertrand Augereau
2007-12-05NDS : The CPU scaler checkbox is back (and can be removed with a #define)Bertrand Augereau
2007-12-05Declare Winnie supportedEugene Sandulenko
2007-12-05update Touche sectionGregory Montoir
2007-12-05Change to default volume levels on the GP2X to prevent some nasty 'clipping'.John Willis
2007-12-05Add a few small GP2X things to NEWSJohn Willis
2007-12-05Tidyup of a few small things in the GP2X port.John Willis
2007-12-05ARM ASM blitting routines from Robin_WattsOystein Eftevaag
2007-12-04Broke up parseDialogue into more manageable and focused short routines.Nicola Mettifogo
2007-12-04update NEWS with development since 0.10.0Eugene Sandulenko
2007-12-04remove code duplicationPaweł Kołodziejski
2007-12-04Mention COMI/SCUMM fixes in the NEWSMax Horn
2007-12-04correction based on disassembly Paweł Kołodziejski
2007-12-03Add patch #1842862 - Support for Freddi3 french.Travis Howell
2007-12-03remove code duplicationPaweł Kołodziejski
2007-12-03Reworked the fight loop and event handling so fights run at the same speed as...Paul Gilbert
2007-12-02Abort configure run if no matching datatypes are found; some tweaks for cross...Max Horn
2007-12-02update queen changelogGregory Montoir
2007-12-02revised mutex handling a bit in dimuse :Gregory Montoir