Age | Commit message (Expand) | Author |
2006-07-23 | Added extra hotspot flags bytes needed for asking Ratpouch for an object, and... | Paul Gilbert |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-22 | - let md5_file accept a FilesystemNode too | Johannes Schickel |
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all game... | Johannes Schickel |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-08 | General additions of newly understood hotspot fields, further decoded talk ha... | Paul Gilbert |
2006-07-08 | Rewrote the talk handling code | Paul Gilbert |
2006-07-08 | Added support for ScummVM boot parameter values as well invoking the built-in... | Paul Gilbert |
2006-07-08 | Incremented lure.dat version and added new constants for debugging, tick meth... | Paul Gilbert |
2006-07-08 | Disabled waiting for mouse release when making a popup selection to match ori... | Paul Gilbert |
2006-07-08 | Added new hotspot runtime fields, a list for handling the details of paused c... | Paul Gilbert |
2006-07-08 | Added ScummVM debuglevel support for dumping executed scripts | Paul Gilbert |
2006-07-08 | Added improved display of partially off-screen images, as well as proper hand... | Paul Gilbert |
2006-07-08 | Added shortcut stub for decoding a string without passing the current hotspot... | Paul Gilbert |
2006-07-08 | Rewrote the status line handling code along with tweaks to the debug informat... | Paul Gilbert |
2006-07-08 | Added extra checking and debugging code, as well as partial rewrite/enhanceme... | Paul Gilbert |
2006-07-08 | Replaced old debugging files with new ScummVM based one | Paul Gilbert |
2006-07-08 | Initial commit of ScummVM-based debugging functionality | Paul Gilbert |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-06-03 | Bugfix to properly detect the end of the indexed room hotspot list | Paul Gilbert |
2006-06-01 | Fixed problem when building and debugging using Symbian Emulator. | Lars Persson |
2006-05-31 | Symbian Emulator (VC6) compilation fixes. | Lars Persson |
2006-05-31 | Fixed two Valgrind warnings. But there are still a couple of invalid reads | Torbjörn Andersson |
2006-05-31 | Further disassembly of NPC actions as well as finally figured out the basics ... | Paul Gilbert |
2006-05-31 | Removed misspelled version of disassembly folder | Paul Gilbert |
2006-05-29 | Player now moves out of the way if he's blocking an entrance when an NPC ente... | Paul Gilbert |
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson |
2006-05-23 | Reworked the DISPATCH current action to support NPC schedules like the origin... | Paul Gilbert |
2006-05-23 | Added a new outer loop for what will later allow the restarting of the game. ... | Paul Gilbert |
2006-05-23 | Added the loading of NPC schedules | Paul Gilbert |
2006-05-23 | Added new resource entries for NPC schedules, the Skorl catching animation, a... | Paul Gilbert |
2006-05-23 | Added support structures for NPC schedules | Paul Gilbert |
2006-05-23 | Added some extra safety checks. Also contains some started work on redesignin... | Paul Gilbert |
2006-05-23 | Added script methods for manipulating current action support data and a stub ... | Paul Gilbert |
2006-05-14 | Disassembled code responsible for making NPCs walk between rooms | Paul Gilbert |
2006-05-11 | This could be completely wrong, but I don't think Hotspot::stopWalking() is | Torbjörn Andersson |
2006-05-11 | Changed "it's" to "its" in a few comments. | Torbjörn Andersson |
2006-05-11 | Whitespace changes. | Torbjörn Andersson |
2006-05-11 | Added proper labels in some of the existing disassembled methods | Paul Gilbert |
2006-05-08 | Changed abs() to ABS() | Torbjörn Andersson |
2006-05-07 | Initial disassembly of NPC schedule handling methods | Paul Gilbert |
2006-05-01 | It's wrong to assume a given file is located in gameDataPath, so do not use t... | Max Horn |
2006-04-30 | Incremented required lure.dat version | Paul Gilbert |
2006-04-30 | Added load of new script offset field for NPC handling of hotspots | Paul Gilbert |
2006-04-29 | Fix warning | Max Horn |
2006-04-29 | Enhanced hotspot action so that the player will properly walk to a hotspot be... | Paul Gilbert |
2006-04-29 | Added proper action display after selection along with showing the camera cursor | Paul Gilbert |
2006-04-29 | Changed resource Id constants, added a few more general constants, and slight... | Paul Gilbert |