aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
2007-04-19Added code to prevent NPCs from moving when being talked toPaul Gilbert
2007-04-17Bugfix for Grub's animation handlerPaul Gilbert
2007-04-17Bugfix to have multiple savegame names list verticallyPaul Gilbert
2007-04-15Altered message display to correctly handle optional display of hotspot/chara...Paul Gilbert
2007-04-15Bugfix to have Ratpouch correctly follow player, and new object animation han...Paul Gilbert
2007-04-15Bugfix to restore the correct part of the screen when the menu changesPaul Gilbert
2007-04-15Added new script methodsPaul Gilbert
2007-04-15Fix a few Valgrind warnings.Travis Howell
2007-04-14Gave proper names to previously unknown/partially-known constantsPaul Gilbert
2007-04-14Fixed warning.Torbjörn Andersson
2007-04-14Implemented handling for barmen (rooms 29, 32, and 35)Paul Gilbert
2007-04-14Added script method for barmen serving playerPaul Gilbert
2007-04-13Adjusted word wrapping width in talk dialogsPaul Gilbert
2007-04-10Bugfix to prevent a used item in give actions from not getting pased to the t...Paul Gilbert
2007-04-02Added in more character tick handlersPaul Gilbert
2007-04-01Bugfix to correctly remove an item from a character's inventory when it is de...Paul Gilbert
2007-04-01Bugfix for strings that wrapped near a carriage return characterPaul Gilbert
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-17Got rid of Lure::SystemMax Horn
2007-03-06Added support for Blacksmith's hammering animation and added Morkus' animatio...Paul Gilbert
2007-02-26Added animation handler for standard characters that can be talked toPaul Gilbert
2007-02-26Added saving of the random actions set state, and implemented NPC opcode 29, ...Paul Gilbert
2007-02-22Syntax fixes to conform to ScummVM coding standardsPaul Gilbert
2007-02-22Added proper support for the random actions your sidekick can do in each roomPaul Gilbert
2007-02-18Improved (I hope) the 'Unknown MD5' messages in our detectors a little bitMax Horn
2007-02-17Added line to ensure the current room number field variable is kept up to datePaul Gilbert
2007-02-17Added some asserts to setSupportData method to ensure the passed variables ar...Paul Gilbert
2007-02-16Added animation handler for Catriona (woman in Smithy)Paul Gilbert
2007-02-16Added sub-option to hotspot command to allow the activation or deactivation o...Paul Gilbert
2007-02-16Bugfix to pathfinder that resulted in some characters bouncing between two roomsPaul Gilbert
2007-02-16Revised previously committed guard to comply to ScummVM coding standardPaul Gilbert
2007-02-14Make use of md5_file_stringMax Horn
2007-02-14Added proper support for showing a hotspot or character's name in dialogs whe...Paul Gilbert
2007-02-14Added guard to prevent crashing if a hospot or character name is needed and w...Paul Gilbert
2007-02-10Bugfix to clipping so player's feet aren't visible in the corner of the scree...Paul Gilbert
2007-02-09Turned two comments into doxygen commentsMax Horn
2007-02-09fix warningMax Horn
2007-02-09Removed redundant line used during testingPaul Gilbert
2007-02-09Added 'room' command to show room informationPaul Gilbert
2007-02-09Added new flag for blocked characters and extra checking of dynamic support r...Paul Gilbert
2007-02-09Improved character blocked/bumped handlingPaul Gilbert
2007-02-09Removed use of static support data record for player to simplify save processPaul Gilbert
2007-02-09Removed use of static support data record for player to simplify save processPaul Gilbert
2007-02-02Bugfix to fix crash when Ratpouch chooses an in-room random destinationPaul Gilbert
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
2007-02-01Added custom load code for room #20 NoticePaul Gilbert
2007-01-31Expanded the chute animation to display the full sequence as the player leave...Paul Gilbert
2007-01-31Added animation handler for the player exiting the sewer, and some bugfixes t...Paul Gilbert
2007-01-31Added constants for the dungeon bricks and chute animation resourcesPaul Gilbert