index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
lure
Age
Commit message (
Expand
)
Author
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-11-12
Bugfix to prevent player freezing in place after bumping into another character
Paul Gilbert
2006-11-12
Bugfix to prevent pathfinder failure after making a small step
Paul Gilbert
2006-11-05
Set ROOM_EXIT_ANIMATION constant, to fix compile for now. Not sure if value i...
Travis Howell
2006-11-05
Added display of the two special between room animations: falling down the ch...
Paul Gilbert
2006-10-02
Added a save/restore game dialog class
Paul Gilbert
2006-10-02
Added functionality to allow saving/loading the game state
Paul Gilbert
2006-10-02
Added methods for push/pop cursors
Paul Gilbert
2006-09-23
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...
Max Horn
2006-09-16
Overhaul of the debugger code
Max Horn
2006-09-16
Reduce code duplication
Max Horn
2006-09-10
Make Lure run again on PalmOS fixing unaligned read
Chris Apers
2006-09-10
Makes lure compile with msvc8 again.
Johannes Schickel
2006-09-09
Fixed compilation
Chris Apers
2006-09-07
Transferred all previously hard-coded English in-game text to a resource
Paul Gilbert
2006-09-05
Fixed error message that still referred to disk0.vga
Paul Gilbert
2006-09-03
Fixed handling of player occupied areas during room changes
Paul Gilbert
2006-09-03
Bugfix to only list rooms that have been found in the Tell action 'Go To' com...
Paul Gilbert
2006-09-03
Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's use...
Paul Gilbert
2006-09-03
Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's use...
Paul Gilbert
2006-09-03
Added code fragment to mark a room as found when the player enters it
Paul Gilbert
2006-08-30
Implemented the Tell action handling, and added support for current actions w...
Paul Gilbert
2006-08-30
Added word wrapping to the status line (necessary when giving long sets of Te...
Paul Gilbert
2006-08-27
Committed recent disassembly efforts
Paul Gilbert
2006-08-27
In progress work on tell command handling
Paul Gilbert
2006-08-27
Added support for selecting a sequence of commands in response to the Tell ac...
Paul Gilbert
2006-08-27
Incremented version number
Paul Gilbert
2006-08-27
Made the Memory::dealloc take a void * to make it easier to free any memory b...
Paul Gilbert
2006-08-27
Added support for rooms in the ShowItems method, and adding alphabetic sortin...
Paul Gilbert
2006-08-27
Added missing initialiser for current talking character
Paul Gilbert
2006-08-27
Added data for room header flags and actions
Paul Gilbert
2006-08-27
Added comments
Paul Gilbert
2006-08-07
changed references to StringData::getString to use two parameter version rath...
Paul Gilbert
2006-08-07
Incremented required data file version
Paul Gilbert
2006-08-07
Renamed hotspot talking destination character field to make it's use clearer
Paul Gilbert
2006-08-07
Reworked the talk dialog system to properly handle destination character and ...
Paul Gilbert
2006-08-07
Fixed item overwriting destination character in ASK action
Paul Gilbert
2006-08-07
Enhanced Room::setTalkDialog to be passed the destination character and activ...
Paul Gilbert
2006-08-07
Fixed displayMessage script method to use the new Hotspot::showMessage
Paul Gilbert
2006-08-07
Dialog::showMessage transferred over to the Hotspot class. Also enhanced Talk...
Paul Gilbert
2006-08-07
Fixed signature of GetString method - it is a destination character passed, n...
Paul Gilbert
2006-08-06
Reduced MD5 checking to 1Kb, and recalculated MD5 strings
Paul Gilbert
2006-07-31
* Added copyright string to all engine plugins
Max Horn
2006-07-30
Added proper item selection handling for the ASK action
Paul Gilbert
2006-07-30
Added a popup menu method for listing the items presented in response to an A...
Paul Gilbert
2006-07-30
Added constants for known hotspot flags, and added line to flag hotspots that...
Paul Gilbert
2006-07-30
Added script method for changing the current hotspot header flags mask byte
Paul Gilbert
2006-07-30
Added a field value for the current hotspot header flags mask byte
Paul Gilbert
2006-07-23
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
Torbjörn Andersson
2006-07-23
Changed __lure_res_h__ to LURE_RES_H etc for consistency.
Torbjörn Andersson
[next]