aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Collapse)Author
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-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-11-30Fixed endian bug in the decoding of stringsPaul Gilbert
svn-id: r29674
2007-11-30Add additional German version of Lure of the Temptress.Travis Howell
svn-id: r29661
2007-11-28Added detection of Spanish versionPaul Gilbert
svn-id: r29654
2007-11-27- Changed sound creation to automatically reset volume so that introduction ↵Paul Gilbert
sound sequences play correctly - Cleaned up my channel sharing code to allow for either cropping the number of channels used or use the same channel multiple times. Ideally, though, I need to find out if the MidiParser can be set to use less than 8 channels svn-id: r29648
2007-11-27Removed old commented out debug codePaul Gilbert
svn-id: r29647
2007-11-24Fixed call to create puzzled/exclamation voice bubblesPaul Gilbert
svn-id: r29623
2007-11-22Bugfix for the Escape key to close the Save/Restore dialogPaul Gilbert
svn-id: r29609
2007-11-22Removed deprecated language variablePaul Gilbert
svn-id: r29605
2007-11-22Talk data bugfix - create_lure was reading past the end of the talk data listPaul Gilbert
svn-id: r29604
2007-11-22Changed animation constants to clarify standard indexes versus custom voice ↵Paul Gilbert
bubble Ids svn-id: r29603
2007-11-22Fixed menu data for German versionPaul Gilbert
svn-id: r29602
2007-11-22Re-enabled detection of French and German versionsPaul Gilbert
svn-id: r29601
2007-11-20Added a check to keep the cursor active when entering a savegame name on ↵Paul Gilbert
backends that provide a virtual keyboard svn-id: r29578
2007-11-20Changed the copy protection dialog event loop so the fourth digit pressed ↵Paul Gilbert
will be briefly displayed svn-id: r29577
2007-11-20Changed calls to pollEvent to be in while loops to ensure all pending events ↵Paul Gilbert
get processed svn-id: r29576
2007-11-18Fixed sluggish mouse cursor on restart/restore screen.Torbjörn Andersson
svn-id: r29555
2007-11-18Further fixes to sound code (thanks to eriktorbjorn)Paul Gilbert
svn-id: r29554
2007-11-18Added some extra mutex locks to the sound code to hopefully prevent randomo ↵Paul Gilbert
crashes svn-id: r29553
2007-11-18Bugfix to only delay showing a new talk dialog if there isn't one active in ↵Paul Gilbert
the current room svn-id: r29550
2007-11-18Reordered savegame content to fix bug where restoring a savegame from after ↵Paul Gilbert
a fight caused the opponent to briefly appear alive again svn-id: r29549
2007-11-18Added sounds to endgame animation sequencePaul Gilbert
svn-id: r29548
2007-11-18Cleaned up animation player and added support for a set of sounds to be ↵Paul Gilbert
played during an animation svn-id: r29547
2007-11-17Bugfix to properly clear previous room layers and fade in the screen when ↵Paul Gilbert
restoring a game svn-id: r29537
2007-11-17Added missing code to deactivate animations that have finishedPaul Gilbert
svn-id: r29536
2007-11-17Fixed sluggish mouse cursor during palette fade ins/outs.Torbjörn Andersson
svn-id: r29535
2007-11-17Identified some more Endian issues (thanks to Max)Paul Gilbert
svn-id: r29533
2007-11-17Added missing destructor and sounds to barrel animation sequencePaul Gilbert
svn-id: r29531
2007-11-17Added saving of the current hotspot animation record to savegamesPaul Gilbert
svn-id: r29528
2007-11-17Changed default value of _walkFlag in Hotspot constructorPaul Gilbert
svn-id: r29527
2007-11-17Bugfixes to the fighting animations and proper reset of fight data between ↵Paul Gilbert
save sessions svn-id: r29526
2007-11-17Cleaned up the logic of the activateHotspot methodPaul Gilbert
svn-id: r29525
2007-11-17Bugfixes to restoring or restarting a game from the Restore/Restart dialogPaul Gilbert
svn-id: r29524
2007-11-16Fixed a direct access causing endian problemsPaul Gilbert
svn-id: r29519
2007-11-16Changed conversation guards so that the player talking will only be paused ↵Paul Gilbert
if there's another active conversation that's in the same room svn-id: r29516
2007-11-16Bugfix for talk dialog not closing if the same character talks twice in ↵Paul Gilbert
immediate succession svn-id: r29515
2007-11-16Added guard to prevent a character being reset to a default direction frame ↵Paul Gilbert
after a call to SetDirection if they're already facing in that direction - fixes some characters alternating frames svn-id: r29514
2007-11-16Bugfix to make player walk over to Goewin when talking to herPaul Gilbert
svn-id: r29513
2007-11-16Bugfix to have NPC stand still during showMessage talk actionsPaul Gilbert
svn-id: r29512
2007-11-15Fixes to parameters of script methodsPaul Gilbert
svn-id: r29508
2007-11-15Bugfix to prevent characters occasionally facing one way whilst walking in ↵Paul Gilbert
another direction svn-id: r29507
2007-11-14Fixed clipping issues that were still occurring in some roomsPaul Gilbert
svn-id: r29500
2007-11-13Added guard to prevent one character's talk dialog interrupting another one ↵Paul Gilbert
that's already in-progress svn-id: r29492
2007-11-13Tweak to object walk to position calculations - NPCs will no longer get ↵Paul Gilbert
stuck in doors they close svn-id: r29489