aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.cpp
AgeCommit message (Expand)Author
2007-05-20Fixed several room change, NPC behaviour, and door closing codePaul Gilbert
2007-05-07Reworked the pathfinder to directly return a pathfinding result, and added co...Paul Gilbert
2007-05-05Bugfix for random destination setting so NPCs don't walk outside the valid wa...Paul Gilbert
2007-05-04Bugfix to prevent characters stopped by a right-hand non-walkable area then b...Paul Gilbert
2007-05-03Bugfix for characters freezing after talking when in a different room than th...Paul Gilbert
2007-05-02Fix for saving the game when an NPC is doing a non-scripted action Paul Gilbert
2007-04-30Added NPC to NPC talk action, and a bugfix for when remote viewing a roomPaul Gilbert
2007-04-29Reworked hotspot actions so that talking to characters work properlyPaul Gilbert
2007-04-22General bugfixes, added animation handlers for creating potion and freeing Go...Paul Gilbert
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-15Bugfix to have Ratpouch correctly follow player, and new object animation han...Paul Gilbert
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-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-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-16Added animation handler for Catriona (woman in Smithy)Paul Gilbert
2007-02-16Bugfix to pathfinder that resulted in some characters bouncing between two roomsPaul Gilbert
2007-02-14Added proper support for showing a hotspot or character's name in dialogs whe...Paul Gilbert
2007-02-10Bugfix to clipping so player's feet aren't visible in the corner of the scree...Paul Gilbert
2007-02-09Removed redundant line used during testingPaul Gilbert
2007-02-09Improved character blocked/bumped handlingPaul Gilbert
2007-02-02Bugfix to fix crash when Ratpouch chooses an in-room random destinationPaul Gilbert
2007-01-31Added animation handler for the player exiting the sewer, and some bugfixes t...Paul Gilbert
2006-11-12Bugfix to prevent pathfinder failure after making a small stepPaul Gilbert
2006-10-02Added functionality to allow saving/loading the game statePaul Gilbert
2006-09-09Fixed compilationChris Apers
2006-09-03Fixed handling of player occupied areas during room changesPaul Gilbert
2006-08-30Implemented the Tell action handling, and added support for current actions w...Paul Gilbert
2006-08-27In progress work on tell command handlingPaul Gilbert
2006-08-07Reworked the talk dialog system to properly handle destination character and ...Paul Gilbert
2006-07-08Rewrote the talk handling codePaul Gilbert
2006-05-31Symbian Emulator (VC6) compilation fixes.Lars Persson
2006-05-29Player now moves out of the way if he's blocking an entrance when an NPC ente...Paul Gilbert
2006-05-23Reworked the DISPATCH current action to support NPC schedules like the origin...Paul Gilbert
2006-05-11This could be completely wrong, but I don't think Hotspot::stopWalking() isTorbjörn Andersson
2006-05-11Changed "it's" to "its" in a few comments.Torbjörn Andersson
2006-05-08Changed abs() to ABS()Torbjörn Andersson
2006-04-29Enhanced hotspot action so that the player will properly walk to a hotspot be...Paul Gilbert
2006-04-11Fix warning.Eugene Sandulenko
2006-04-11Changed max() to MAX(). This fixes compilation for me.Torbjörn Andersson
2006-04-11Added proper path finding code for rooms, as well as miscellaneous support me...Paul Gilbert
2006-03-13Fix to remove warning on validating frame offsets in animation decoderPaul Gilbert
2006-03-13Add proper handling for animations with frame offset tables during decodingPaul Gilbert