aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2007-12-13Cleanup and simplificationFilippos Karapetis
2007-12-13Changed the C style malloc/free to the C++ style new/deleteFilippos Karapetis
2007-12-12Workaround for bug #1738485Chris Apers
2007-12-12Fixed warning about casting away constness.Torbjörn Andersson
2007-12-12Cleanup, removed duplicate codeFilippos Karapetis
2007-12-12simplify gfxModuleData_field_60, sync with cine codeGregory Montoir
2007-12-12Dynamic fix for several incorrect accented characters in the Italian versionPaul Gilbert
2007-12-12Bugfix to return correct article indexesPaul Gilbert
2007-12-12Incremented the required version of lure.dat because string resource has changedPaul Gilbert
2007-12-12Redeveloped the processing of language item article prefixes to match how the...Paul Gilbert
2007-12-11CleanupFilippos Karapetis
2007-12-11Changed some swaps to use the template SWAPFilippos Karapetis
2007-12-11Fix for bug #1848016 - "IHNM: Wrong Subtitles Color (Spanish)". The colors of...Filippos Karapetis
2007-12-11Make sure that text in message boxes in IHNM is always centered, regardless o...Filippos Karapetis
2007-12-11Bugfix for the display of ASK, GIVE, and TELL actions in the status linePaul Gilbert
2007-12-11Bugfix to make the Use action work correctlyPaul Gilbert
2007-12-10Updated outdated comment.Nicola Mettifogo
2007-12-10Added 90 extra save slots for Nippon Safes.Nicola Mettifogo
2007-12-10* Switched Nippon Safes to use new names for savefiles. User will be asked to...Nicola Mettifogo
2007-12-10Save game header is 32 bits, not 16Filippos Karapetis
2007-12-10Oops, fixed some problems with the last commitFilippos Karapetis
2007-12-10It's now possible again to import saved games from the original interpreter o...Filippos Karapetis
2007-12-10Remove old warnings, since errors are displayed via load/save interface.Travis Howell
2007-12-10Changed over warning messages for save/load errors from the debug console to ...Paul Gilbert
2007-12-09Added a hack to allow adjustment of Adlib volume. (see bug #1497961 "KYRA1: m...Johannes Schickel
2007-12-09Add Russian font for Zak.Eugene Sandulenko
2007-12-09Fix for bug #1777053. Engine was ruling out valid passwords because of wrong ...Nicola Mettifogo
2007-12-09Going back to uncached mode for graphics resources of Examine zones. This pre...Nicola Mettifogo
2007-12-09Fix to prevent having an incorrect sprite assigned to some objects in IHNM wh...Filippos Karapetis
2007-12-09cleanupMax Horn
2007-12-09cleanupMax Horn
2007-12-09- minor screen fix for OSGregory Montoir
2007-12-09Hack to workaround struct padding added by some compilers (mainly on PalmOS)Chris Apers
2007-12-09Bugfix to correctly display a hotspot name in message dialogs that include itPaul Gilbert
2007-12-09Added code to set ACTIVE_HOTSPOT_ID and USE_HOTSPOT_ID fields correctly when ...Paul Gilbert
2007-12-09Added extra debug statementsPaul Gilbert
2007-12-09Added extra debug statementsPaul Gilbert
2007-12-09Added new debug category for string handlingPaul Gilbert
2007-12-08Saving and loading in Winnie the Pooh should now be endian and alignment safe...Filippos Karapetis
2007-12-08Renamed SAVEGAME_VERSION to MSA_SAVEGAME_VERSIONFilippos Karapetis
2007-12-08The variables nFrame and iItem can also have negative valuesFilippos Karapetis
2007-12-08Saving and loading in Mickey's Space Adventure should now be endian and align...Filippos Karapetis
2007-12-08ioFailed() is now checked when saving a gameFilippos Karapetis
2007-12-08reverted parts of commits #29447 and #29446 (caused regressions in ADL music ...Gregory Montoir
2007-12-08Fix for bug #1837503. Location switches can be scheduled recursively, so now ...Nicola Mettifogo
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-08simplified gfxConvertSpriteToRaw, some renamingGregory Montoir
2007-12-08made timing closer to the original interpreter and simplified manageEvents fu...Gregory Montoir