aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-01Changed the singleton code to allow for custom object factories; this allowed...Max Horn
2005-01-01One day I wanna switch to STL. ReallyMax Horn
2005-01-01Changed OSystem::instance() to return a reference, not a pointer (it now matc...Max Horn
2005-01-01Removing obsolete commentMax Horn
2005-01-01BS2 copyright text needs to be clarifiedMax Horn
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2005-01-01Updated copyright year.Torbjörn Andersson
2004-12-31Applied patch #1093830, with slight modifications proposed by Fingolfin.Torbjörn Andersson
2004-12-31Slight adjustment of placard text position. It's still not identical to theTorbjörn Andersson
2004-12-31added some comments and re-indented some parts of codeGregory Montoir
2004-12-30correction for previous correction :)Gregory Montoir
2004-12-30minor correction, checked against disasmGregory Montoir
2004-12-30Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ...Max Horn
2004-12-30o COde formattingEugene Sandulenko
2004-12-30cleanupMax Horn
2004-12-30Final part of the fix for bug #1091802 (GUI: Credits scroll glitch)Max Horn
2004-12-30Renamed the "placard" opcode functions. They should be reasonably bug freeTorbjörn Andersson
2004-12-30Fixed warning.Torbjörn Andersson
2004-12-30silly me, shouldn't test a variable which wasn't even set <sigh>Max Horn
2004-12-30Swallow ctrl-alt keyup events, tooMax Horn
2004-12-30Reduce time till scrolling starts inthe about dialog; pressing shift/alt now ...Max Horn
2004-12-30cleanupMax Horn
2004-12-30set key modifiers for keyup events, too; use SDL_GetModState to determine mod...Max Horn
2004-12-30Fix for bug #1091801 (ALL: Possible to create corrupt config file)Max Horn
2004-12-29- fixed canWalk bugAndrew Kurushin
2004-12-29- some updateAndrew Kurushin
2004-12-29- fixing compilationAndrew Kurushin
2004-12-29- some work in progressAndrew Kurushin
2004-12-29Just compared with original. Correct fade durations confirmed. I just usedEugene Sandulenko
2004-12-29PALETTE_FADE_DURATION -> kNormalFadeDurationEugene Sandulenko
2004-12-29Let user exit at the transition, i.e. process user inputEugene Sandulenko
2004-12-29Implemented the "placard" functions, because they're such a nice visualTorbjörn Andersson
2004-12-29Might as well initialise this variable.Torbjörn Andersson
2004-12-29- fixed fingolfin notificationAndrew Kurushin
2004-12-29oops... thanks wjp for pointing me this oneGregory Montoir
2004-12-29Fix warning. SAGA coders should fix this properly :-)Max Horn
2004-12-29Compile fix from cyxTravis Howell
2004-12-28Fix regression with IHNM.Eugene Sandulenko
2004-12-28-addition to previousAndrew Kurushin
2004-12-28- many actor walk related functions addedAndrew Kurushin
2004-12-28Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the mous...Max Horn
2004-12-28Remove leftover debug messageEugene Sandulenko
2004-12-28Fix running ScummVM in plugin-modeMax Horn
2004-12-28Yet another ideaMax Horn
2004-12-28Added MD5 sums for IHNM so that we can watch the intro again. It seems toTorbjörn Andersson
2004-12-28slightly less hackish Journal codeGregory Montoir
2004-12-28Partial fix for Mac intro. Sprites are still incorrect because of lack ofEugene Sandulenko
2004-12-28Fix building in an external dirMax Horn
2004-12-28Fixing hasActiveChannelOfTypeMax Horn