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
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