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