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
/
room.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
LURE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-02-23
ALL: Fix typo (existant->existent)
Willem Jan Palenstijn
2012-03-13
JANITORIAL: Simply use *x instead of *x.get() on smart pointers.
Christoph Mallon
2012-03-13
JANITORIAL: Avoid the ugly operator invocation syntax.
Christoph Mallon
2011-11-16
COMMON: Rename Common::set_to to Common::fill.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-14
ALL: colour -> color
Max Horn
2010-01-23
Some more header modifications ("Graphic Adventure Engine" and the legal prop...
Arnaud Boutonné
2010-01-19
LURE: Remove evil 'using namespace' from header files
Max Horn
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2008-04-06
Replaced ManagedList with Common::SharedPtr in the rest of the lure engine
Filippos Karapetis
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-12
Removed old copyright 2005-2006 line from several files so that their headers...
Paul Gilbert
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2008-01-05
Changed room change code for an immediate transition when in EGA mode (which ...
Paul Gilbert
2008-01-05
Fix for showing the correct colour in the status line in EGA mode
Paul Gilbert
2008-01-02
Room backgrounds now display in EGA mode
Paul Gilbert
2007-12-29
Fix to ensure any active conversation data or selected hotspot is cleared whe...
Paul Gilbert
2007-12-22
Bugfix to not allow animation fast forward when restoring a game - it was cau...
Paul Gilbert
2007-12-17
Added extra debug statements to the talk dialog display process
Paul Gilbert
2007-12-16
Bugfix for walking to hotspots - if the mouse was already highlighting the ho...
Paul Gilbert
2007-12-02
Added some more code to the savegame load process to correctly handle previou...
Paul Gilbert
2007-12-02
Enhanced savegames to store any active dialog when the game was saved
Paul Gilbert
2007-11-17
Bugfix to properly clear previous room layers and fade in the screen when res...
Paul Gilbert
2007-11-17
Bugfixes to the fighting animations and proper reset of fight data between sa...
Paul Gilbert
2007-11-17
Bugfixes to restoring or restarting a game from the Restore/Restart dialog
Paul Gilbert
2007-11-14
Fixed clipping issues that were still occurring in some rooms
Paul Gilbert
2007-11-12
removeSounds was being called too early - it was setting the current area to ...
Paul Gilbert
2007-11-10
Expanded talk routines so that characters now properly stand still only when ...
Paul Gilbert
2007-11-09
Restoring a game now correctly fades out the current room like the original
Paul Gilbert
2007-10-28
Room fades now correctly fade out any active talk dialog
Paul Gilbert
2007-10-25
Talk dialogs can now only be closed early if it's the player talking, or an N...
Paul Gilbert
2007-10-24
Added a talkerId field to hotspots to better handle characters being talked to
Paul Gilbert
2007-10-20
Finally got the room layering to work correctly
Paul Gilbert
2007-09-23
Tweaked the colour fading code so that room 4 will display correctly
Paul Gilbert
2007-08-25
Completed the restart/restore dialog screen and functionality
Paul Gilbert
2007-08-12
Added accelerated tick calls during room loads
Paul Gilbert
2007-07-26
Added proper room change fading effect
Paul Gilbert
2007-06-22
Lots of bugfixes - game is now completable
Paul Gilbert
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-17
Added line to ensure the current room number field variable is kept up to date
Paul Gilbert
2007-01-31
Added check to skip drawing hotspots in layer 1 if their skip flag is set
Paul Gilbert
2006-10-02
Added functionality to allow saving/loading the game state
Paul Gilbert
2006-09-03
Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's use...
Paul Gilbert
2006-08-30
Added word wrapping to the status line (necessary when giving long sets of Te...
Paul Gilbert
2006-08-07
Enhanced Room::setTalkDialog to be passed the destination character and activ...
Paul Gilbert
2006-07-30
Added constants for known hotspot flags, and added line to flag hotspots that...
Paul Gilbert
2006-07-08
Rewrote the status line handling code along with tweaks to the debug informat...
Paul Gilbert
2006-05-29
Player now moves out of the way if he's blocking an entrance when an NPC ente...
Paul Gilbert
[next]