scummvm/engines/lure
2006-05-01 22:27:56 +00:00
..
diassembly Added disassembly of door close support routines and other miscellaneous action support code 2006-04-25 22:38:00 +00:00
animseq.cpp
animseq.h
debug-input.cpp
debug-input.h
debug-methods.cpp
debug-methods.h
decode.cpp
decode.h
disk.cpp It's wrong to assume a given file is located in gameDataPath, so do not use that to print out warnings that pretend otherwise 2006-05-01 22:27:56 +00:00
disk.h It's wrong to assume a given file is located in gameDataPath, so do not use that to print out warnings that pretend otherwise 2006-05-01 22:27:56 +00:00
events.cpp
events.h
game.cpp Fix warning 2006-04-29 11:56:59 +00:00
game.h Enhanced hotspot action so that the player will properly walk to a hotspot before performing an action 2006-04-29 11:22:05 +00:00
hotspots.cpp Enhanced hotspot action so that the player will properly walk to a hotspot before performing an action 2006-04-29 11:22:05 +00:00
hotspots.h Enhanced hotspot action so that the player will properly walk to a hotspot before performing an action 2006-04-29 11:22:05 +00:00
intro.cpp
intro.h
lure.cpp It's wrong to assume a given file is located in gameDataPath, so do not use that to print out warnings that pretend otherwise 2006-05-01 22:27:56 +00:00
lure.h - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a new getActiveDomain method that returns a pointer to the actual active *domain* 2006-04-15 20:36:41 +00:00
luredefs.h Incremented required lure.dat version 2006-04-30 05:35:39 +00:00
memory.cpp
memory.h
menu.cpp Made the Lure engine call updateScreen() more often - particularly when using 2006-04-17 23:37:22 +00:00
menu.h
module.mk
palette.cpp
palette.h
res_struct.cpp Added load of new script offset field for NPC handling of hotspots 2006-04-30 05:34:54 +00:00
res_struct.h Added load of new script offset field for NPC handling of hotspots 2006-04-30 05:34:54 +00:00
res.cpp Reworked resource loading to no longer load hotspot proximities separately, or provide access to the list 2006-04-29 11:17:06 +00:00
res.h Reworked resource loading to no longer load hotspot proximities separately, or provide access to the list 2006-04-29 11:17:06 +00:00
room.cpp Added proper action display after selection along with showing the camera cursor 2006-04-29 11:19:55 +00:00
room.h Added proper action display after selection along with showing the camera cursor 2006-04-29 11:19:55 +00:00
screen.cpp
screen.h
scripts.cpp Added a script method for setting a blocking hotspot script 2006-04-11 10:42:32 +00:00
scripts.h Added a script method for setting a blocking hotspot script 2006-04-11 10:42:32 +00:00
strings.cpp
strings.h
surface.cpp Tweaked dialog display code to refresh the screen and warn about message Ids needing display styles that aren't yet implement 2006-04-29 11:13:47 +00:00
surface.h
system.cpp
system.h