aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/surface.cpp
AgeCommit message (Expand)Author
2012-06-30LURE: Fix engine crash in copy protection screen with AZERTY keyboardThierry Crozat
2012-06-29LURE: Fix engine crash in copy protection screen.D G Turner
2012-03-13JANITORIAL: Simply use *x instead of *x.get() on smart pointers.Christoph Mallon
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-14ALL: colour -> colorMax Horn
2010-03-30Fix for Lure memory error indicated by Valgrind on Restart/Restore Screen (Te...David Turner
2010-01-19LURE: Remove evil 'using namespace' from header filesMax Horn
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-24Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hackFilippos Karapetis
2009-09-24Changed some references from LureEngine to the global g_engine (e.g. calls to...Filippos Karapetis
2009-08-24Switched LURE to use a single central RandomSource instance, instead of (some...Johannes Schickel
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-07-10Lure works with the new GMM implementationChristopher Page
2008-06-25Kyra and Lure are now using the new _quit flagChristopher Page
2008-04-06Replaced ManagedList with Common::SharedPtr in the rest of the lure engineFilippos Karapetis
2008-04-02Changed spaces to tabs.Torbjörn Andersson
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-19fixed potential unitialized variablePaweł Kołodziejski
2008-01-18Enhanced Surface::writeSubstring to crop any string that exceeds the width of...Paul Gilbert
2008-01-17Bugfix for the position and size of the copy protection dialog instructions i...Paul Gilbert
2008-01-06Fix to show talk dialogs in EGA mode using the EGA palettePaul Gilbert
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2008-01-05Made standard EGA background colour a constantPaul Gilbert
2008-01-05Added extra handling for EGA dialogs, and added formalised parameters/methods...Paul Gilbert
2008-01-02Room backgrounds now display in EGA modePaul Gilbert
2007-12-29Added support for using scroll wheel for making selections in the Save/Restor...Paul Gilbert
2007-12-29Added mouse scrolling support to action menus and the save/restore dialogPaul Gilbert
2007-12-28Bugfix for string decoding to use the article of the destination character ra...Paul Gilbert
2007-12-19Bugfix for correctly handling \n characters in WordWrap methodPaul Gilbert
2007-12-18Bugfix for font sizes indexing - dereferencing a character > 128 was giving a...Paul Gilbert
2007-12-17Added extra debug statements to the talk dialog display processPaul Gilbert
2007-12-16use the virtual keyboard facilities if available, when neededKostas Nakos
2007-12-12Dynamic fix for several incorrect accented characters in the Italian versionPaul Gilbert
2007-12-12Bugfix to return correct article indexesPaul Gilbert
2007-12-12Redeveloped the processing of language item article prefixes to match how the...Paul Gilbert
2007-12-10Changed over warning messages for save/load errors from the debug console to ...Paul Gilbert
2007-12-09Added extra debug statementsPaul Gilbert
2007-12-09Added new debug category for string handlingPaul Gilbert
2007-12-08Added some missing deletes of temporary objectsPaul Gilbert
2007-12-02Modified the loadScreen method to accommodate some screens decoding to a sing...Paul Gilbert
2007-12-02Enhanced savegames to store any active dialog when the game was savedPaul Gilbert
2007-12-01Fixed Valgrind warning by freeing _lines with Memory::dealloc() insead ofTorbjörn Andersson
2007-11-22Bugfix for the Escape key to close the Save/Restore dialogPaul Gilbert
2007-11-20Added a check to keep the cursor active when entering a savegame name on back...Paul Gilbert
2007-11-20Changed the copy protection dialog event loop so the fourth digit pressed wil...Paul Gilbert
2007-11-20Changed calls to pollEvent to be in while loops to ensure all pending events ...Paul Gilbert
2007-11-18Fixed sluggish mouse cursor on restart/restore screen.Torbjörn Andersson
2007-10-28Sound is now paused when displaying menu dialogsPaul Gilbert