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
/
luredefs.h
Age
Commit message (
Expand
)
Author
2007-02-22
Added proper support for the random actions your sidekick can do in each room
Paul Gilbert
2007-01-31
Added constants for the dungeon bricks and chute animation resources
Paul Gilbert
2006-11-05
Added display of the two special between room animations: falling down the ch...
Paul Gilbert
2006-10-02
Added functionality to allow saving/loading the game state
Paul Gilbert
2006-09-07
Transferred all previously hard-coded English in-game text to a resource
Paul Gilbert
2006-09-03
Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's use...
Paul Gilbert
2006-08-27
Incremented version number
Paul Gilbert
2006-08-07
Incremented required data file version
Paul Gilbert
2006-07-30
Added constants for known hotspot flags, and added line to flag hotspots that...
Paul Gilbert
2006-07-23
Changed __lure_res_h__ to LURE_RES_H etc for consistency.
Torbjörn Andersson
2006-07-23
Added extra hotspot flags bytes needed for asking Ratpouch for an object, and...
Paul Gilbert
2006-07-08
Incremented lure.dat version and added new constants for debugging, tick meth...
Paul Gilbert
2006-06-03
Bugfix to properly detect the end of the indexed room hotspot list
Paul Gilbert
2006-05-23
Added new resource entries for NPC schedules, the Skorl catching animation, a...
Paul Gilbert
2006-04-30
Incremented required lure.dat version
Paul Gilbert
2006-04-29
Changed resource Id constants, added a few more general constants, and slight...
Paul Gilbert
2006-04-11
Added new resources for pathfinding and new resources
Paul Gilbert
2006-03-13
Add proper handling for animations with frame offset tables during decoding
Paul Gilbert
2006-03-09
Replaced GF_ENGLISH in LureGameSettings by a proper Common::Language member v...
Max Horn
2006-02-19
Added new definitions used by the conversation subsystem
Paul Gilbert
2006-02-11
Moved engines to the new engines/ directory
Max Horn