aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/room.cpp
AgeCommit message (Collapse)Author
2007-01-31Added check to skip drawing hotspots in layer 1 if their skip flag is setPaul Gilbert
svn-id: r25298
2006-10-02Added functionality to allow saving/loading the game statePaul Gilbert
svn-id: r24070
2006-09-03Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's ↵Paul Gilbert
use clearer svn-id: r23824
2006-08-30Added word wrapping to the status line (necessary when giving long sets of ↵Paul Gilbert
Tell instructions) svn-id: r23809
2006-08-07Enhanced Room::setTalkDialog to be passed the destination character and ↵Paul Gilbert
active item hotspot Id svn-id: r23692
2006-07-30Added constants for known hotspot flags, and added line to flag hotspots ↵Paul Gilbert
that have been highlighted with the cursor svn-id: r23630
2006-07-08Rewrote the status line handling code along with tweaks to the debug ↵Paul Gilbert
information display svn-id: r23406
2006-05-29Player now moves out of the way if he's blocking an entrance when an NPC ↵Paul Gilbert
enters. Also changed errors in unimplemented NPC actions to warnings svn-id: r22731
2006-05-23Added some extra safety checks. Also contains some started work on ↵Paul Gilbert
redesigning the display of the current action svn-id: r22577
2006-04-29Added proper action display after selection along with showing the camera cursorPaul Gilbert
svn-id: r22208
2006-04-11Added a destRoomNumber variable to store which room a highlighted exit goes ↵Paul Gilbert
to, as well as some temporary code used to display pathfinding information onscreen when Toggle Info is turned on svn-id: r21783
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
svn-id: r21472
2006-03-13Fix a few valgrind warningsTravis Howell
svn-id: r21258
2006-03-09Compile fixes for VC6Lars Persson
svn-id: r21179
2006-02-21Improved layering of objects within rooms - for example, Ratpouch now ↵Paul Gilbert
properly shows up on the rack svn-id: r20804
2006-02-19Added display of talk dialogs during conversationsPaul Gilbert
svn-id: r20762
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582