aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
2007-12-16Tweaked the delay for several of the introduction message screensPaul Gilbert
2007-12-16Hooked up the sound code to use the configuration for sfx and music, and adde...Paul Gilbert
2007-12-16Added a debugger method to show a specified entry in the string tablePaul Gilbert
2007-12-16Changed interruptableDelay method to not break when a modifier key is pressedPaul Gilbert
2007-12-16Changed delay method to not break when a modifier key is pressedPaul Gilbert
2007-12-16Bugfix for followers doing an Ask action in another roomPaul Gilbert
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-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-10Changed over warning messages for save/load errors from the debug console to ...Paul Gilbert
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-08Added some missing deletes of temporary objectsPaul Gilbert
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-06Switch Lure engine to AdvancedDetectorEugene Sandulenko
2007-12-03Reworked the fight loop and event handling so fights run at the same speed as...Paul Gilbert
2007-12-02Added some more code to the savegame load process to correctly handle previou...Paul Gilbert
2007-12-02Modified the loadScreen method to accommodate some screens decoding to a sing...Paul Gilbert
2007-12-02Bugfix to make any animation the player is doing uninterruptablePaul Gilbert
2007-12-02Enhanced savegames to store any active dialog when the game was savedPaul Gilbert
2007-12-02Reworked the RoomResource structure to make the game easier to compile on PalmOSPaul Gilbert
2007-12-01Changed assert for missing animation to explicitly give the animation IdPaul Gilbert
2007-12-01Fixed Valgrind warning by freeing _lines with Memory::dealloc() insead ofTorbjörn Andersson
2007-12-01Fix for give method - one object range was incorrectly being reported as not ...Paul Gilbert
2007-12-01Fix for Valgrind warning - at least one animation read a single byte beyond t...Paul Gilbert
2007-11-30Fixed endian bug in the decoding of stringsPaul Gilbert
2007-11-30Add additional German version of Lure of the Temptress.Travis Howell
2007-11-28Added detection of Spanish versionPaul Gilbert
2007-11-27- Changed sound creation to automatically reset volume so that introduction s...Paul Gilbert
2007-11-27Removed old commented out debug codePaul Gilbert
2007-11-24Fixed call to create puzzled/exclamation voice bubblesPaul Gilbert
2007-11-22Bugfix for the Escape key to close the Save/Restore dialogPaul Gilbert
2007-11-22Removed deprecated language variablePaul Gilbert
2007-11-22Talk data bugfix - create_lure was reading past the end of the talk data listPaul Gilbert
2007-11-22Changed animation constants to clarify standard indexes versus custom voice b...Paul Gilbert
2007-11-22Fixed menu data for German versionPaul Gilbert
2007-11-22Re-enabled detection of French and German versionsPaul Gilbert
2007-11-20Added a check to keep the cursor active when entering a savegame name on back...Paul Gilbert
2007-11-20Changed the copy protection dialog event loop so the fourth digit pressed wil...Paul Gilbert
2007-11-20Changed calls to pollEvent to be in while loops to ensure all pending events ...Paul Gilbert
2007-11-18Fixed sluggish mouse cursor on restart/restore screen.Torbjörn Andersson