aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
2007-02-10Bugfix to clipping so player's feet aren't visible in the corner of the scree...Paul Gilbert
2007-02-09Turned two comments into doxygen commentsMax Horn
2007-02-09fix warningMax Horn
2007-02-09Removed redundant line used during testingPaul Gilbert
2007-02-09Added 'room' command to show room informationPaul Gilbert
2007-02-09Added new flag for blocked characters and extra checking of dynamic support r...Paul Gilbert
2007-02-09Improved character blocked/bumped handlingPaul Gilbert
2007-02-09Removed use of static support data record for player to simplify save processPaul Gilbert
2007-02-09Removed use of static support data record for player to simplify save processPaul Gilbert
2007-02-02Bugfix to fix crash when Ratpouch chooses an in-room random destinationPaul Gilbert
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
2007-02-01Added custom load code for room #20 NoticePaul Gilbert
2007-01-31Expanded the chute animation to display the full sequence as the player leave...Paul Gilbert
2007-01-31Added animation handler for the player exiting the sewer, and some bugfixes t...Paul Gilbert
2007-01-31Added constants for the dungeon bricks and chute animation resourcesPaul Gilbert
2007-01-31Changed the coveredFlag to have an initial state distinct from true or falsePaul Gilbert
2007-01-31Added check to skip drawing hotspots in layer 1 if their skip flag is setPaul Gilbert
2007-01-31Added script methods needed for leaving the dungeonPaul Gilbert
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
2006-11-12Bugfix to prevent player freezing in place after bumping into another characterPaul Gilbert
2006-11-12Bugfix to prevent pathfinder failure after making a small stepPaul Gilbert
2006-11-05Set ROOM_EXIT_ANIMATION constant, to fix compile for now. Not sure if value i...Travis Howell
2006-11-05Added display of the two special between room animations: falling down the ch...Paul Gilbert
2006-10-02Added a save/restore game dialog classPaul Gilbert
2006-10-02Added functionality to allow saving/loading the game statePaul Gilbert
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