aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.cpp
AgeCommit message (Collapse)Author
2007-09-16Fix to make characters face upwards initially, and to stand straight when ↵Paul Gilbert
not actively moving svn-id: r28920
2007-09-16Bugfix to prevent actions being paused sometimesPaul Gilbert
svn-id: r28919
2007-09-08Fixed code formatting (hanging braces); added static/const keywords to data ↵Max Horn
tables; merged Hotspot::doLookAt and doLookThrough code svn-id: r28880
2007-08-12Added missing calls to the sound systemPaul Gilbert
svn-id: r28552
2007-08-05Removed unused fieldsPaul Gilbert
svn-id: r28458
2007-08-05Added code for hotspot fields I didn't originally understandPaul Gilbert
svn-id: r28457
2007-06-22Lots of bugfixes - game is now completablePaul Gilbert
svn-id: r27606
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-28Impelemented game as far as dragon cave entrancePaul Gilbert
svn-id: r26994
2007-05-27Reworked game saving so that restored games don't fire off hotspot ↵Paul Gilbert
activation scripts, and conversation bugfix to keep characters in place svn-id: r26955
2007-05-20Added savegame code so characters correctly leave rooms after restoring a gamePaul Gilbert
svn-id: r26888
2007-05-20Fixed several room change, NPC behaviour, and door closing codePaul Gilbert
svn-id: r26887
2007-05-07Reworked the pathfinder to directly return a pathfinding result, and added ↵Paul Gilbert
code to save the pathfinding state to a save game when it's in progress svn-id: r26777
2007-05-05Bugfix for random destination setting so NPCs don't walk outside the valid ↵Paul Gilbert
walkable areas of a room svn-id: r26747
2007-05-04Bugfix to prevent characters stopped by a right-hand non-walkable area then ↵Paul Gilbert
being able to walk through it svn-id: r26744
2007-05-03Bugfix for characters freezing after talking when in a different room than ↵Paul Gilbert
the player, and fixed NPC to NPC conversations svn-id: r26740
2007-05-02Fix for saving the game when an NPC is doing a non-scripted action Paul Gilbert
svn-id: r26734
2007-04-30Added NPC to NPC talk action, and a bugfix for when remote viewing a roomPaul Gilbert
svn-id: r26680
2007-04-29Reworked hotspot actions so that talking to characters work properlyPaul Gilbert
svn-id: r26675
2007-04-22General bugfixes, added animation handlers for creating potion and freeing ↵Paul Gilbert
Goewin, and in-progress work on completing original game's action precheck code svn-id: r26572
2007-04-19Added code to prevent NPCs from moving when being talked toPaul Gilbert
svn-id: r26546
2007-04-17Bugfix for Grub's animation handlerPaul Gilbert
svn-id: r26538
2007-04-15Bugfix to have Ratpouch correctly follow player, and new object animation ↵Paul Gilbert
handlers added svn-id: r26487
2007-04-14Gave proper names to previously unknown/partially-known constantsPaul Gilbert
svn-id: r26467
2007-04-14Fixed warning.Torbjörn Andersson
svn-id: r26466
2007-04-14Implemented handling for barmen (rooms 29, 32, and 35)Paul Gilbert
svn-id: r26464
2007-04-10Bugfix to prevent a used item in give actions from not getting pased to the ↵Paul Gilbert
talk dialog for display svn-id: r26447
2007-04-02Added in more character tick handlersPaul Gilbert
svn-id: r26368
2007-03-06Added support for Blacksmith's hammering animation and added Morkus' ↵Paul Gilbert
animation handler svn-id: r26003
2007-02-26Added animation handler for standard characters that can be talked toPaul Gilbert
svn-id: r25888
2007-02-26Added saving of the random actions set state, and implemented NPC opcode 29, ↵Paul Gilbert
which allows for an NPC to be given a custom talk record svn-id: r25875
2007-02-22Syntax fixes to conform to ScummVM coding standardsPaul Gilbert
svn-id: r25781
2007-02-22Added proper support for the random actions your sidekick can do in each roomPaul Gilbert
svn-id: r25780
2007-02-16Added animation handler for Catriona (woman in Smithy)Paul Gilbert
svn-id: r25638
2007-02-16Bugfix to pathfinder that resulted in some characters bouncing between two roomsPaul Gilbert
svn-id: r25621
2007-02-14Added proper support for showing a hotspot or character's name in dialogs ↵Paul Gilbert
where the message contains a placeholder mark for it svn-id: r25582
2007-02-10Bugfix to clipping so player's feet aren't visible in the corner of the ↵Paul Gilbert
screen as the chute is exited svn-id: r25455
2007-02-09Removed redundant line used during testingPaul Gilbert
svn-id: r25443
2007-02-09Improved character blocked/bumped handlingPaul Gilbert
svn-id: r25440
2007-02-02Bugfix to fix crash when Ratpouch chooses an in-room random destinationPaul Gilbert
svn-id: r25333
2007-01-31Added animation handler for the player exiting the sewer, and some bugfixes ↵Paul Gilbert
to allow Ratpouch to correctly open up the dungeon exit svn-id: r25301
2006-11-12Bugfix to prevent pathfinder failure after making a small stepPaul Gilbert
svn-id: r24687
2006-10-02Added functionality to allow saving/loading the game statePaul Gilbert
svn-id: r24070
2006-09-09Fixed compilationChris Apers
svn-id: r23836
2006-09-03Fixed handling of player occupied areas during room changesPaul Gilbert
svn-id: r23826
2006-08-30Implemented the Tell action handling, and added support for current actions ↵Paul Gilbert
with dynamic support data svn-id: r23810
2006-08-27In progress work on tell command handlingPaul Gilbert
svn-id: r23787
2006-08-07Reworked the talk dialog system to properly handle destination character and ↵Paul Gilbert
active item Id. Also completed ASK action handler svn-id: r23694
2006-07-08Rewrote the talk handling codePaul Gilbert
Added lots of debugging information Partial support for characters bumping into each other Player/NPC action handling generally improved Added hard-coding for variable width frame animation of Ratpouch being released Basic support for Ratpouch wondering around svn-id: r23416
2006-05-31Symbian Emulator (VC6) compilation fixes.Lars Persson
svn-id: r22809