aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.h
AgeCommit message (Collapse)Author
2007-12-12Redeveloped the processing of language item article prefixes to match how ↵Paul Gilbert
the original handles the various languages svn-id: r29833
2007-12-09Hack to workaround struct padding added by some compilers (mainly on PalmOS)Chris Apers
svn-id: r29777
2007-12-02Reworked the RoomResource structure to make the game easier to compile on PalmOSPaul Gilbert
svn-id: r29687
2007-10-24Added a talkerId field to hotspots to better handle characters being talked toPaul Gilbert
svn-id: r29254
2007-10-07Added new string Ids used for inventory displayPaul Gilbert
svn-id: r29165
2007-09-30Fixed action lists to sort correctly for non-English languagesPaul Gilbert
svn-id: r29144
2007-09-23Converted fields in data that were originally offsets (such as tick proc ↵Paul Gilbert
offsets) to use indexes, allowing for more generic handling of different language versions svn-id: r29073
2007-09-16Changed ManagedList to make it more thread safePaul Gilbert
svn-id: r28914
2007-09-08Fixed code formatting (hanging braces); added static/const keywords to data ↵Max Horn
tables; merged Hotspot::doLookAt and doLookThrough code svn-id: r28880
2007-08-25Completed the restart/restore dialog screen and functionalityPaul Gilbert
svn-id: r28714
2007-08-12Cleaned up structures for room exit joinsPaul Gilbert
svn-id: r28550
2007-08-05Added code for hotspot fields I didn't originally understandPaul Gilbert
svn-id: r28457
2007-07-01Re-added __attribute__(packed)Max Horn
svn-id: r27830
2007-06-22Lots of bugfixes - game is now completablePaul Gilbert
svn-id: r27606
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-28Added saving of scheduled scripts, and set script activation times to match ↵Paul Gilbert
original game svn-id: r26991
2007-05-20Added saving of the room walkable pathsPaul Gilbert
svn-id: r26883
2007-05-07Added saving of room exit join data in savefilesPaul Gilbert
svn-id: r26776
2007-05-05Bugfix for random destination setting so NPCs don't walk outside the valid ↵Paul Gilbert
walkable areas of a room svn-id: r26747
2007-04-29Reworked hotspot actions so that talking to characters work properlyPaul Gilbert
svn-id: r26675
2007-04-26Removing more semicolaMax Horn
svn-id: r26597
2007-04-19Added code to prevent NPCs from moving when being talked toPaul Gilbert
svn-id: r26546
2007-04-15Bugfix to have Ratpouch correctly follow player, and new object animation ↵Paul Gilbert
handlers added svn-id: r26487
2007-04-14Gave proper names to previously unknown/partially-known constantsPaul Gilbert
svn-id: r26467
2007-04-14Implemented handling for barmen (rooms 29, 32, and 35)Paul Gilbert
svn-id: r26464
2007-02-26Added saving of the random actions set state, and implemented NPC opcode 29, ↵Paul Gilbert
which allows for an NPC to be given a custom talk record svn-id: r25875
2007-02-22Added proper support for the random actions your sidekick can do in each roomPaul Gilbert
svn-id: r25780
2007-02-09Turned two comments into doxygen commentsMax Horn
svn-id: r25451
2007-02-09Added new flag for blocked characters and extra checking of dynamic support ↵Paul Gilbert
records versus static schedule entry records svn-id: r25441
2007-01-31Changed the coveredFlag to have an initial state distinct from true or falsePaul Gilbert
svn-id: r25299
2006-11-05Set ROOM_EXIT_ANIMATION constant, to fix compile for now. Not sure if value ↵Travis Howell
is correct svn-id: r24625
2006-10-02Added functionality to allow saving/loading the game statePaul Gilbert
svn-id: r24070
2006-09-07Transferred all previously hard-coded English in-game text to a resourcePaul Gilbert
svn-id: r23831
2006-08-27Added data for room header flags and actionsPaul Gilbert
svn-id: r23781
2006-08-07Renamed hotspot talking destination character field to make it's use clearerPaul Gilbert
svn-id: r23695
2006-07-30Added a field value for the current hotspot header flags mask bytePaul Gilbert
svn-id: r23628
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
for consistency with other #includes. svn-id: r23585
2006-07-23Changed __lure_res_h__ to LURE_RES_H etc for consistency.Torbjörn Andersson
svn-id: r23584
2006-07-23Removed GCC_PACK that must have been re-added by accident.Torbjörn Andersson
svn-id: r23581
2006-07-23Added extra hotspot flags bytes needed for asking Ratpouch for an object, ↵Paul Gilbert
and changed differing word read macros to use a single standard svn-id: r23579
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at ↵Max Horn
least for GCC) svn-id: r23569
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵Max Horn
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵Max Horn
checking for GCC / not GCC svn-id: r23458
2006-07-08Added new hotspot runtime fields, a list for handling the details of paused ↵Paul Gilbert
characters (who have bumped into each other), and loading of newly added default character states from lure.dat svn-id: r23410
2006-05-29Player now moves out of the way if he's blocking an entrance when an NPC ↵Paul Gilbert
enters. Also changed errors in unimplemented NPC actions to warnings svn-id: r22731
2006-05-23Added support structures for NPC schedulesPaul Gilbert
svn-id: r22578
2006-04-30Added load of new script offset field for NPC handling of hotspotsPaul Gilbert
svn-id: r22235
2006-04-29Reworked resources to handle moved hotspot proximity (walk to) co-ordinatesPaul Gilbert
svn-id: r22205
2006-04-11Updated resource structures to add support for hotspot y corrections, ↵Paul Gilbert
proximity data, room walkable areas, and the room exit coordinate list svn-id: r21779
2006-03-09Compile fixes for VC6Lars Persson
svn-id: r21179