aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-12-08ioFailed() is now checked when saving a gameFilippos Karapetis
svn-id: r29767
2007-12-08reverted parts of commits #29447 and #29446 (caused regressions in ADL music ↵Gregory Montoir
playback) and properly (I hope) fixed the sound issues described in tracker item #1763053. svn-id: r29766
2007-12-08Fix for bug #1837503. Location switches can be scheduled recursively, so now ↵Nicola Mettifogo
flags needed to be handled in a safer way to prevent inconsistencies. svn-id: r29763
2007-12-08Added some missing deletes of temporary objectsPaul Gilbert
svn-id: r29762
2007-12-08Fix compiler warningMax Horn
svn-id: r29761
2007-12-08amiga demo version of OS has a VOL.CNF file so I assume full versions of the ↵Gregory Montoir
game also use it ; enabled readVolCnf for all versions of OS. svn-id: r29760
2007-12-08simplified gfxConvertSpriteToRaw, some renamingGregory Montoir
svn-id: r29758
2007-12-08made timing closer to the original interpreter and simplified manageEvents ↵Gregory Montoir
function (no need to recurse) svn-id: r29757
2007-12-08reverted part of commit #29749, inplace unpacking doesn't work with .ani dataGregory Montoir
svn-id: r29756
2007-12-08Cleanup and simplificationFilippos Karapetis
svn-id: r29755
2007-12-08Cleanup and simplificationFilippos Karapetis
svn-id: r29754
2007-12-07don't use str functions with binary data, should fix bug #1845760Gregory Montoir
svn-id: r29752
2007-12-07add Common::Rect::center (handy for ::setFocusRectangle())Gregory Montoir
svn-id: r29751
2007-12-07backported some changes for OSGregory Montoir
- added parsing of VOL.CNF to get the (filename,bundle) mapping (should be more efficient than testing every bundle file) - delphineUnpack allows "inplace unpacking", use this instead of allocating temporary buffers - relation script run count should be set in _localVars[0] - added comments for some "special" script variables svn-id: r29749
2007-12-07fix unterminated string (causing intermittent savegame listing problems in ↵Willem Jan Palenstijn
scumm) svn-id: r29748
2007-12-07Bugfix so player will move out of the way if he's blocking an entrance a ↵Paul Gilbert
character is entering by svn-id: r29746
2007-12-07Changed startup error messages to use a modal GUI dialogPaul Gilbert
svn-id: r29745
2007-12-07Fix for bug 1843961: Assertion on talking to a NPC - initial 'hey wait' ↵Paul Gilbert
dialog was resetting the destination character just before the conversation started svn-id: r29743
2007-12-06Move AGI engine back to custom line drawing routine as it caused regressionsEugene Sandulenko
svn-id: r29735
2007-12-06Switch Lure engine to AdvancedDetectorEugene Sandulenko
svn-id: r29734
2007-12-05Remove now obsolete commentFilippos Karapetis
svn-id: r29729
2007-12-04Broke up parseDialogue into more manageable and focused short routines.Nicola Mettifogo
svn-id: r29716
2007-12-04remove code duplicationPaweł Kołodziejski
svn-id: r29714
2007-12-04correction based on disassembly Paweł Kołodziejski
svn-id: r29712
2007-12-03Add patch #1842862 - Support for Freddi3 french.Travis Howell
svn-id: r29711
2007-12-03remove code duplicationPaweł Kołodziejski
svn-id: r29710
2007-12-03Reworked the fight loop and event handling so fights run at the same speed ↵Paul Gilbert
as in the original game svn-id: r29709
2007-12-02revised mutex handling a bit in dimuse :Gregory Montoir
- protected access to Track.used in startSound - removed mutex lock in cloneToFadeOutTrack as it's always called with mutex already locked on (shouldn't change anything, though, due to mutex re-entrancy) svn-id: r29705
2007-12-02Add patch #1842503 - Added HE99 version of french PUTTTIME.Travis Howell
svn-id: r29694
2007-12-02Added some more code to the savegame load process to correctly handle ↵Paul Gilbert
previously saved savegames (from version 25) svn-id: r29693
2007-12-02Modified the loadScreen method to accommodate some screens decoding to a ↵Paul Gilbert
single byte more than the actual screen size svn-id: r29691
2007-12-02Bugfix to make any animation the player is doing uninterruptablePaul Gilbert
svn-id: r29690
2007-12-02Enhanced savegames to store any active dialog when the game was savedPaul Gilbert
svn-id: r29689
2007-12-02don't call actorWalkStep if all an actor have to do is turning to a new ↵Gregory Montoir
direction (confirmed against disasm, seems specific to v8). fixes bug #1834814. svn-id: r29688
2007-12-02Reworked the RoomResource structure to make the game easier to compile on PalmOSPaul Gilbert
svn-id: r29687
2007-12-01Changed assert for missing animation to explicitly give the animation IdPaul Gilbert
svn-id: r29684
2007-12-01Fixed Valgrind warning by freeing _lines with Memory::dealloc() insead ofTorbjörn Andersson
delete. svn-id: r29680
2007-12-01Fix for give method - one object range was incorrectly being reported as not ↵Paul Gilbert
being valid objects svn-id: r29679
2007-12-01Fix for Valgrind warning - at least one animation read a single byte beyond ↵Paul Gilbert
the end of the source data just prior to finishing decompression svn-id: r29678
2007-12-01Experimental "focus rectangle" support. I don't have any way to actually testTorbjörn Andersson
it myself. svn-id: r29677
2007-11-30Fixed endian bug in the decoding of stringsPaul Gilbert
svn-id: r29674
2007-11-30sync'ing with local tree for nowGregory Montoir
- some minor changes to detection code - added missing spanish strings to IGOR.TBL - fixed '@' charset index svn-id: r29672
2007-11-30indentationGregory Montoir
svn-id: r29671
2007-11-30Add additional German version of Lure of the Temptress.Travis Howell
svn-id: r29661
2007-11-30Indentation.Torbjörn Andersson
svn-id: r29660
2007-11-29Added the french floppy version of "Lost In Time", as supplied by Arshlan in ↵Sven Hesse
the forums svn-id: r29659
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-28Added detection of Spanish versionPaul Gilbert
svn-id: r29654
2007-11-28Fix regression from r28850 that rewrote all pattern data. Fixes agi v3 ↵Stuart George
circle plot patterns svn-id: r29653