Age | Commit message (Expand) | Author |
2005-01-04 | Applied patch #1088948, with minor modifications | Torbjörn Andersson |
2005-01-03 | :) | Paweł Kołodziejski |
2005-01-03 | Andreas Roever -> spell name properly with an umlaut in the HTML/XML version ... | Max Horn |
2005-01-03 | - script execution stops properly | Andrew Kurushin |
2005-01-03 | Fixed a regression where - I think - the last animation frame wasn't | Torbjörn Andersson |
2005-01-03 | Add missing control changes, patch #1094825. | Travis Howell |
2005-01-02 | o Started putting all panels stuff in order. Still incomplete | Eugene Sandulenko |
2005-01-02 | Fix for bug #1082154 (MM V2 (German): incorrect text presentation) | Max Horn |
2005-01-02 | Removed printf() that I assume was committed by mistake. | Torbjörn Andersson |
2005-01-02 | Use events to start the remaining animations. It's not necessary, but it's | Torbjörn Andersson |
2005-01-02 | Start intro animations with events to prevent the first frame from being | Torbjörn Andersson |
2005-01-02 | Pausing an animation is done by changing its state now, not by setting a | Torbjörn Andersson |
2005-01-02 | MT32 support was already added in 0.7.0, clarify that. Small remark: Porters ... | Max Horn |
2005-01-02 | Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM, | Torbjörn Andersson |
2005-01-02 | Fixed a few things in the IHNM intro. Most noticeably I've added an event | Torbjörn Andersson |
2005-01-02 | The 'n_voices' field of the voice LUT was never assigned a value. So if | Torbjörn Andersson |
2005-01-01 | Some spelling/grammar fixes. | Joost Peters |
2005-01-01 | Changed the singleton code to allow for custom object factories; this allowed... | Max Horn |
2005-01-01 | One day I wanna switch to STL. Really | Max Horn |
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now matc... | Max Horn |
2005-01-01 | Removing obsolete comment | Max Horn |
2005-01-01 | BS2 copyright text needs to be clarified | Max Horn |
2005-01-01 | oops, correct copyright string | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2005-01-01 | Updated copyright year. | Torbjörn Andersson |
2004-12-31 | Applied patch #1093830, with slight modifications proposed by Fingolfin. | Torbjörn Andersson |
2004-12-31 | Slight adjustment of placard text position. It's still not identical to the | Torbjörn Andersson |
2004-12-31 | added some comments and re-indented some parts of code | Gregory Montoir |
2004-12-30 | correction for previous correction :) | Gregory Montoir |
2004-12-30 | minor correction, checked against disasm | Gregory Montoir |
2004-12-30 | Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ... | Max Horn |
2004-12-30 | o COde formatting | Eugene Sandulenko |
2004-12-30 | cleanup | Max Horn |
2004-12-30 | Final part of the fix for bug #1091802 (GUI: Credits scroll glitch) | Max Horn |
2004-12-30 | Renamed the "placard" opcode functions. They should be reasonably bug free | Torbjörn Andersson |
2004-12-30 | Fixed warning. | Torbjörn Andersson |
2004-12-30 | silly me, shouldn't test a variable which wasn't even set <sigh> | Max Horn |
2004-12-30 | Swallow ctrl-alt keyup events, too | Max Horn |
2004-12-30 | Reduce time till scrolling starts inthe about dialog; pressing shift/alt now ... | Max Horn |
2004-12-30 | cleanup | Max Horn |
2004-12-30 | set key modifiers for keyup events, too; use SDL_GetModState to determine mod... | Max Horn |
2004-12-30 | Fix for bug #1091801 (ALL: Possible to create corrupt config file) | Max Horn |
2004-12-29 | - fixed canWalk bug | Andrew Kurushin |
2004-12-29 | - some update | Andrew Kurushin |
2004-12-29 | - fixing compilation | Andrew Kurushin |
2004-12-29 | - some work in progress | Andrew Kurushin |
2004-12-29 | Just compared with original. Correct fade durations confirmed. I just used | Eugene Sandulenko |
2004-12-29 | PALETTE_FADE_DURATION -> kNormalFadeDuration | Eugene Sandulenko |
2004-12-29 | Let user exit at the transition, i.e. process user input | Eugene Sandulenko |
2004-12-29 | Implemented the "placard" functions, because they're such a nice visual | Torbjörn Andersson |