scummvm/engines/lure
2006-03-13 11:18:18 +00:00
..
diassembly Lure - started work on disassembling player walking 2006-03-02 21:27:09 +00:00
animseq.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
animseq.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
debug-input.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
debug-input.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
debug-methods.cpp Changed hotspot references to use updated hotspot methods 2006-02-19 04:19:09 +00:00
debug-methods.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
decode.cpp Changed temp variable from byte to word to fix decoding of some animation resources 2006-03-13 11:18:18 +00:00
decode.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
disk.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
disk.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
events.cpp Cleaned up my earlier "delay in busy-wait loop" commit, and added a similar 2006-02-26 13:43:50 +00:00
events.h Cleaned up my earlier "delay in busy-wait loop" commit, and added a similar 2006-02-26 13:43:50 +00:00
game.cpp Fixed compiler warning 2006-02-19 17:44:50 +00:00
game.h Cleaned up the main game loop, improved handling for changing rooms, and improved click handling to properly support areas that override standard click handling, such as when having a conversation 2006-02-19 04:29:26 +00:00
hotspots.cpp Added basic support for conversations, as well as reworking the Hotspot class to allowing for non-hotspot animations like the floating talk icon during conversations 2006-02-19 04:25:28 +00:00
hotspots.h Added basic support for conversations, as well as reworking the Hotspot class to allowing for non-hotspot animations like the floating talk icon during conversations 2006-02-19 04:25:28 +00:00
intro.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
intro.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
lure.cpp Replaced GF_ENGLISH in LureGameSettings by a proper Common::Language member variable; added (commented out) entries for the german and french lure 2006-03-09 12:59:46 +00:00
lure.h The GameDetector is no longer a required parameter for Engine constructors 2006-02-12 01:42:34 +00:00
luredefs.h Replaced GF_ENGLISH in LureGameSettings by a proper Common::Language member variable; added (commented out) entries for the german and french lure 2006-03-09 12:59:46 +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 the changed memset method to setBytes, which I like better 2006-02-19 04:02:01 +00:00
menu.cpp With the added delay to the popup menu loop, it's much more likely that each 2006-02-26 15:24:11 +00:00
menu.h Changed the menu subsystem to use getReference rather than being passed in the constructor 2006-02-19 04:04:07 +00:00
module.mk Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk 2006-02-12 00:16:31 +00:00
palette.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
palette.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
res_struct.cpp Added new resources for conversations, cleaned up existing class names, and expanded hotspot resources to add newly understood fields 2006-02-19 04:15:33 +00:00
res_struct.h Compile fixes for VC6 2006-03-09 13:54:36 +00:00
res.cpp Added handling for conversation data, as well as moved storing cursor data into it 2006-02-19 04:17:54 +00:00
res.h Added handling for conversation data, as well as moved storing cursor data into it 2006-02-19 04:17:54 +00:00
room.cpp Compile fixes for VC6 2006-03-09 13:54:36 +00:00
room.h Improved layering of objects within rooms - for example, Ratpouch now properly shows up on the rack 2006-02-21 09:25:39 +00:00
screen.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
screen.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
scripts.cpp Implemented several more script engine methods 2006-02-19 04:11:22 +00:00
scripts.h Implemented several more script engine methods 2006-02-19 04:11:22 +00:00
strings.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
strings.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
surface.cpp Compile fixes for VC6 2006-03-09 13:54:36 +00:00
surface.h Added new class for displaying conversation talk dialogs 2006-02-19 04:08:41 +00:00
system.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
system.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00