scummvm/engines/lure
2006-07-30 12:12:18 +00:00
..
disassembly General additions of newly understood hotspot fields, further decoded talk handling, ratpouch being freed, and several more script methods 2006-07-08 08:44:53 +00:00
animseq.cpp Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling. 2006-03-29 15:59:37 +00:00
animseq.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
debug-input.cpp
debug-input.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
debug-methods.cpp Changed hotspot references to use updated hotspot methods 2006-02-19 04:19:09 +00:00
debug-methods.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
debugger.cpp Initial commit of ScummVM-based debugging functionality 2006-07-08 08:23:41 +00:00
debugger.h Initial commit of ScummVM-based debugging functionality 2006-07-08 08:23:41 +00:00
decode.cpp Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling. 2006-03-29 15:59:37 +00:00
decode.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
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 Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
events.cpp Set and show/hide mouse cursors through a "cursor manager" (analogous to the 2006-05-25 22:51:42 +00:00
events.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
game.cpp Added support for ScummVM boot parameter values as well invoking the built-in debugger 2006-07-08 08:39:42 +00:00
game.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
hotspots.cpp Rewrote the talk handling code 2006-07-08 08:42:58 +00:00
hotspots.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
intro.cpp
intro.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
lure.cpp - let md5_file accept a FilesystemNode too 2006-07-22 14:59:44 +00:00
lure.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
luredefs.h Added constants for known hotspot flags, and added line to flag hotspots that have been highlighted with the cursor 2006-07-30 12:12:18 +00:00
memory.cpp Changed the changed memset method to setBytes, which I like better 2006-02-19 04:02:01 +00:00
memory.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
menu.cpp Disabled waiting for mouse release when making a popup selection to match original game 2006-07-08 08:37:47 +00:00
menu.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
module.mk Replaced old debugging files with new ScummVM based one 2006-07-08 08:25:27 +00:00
palette.cpp
palette.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
res_struct.cpp Added a field value for the current hotspot header flags mask byte 2006-07-30 12:09:51 +00:00
res_struct.h Added a field value for the current hotspot header flags mask byte 2006-07-30 12:09:51 +00:00
res.cpp Added extra checking and debugging code, as well as partial rewrite/enhancement of talking and hotspot support methods 2006-07-08 08:27:19 +00:00
res.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
room.cpp Added constants for known hotspot flags, and added line to flag hotspots that have been highlighted with the cursor 2006-07-30 12:12:18 +00:00
room.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
screen.cpp
screen.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
scripts.cpp Added script method for changing the current hotspot header flags mask byte 2006-07-30 12:10:44 +00:00
scripts.h Added script method for changing the current hotspot header flags mask byte 2006-07-30 12:10:44 +00:00
strings.cpp Fixed problem when building and debugging using Symbian Emulator. 2006-06-01 22:43:19 +00:00
strings.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
surface.cpp Added improved display of partially off-screen images, as well as proper handling of special talk message Ids that display a puzzled or exclamation dialog talk bubble above a character 2006-07-08 08:32:04 +00:00
surface.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00
system.cpp Whitespace changes. 2006-05-11 07:59:50 +00:00
system.h Changed __lure_res_h__ to LURE_RES_H etc for consistency. 2006-07-23 15:32:14 +00:00