index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
lure
/
hotspots.cpp
Age
Commit message (
Expand
)
Author
2007-02-02
Bugfix to fix crash when Ratpouch chooses an in-room random destination
Paul Gilbert
2007-01-31
Added animation handler for the player exiting the sewer, and some bugfixes t...
Paul Gilbert
2006-11-12
Bugfix to prevent pathfinder failure after making a small step
Paul Gilbert
2006-10-02
Added functionality to allow saving/loading the game state
Paul Gilbert
2006-09-09
Fixed compilation
Chris Apers
2006-09-03
Fixed handling of player occupied areas during room changes
Paul Gilbert
2006-08-30
Implemented the Tell action handling, and added support for current actions w...
Paul Gilbert
2006-08-27
In progress work on tell command handling
Paul Gilbert
2006-08-07
Reworked the talk dialog system to properly handle destination character and ...
Paul Gilbert
2006-07-08
Rewrote the talk handling code
Paul Gilbert
2006-05-31
Symbian Emulator (VC6) compilation fixes.
Lars Persson
2006-05-29
Player now moves out of the way if he's blocking an entrance when an NPC ente...
Paul Gilbert
2006-05-23
Reworked the DISPATCH current action to support NPC schedules like the origin...
Paul Gilbert
2006-05-11
This could be completely wrong, but I don't think Hotspot::stopWalking() is
Torbjörn Andersson
2006-05-11
Changed "it's" to "its" in a few comments.
Torbjörn Andersson
2006-05-08
Changed abs() to ABS()
Torbjörn Andersson
2006-04-29
Enhanced hotspot action so that the player will properly walk to a hotspot be...
Paul Gilbert
2006-04-11
Fix warning.
Eugene Sandulenko
2006-04-11
Changed max() to MAX(). This fixes compilation for me.
Torbjörn Andersson
2006-04-11
Added proper path finding code for rooms, as well as miscellaneous support me...
Paul Gilbert
2006-03-13
Fix to remove warning on validating frame offsets in animation decoder
Paul Gilbert
2006-03-13
Add proper handling for animations with frame offset tables during decoding
Paul Gilbert
2006-02-19
Added basic support for conversations, as well as reworking the Hotspot class...
Paul Gilbert
2006-02-11
Moved engines to the new engines/ directory
Max Horn