aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
2006-10-02Added methods for push/pop cursorsPaul Gilbert
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-16Overhaul of the debugger codeMax Horn
2006-09-16Reduce code duplicationMax Horn
2006-09-10Make Lure run again on PalmOS fixing unaligned readChris Apers
2006-09-10Makes lure compile with msvc8 again.Johannes Schickel
2006-09-09Fixed compilationChris Apers
2006-09-07Transferred all previously hard-coded English in-game text to a resourcePaul Gilbert
2006-09-05Fixed error message that still referred to disk0.vgaPaul Gilbert
2006-09-03Fixed handling of player occupied areas during room changesPaul Gilbert
2006-09-03Bugfix to only list rooms that have been found in the Tell action 'Go To' com...Paul Gilbert
2006-09-03Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's use...Paul Gilbert
2006-09-03Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's use...Paul Gilbert
2006-09-03Added code fragment to mark a room as found when the player enters itPaul Gilbert
2006-08-30Implemented the Tell action handling, and added support for current actions w...Paul Gilbert
2006-08-30Added word wrapping to the status line (necessary when giving long sets of Te...Paul Gilbert
2006-08-27Committed recent disassembly effortsPaul Gilbert
2006-08-27In progress work on tell command handlingPaul Gilbert
2006-08-27Added support for selecting a sequence of commands in response to the Tell ac...Paul Gilbert
2006-08-27Incremented version numberPaul Gilbert
2006-08-27Made the Memory::dealloc take a void * to make it easier to free any memory b...Paul Gilbert
2006-08-27Added support for rooms in the ShowItems method, and adding alphabetic sortin...Paul Gilbert
2006-08-27Added missing initialiser for current talking characterPaul Gilbert
2006-08-27Added data for room header flags and actionsPaul Gilbert
2006-08-27Added commentsPaul Gilbert
2006-08-07changed references to StringData::getString to use two parameter version rath...Paul Gilbert
2006-08-07Incremented required data file versionPaul Gilbert
2006-08-07Renamed hotspot talking destination character field to make it's use clearerPaul Gilbert
2006-08-07Reworked the talk dialog system to properly handle destination character and ...Paul Gilbert
2006-08-07Fixed item overwriting destination character in ASK actionPaul Gilbert
2006-08-07Enhanced Room::setTalkDialog to be passed the destination character and activ...Paul Gilbert
2006-08-07Fixed displayMessage script method to use the new Hotspot::showMessagePaul Gilbert
2006-08-07Dialog::showMessage transferred over to the Hotspot class. Also enhanced Talk...Paul Gilbert
2006-08-07Fixed signature of GetString method - it is a destination character passed, n...Paul Gilbert
2006-08-06Reduced MD5 checking to 1Kb, and recalculated MD5 stringsPaul Gilbert
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-30Added proper item selection handling for the ASK actionPaul Gilbert
2006-07-30Added a popup menu method for listing the items presented in response to an A...Paul Gilbert
2006-07-30Added constants for known hotspot flags, and added line to flag hotspots that...Paul Gilbert
2006-07-30Added script method for changing the current hotspot header flags mask bytePaul 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-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