aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
2006-07-22- let md5_file accept a FilesystemNode too Johannes Schickel
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in all game...Johannes Schickel
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-08General additions of newly understood hotspot fields, further decoded talk ha...Paul Gilbert
2006-07-08Rewrote the talk handling codePaul Gilbert
2006-07-08Added support for ScummVM boot parameter values as well invoking the built-in...Paul Gilbert
2006-07-08Incremented lure.dat version and added new constants for debugging, tick meth...Paul Gilbert
2006-07-08Disabled waiting for mouse release when making a popup selection to match ori...Paul Gilbert
2006-07-08Added new hotspot runtime fields, a list for handling the details of paused c...Paul Gilbert
2006-07-08Added ScummVM debuglevel support for dumping executed scriptsPaul Gilbert
2006-07-08Added improved display of partially off-screen images, as well as proper hand...Paul Gilbert
2006-07-08Added shortcut stub for decoding a string without passing the current hotspot...Paul Gilbert
2006-07-08Rewrote the status line handling code along with tweaks to the debug informat...Paul Gilbert
2006-07-08Added extra checking and debugging code, as well as partial rewrite/enhanceme...Paul Gilbert
2006-07-08Replaced old debugging files with new ScummVM based onePaul Gilbert
2006-07-08Initial commit of ScummVM-based debugging functionalityPaul Gilbert
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-03Bugfix to properly detect the end of the indexed room hotspot listPaul Gilbert
2006-06-01Fixed problem when building and debugging using Symbian Emulator.Lars Persson
2006-05-31Symbian Emulator (VC6) compilation fixes.Lars Persson
2006-05-31Fixed two Valgrind warnings. But there are still a couple of invalid readsTorbjörn Andersson
2006-05-31Further disassembly of NPC actions as well as finally figured out the basics ...Paul Gilbert
2006-05-31Removed misspelled version of disassembly folderPaul Gilbert
2006-05-29Player now moves out of the way if he's blocking an entrance when an NPC ente...Paul Gilbert
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-05-23Reworked the DISPATCH current action to support NPC schedules like the origin...Paul Gilbert
2006-05-23Added a new outer loop for what will later allow the restarting of the game. ...Paul Gilbert
2006-05-23Added the loading of NPC schedulesPaul Gilbert
2006-05-23Added new resource entries for NPC schedules, the Skorl catching animation, a...Paul Gilbert
2006-05-23Added support structures for NPC schedulesPaul Gilbert
2006-05-23Added some extra safety checks. Also contains some started work on redesignin...Paul Gilbert
2006-05-23Added script methods for manipulating current action support data and a stub ...Paul Gilbert
2006-05-14Disassembled code responsible for making NPCs walk between roomsPaul Gilbert
2006-05-11This could be completely wrong, but I don't think Hotspot::stopWalking() isTorbjörn Andersson
2006-05-11Changed "it's" to "its" in a few comments.Torbjörn Andersson
2006-05-11Whitespace changes.Torbjörn Andersson
2006-05-11Added proper labels in some of the existing disassembled methodsPaul Gilbert
2006-05-08Changed abs() to ABS()Torbjörn Andersson
2006-05-07Initial disassembly of NPC schedule handling methodsPaul Gilbert
2006-05-01It's wrong to assume a given file is located in gameDataPath, so do not use t...Max Horn
2006-04-30Incremented required lure.dat versionPaul Gilbert
2006-04-30Added load of new script offset field for NPC handling of hotspotsPaul Gilbert
2006-04-29Fix warningMax Horn
2006-04-29Enhanced hotspot action so that the player will properly walk to a hotspot be...Paul Gilbert
2006-04-29Added proper action display after selection along with showing the camera cursorPaul Gilbert
2006-04-29Changed resource Id constants, added a few more general constants, and slight...Paul Gilbert
2006-04-29Reworked resource loading to no longer load hotspot proximities separately, o...Paul Gilbert
2006-04-29Reworked resources to handle moved hotspot proximity (walk to) co-ordinatesPaul Gilbert