aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/surface.cpp
AgeCommit message (Expand)Author
2007-09-16Initial sound implementationPaul Gilbert
2007-09-08Fixed code formatting (hanging braces); added static/const keywords to data t...Max Horn
2007-08-25Completed the restart/restore dialog screen and functionalityPaul Gilbert
2007-08-12Fixed warning.Torbjörn Andersson
2007-08-12Skeleton code added for restart/restore screenPaul Gilbert
2007-06-23Converted LURE code to use KEYCODEsMax Horn
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Changed more code to use Common::KEYCODE_ enumMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-20Bugfix to constrain savegame names to the dialog widthPaul Gilbert
2007-04-17Bugfix to have multiple savegame names list verticallyPaul Gilbert
2007-04-15Altered message display to correctly handle optional display of hotspot/chara...Paul Gilbert
2007-04-13Adjusted word wrapping width in talk dialogsPaul Gilbert
2007-04-01Bugfix for strings that wrapped near a carriage return characterPaul Gilbert
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Got rid of Lure::SystemMax Horn
2007-02-14Added proper support for showing a hotspot or character's name in dialogs whe...Paul Gilbert
2007-02-01Used Fingolfin's workaround for a bogus (?) warning produced by some versionsTorbjörn Andersson
2006-10-02Added a save/restore game dialog classPaul Gilbert
2006-09-07Transferred all previously hard-coded English in-game text to a resourcePaul Gilbert
2006-08-07Dialog::showMessage transferred over to the Hotspot class. Also enhanced Talk...Paul Gilbert
2006-07-08Added improved display of partially off-screen images, as well as proper hand...Paul Gilbert
2006-05-11Whitespace changes.Torbjörn Andersson
2006-04-29Tweaked dialog display code to refresh the screen and warn about message Ids ...Paul Gilbert
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-09Compile fixes for VC6Lars Persson
2006-02-19Added new class for displaying conversation talk dialogsPaul Gilbert
2006-02-11Moved engines to the new engines/ directoryMax Horn