aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-02Fix for bug #1082154 (MM V2 (German): incorrect text presentation)Max Horn
2005-01-02Removed printf() that I assume was committed by mistake.Torbjörn Andersson
2005-01-02Use events to start the remaining animations. It's not necessary, but it'sTorbjörn Andersson
2005-01-02Start intro animations with events to prevent the first frame from beingTorbjörn Andersson
2005-01-02Pausing an animation is done by changing its state now, not by setting aTorbjörn Andersson
2005-01-02MT32 support was already added in 0.7.0, clarify that. Small remark: Porters ...Max Horn
2005-01-02Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM,Torbjörn Andersson
2005-01-02Fixed a few things in the IHNM intro. Most noticeably I've added an eventTorbjörn Andersson
2005-01-02The 'n_voices' field of the voice LUT was never assigned a value. So ifTorbjörn Andersson
2005-01-01Some spelling/grammar fixes.Joost Peters
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