aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.h
AgeCommit message (Expand)Author
2006-09-07Transferred all previously hard-coded English in-game text to a resourcePaul Gilbert
2006-08-27Added data for room header flags and actionsPaul Gilbert
2006-08-07Renamed hotspot talking destination character field to make it's use clearerPaul Gilbert
2006-07-30Added a field value for the current hotspot header flags mask bytePaul Gilbert
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-23Changed __lure_res_h__ to LURE_RES_H etc for consistency.Torbjörn Andersson
2006-07-23Removed GCC_PACK that must have been re-added by accident.Torbjörn Andersson
2006-07-23Added extra hotspot flags bytes needed for asking Ratpouch for an object, and...Paul Gilbert
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-07-08Added new hotspot runtime fields, a list for handling the details of paused c...Paul Gilbert
2006-05-29Player now moves out of the way if he's blocking an entrance when an NPC ente...Paul Gilbert
2006-05-23Added support structures for NPC schedulesPaul Gilbert
2006-04-30Added load of new script offset field for NPC handling of hotspotsPaul Gilbert
2006-04-29Reworked resources to handle moved hotspot proximity (walk to) co-ordinatesPaul Gilbert
2006-04-11Updated resource structures to add support for hotspot y corrections, proximi...Paul Gilbert
2006-03-09Compile fixes for VC6Lars Persson
2006-02-19Added new resources for conversations, cleaned up existing class names, and e...Paul Gilbert
2006-02-11Moved engines to the new engines/ directoryMax Horn