Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-03 | Fixed a regression where - I think - the last animation frame wasn't | Torbjörn Andersson | |
displayed. This was most noticeable in looping animations, in particular the spinning "Dreamer's Guild" logo in the IHNM intro. In the process I changed the name of 'n_frames' and 'nframes' to 'maxframe' since that's what they are. I could, of course, have added 1 to the value instead, but that would have introduced a subtle difference compared to the original code. Probably not a good idea at this stage. svn-id: r16417 | |||
2005-01-03 | Add missing control changes, patch #1094825. | Travis Howell | |
svn-id: r16416 | |||
2005-01-02 | o Started putting all panels stuff in order. Still incomplete | Eugene Sandulenko | |
o Proper detection for Mac Wyrmkeep CD o Support for wyrmkeep logos svn-id: r16415 | |||
2005-01-02 | Fix for bug #1082154 (MM V2 (German): incorrect text presentation) | Max Horn | |
svn-id: r16414 | |||
2005-01-02 | Removed printf() that I assume was committed by mistake. | Torbjörn Andersson | |
svn-id: r16413 | |||
2005-01-02 | Use events to start the remaining animations. It's not necessary, but it's | Torbjörn Andersson | |
more consistent that way. svn-id: r16412 | |||
2005-01-02 | Start intro animations with events to prevent the first frame from being | Torbjörn Andersson | |
drawn too early. (Scorry still shows up too early, though.) svn-id: r16411 | |||
2005-01-02 | Pausing an animation is done by changing its state now, not by setting a | Torbjörn Andersson | |
flag. Added yet another event, and changed the ITE intro to reflect that. (Which means the waterfalls are no longer drawn over the game title.) svn-id: r16410 | |||
2005-01-02 | MT32 support was already added in 0.7.0, clarify that. Small remark: Porters ↵ | Max Horn | |
are also very welcome to update the NEWS file (so our users know what great advances occured on the WinCE, PalmOS, Dreamcast, ... ports) svn-id: r16409 | |||
2005-01-02 | Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM, | Torbjörn Andersson | |
and used ARRAYSIZE() instead in two cases. svn-id: r16408 | |||
2005-01-02 | Fixed a few things in the IHNM intro. Most noticeably I've added an event | Torbjörn Andersson | |
for starting animations, which I use to prevent the first animation frame from being drawn too early. svn-id: r16407 | |||
2005-01-02 | The 'n_voices' field of the voice LUT was never assigned a value. So if | Torbjörn Andersson | |
anyone heard any voices - I did, except under Valgrind - it was pure luck. svn-id: r16406 | |||
2005-01-01 | Some spelling/grammar fixes. | Joost Peters | |
svn-id: r16405 | |||
2005-01-01 | Changed the singleton code to allow for custom object factories; this ↵ | Max Horn | |
allowed me to change OSystem to use the singleton base class, too svn-id: r16404 | |||
2005-01-01 | One day I wanna switch to STL. Really | Max Horn | |
svn-id: r16403 | |||
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now ↵ | Max Horn | |
matches the Singleton interface) svn-id: r16402 | |||
2005-01-01 | Removing obsolete comment | Max Horn | |
svn-id: r16401 | |||
2005-01-01 | BS2 copyright text needs to be clarified | Max Horn | |
svn-id: r16400 | |||
2005-01-01 | oops, correct copyright string | Max Horn | |
svn-id: r16399 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2005-01-01 | Updated copyright year. | Torbjörn Andersson | |
svn-id: r16397 | |||
2004-12-31 | Applied patch #1093830, with slight modifications proposed by Fingolfin. | Torbjörn Andersson | |
svn-id: r16396 | |||
2004-12-31 | Slight adjustment of placard text position. It's still not identical to the | Torbjörn Andersson | |
original, but I don't consider that to be a problem. svn-id: r16395 | |||
2004-12-31 | added some comments and re-indented some parts of code | Gregory Montoir | |
svn-id: r16394 | |||
2004-12-30 | correction for previous correction :) | Gregory Montoir | |
svn-id: r16393 | |||
2004-12-30 | minor correction, checked against disasm | Gregory Montoir | |
svn-id: r16392 | |||
2004-12-30 | Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ↵ | Max Horn | |
the command line option has higher priority); i.e. it's affecting the config system (see also bug #1045171) svn-id: r16391 | |||
2004-12-30 | o COde formatting | Eugene Sandulenko | |
o Improved debug output o Do not produce a lot of frameCount < 0 messages o Okk now appears after first scene o implemented yet another animation function o Renamed SF_* -> sf* for functions I know are correct svn-id: r16390 | |||
2004-12-30 | cleanup | Max Horn | |
svn-id: r16389 | |||
2004-12-30 | Final part of the fix for bug #1091802 (GUI: Credits scroll glitch) | Max Horn | |
svn-id: r16388 | |||
2004-12-30 | Renamed the "placard" opcode functions. They should be reasonably bug free | Torbjörn Andersson | |
now. svn-id: r16387 | |||
2004-12-30 | Fixed warning. | Torbjörn Andersson | |
svn-id: r16386 | |||
2004-12-30 | silly me, shouldn't test a variable which wasn't even set <sigh> | Max Horn | |
svn-id: r16385 | |||
2004-12-30 | Swallow ctrl-alt keyup events, too | Max Horn | |
svn-id: r16384 | |||
2004-12-30 | Reduce time till scrolling starts inthe about dialog; pressing shift/alt now ↵ | Max Horn | |
causes faster/reverse scrolling (this is an insider trick and not documented on purpose :-) svn-id: r16383 | |||
2004-12-30 | cleanup | Max Horn | |
svn-id: r16382 | |||
2004-12-30 | set key modifiers for keyup events, too; use SDL_GetModState to determine ↵ | Max Horn | |
mod flags, so that the modifier flags get set if e.g. the shift key is pressed alone svn-id: r16381 | |||
2004-12-30 | Fix for bug #1091801 (ALL: Possible to create corrupt config file) | Max Horn | |
svn-id: r16379 | |||
2004-12-29 | - fixed canWalk bug | Andrew Kurushin | |
svn-id: r16378 | |||
2004-12-29 | - some update | Andrew Kurushin | |
svn-id: r16377 | |||
2004-12-29 | - fixing compilation | Andrew Kurushin | |
svn-id: r16376 | |||
2004-12-29 | - some work in progress | Andrew Kurushin | |
svn-id: r16375 | |||
2004-12-29 | Just compared with original. Correct fade durations confirmed. I just used | Eugene Sandulenko | |
to our 3x slower ones :). svn-id: r16374 | |||
2004-12-29 | PALETTE_FADE_DURATION -> kNormalFadeDuration | Eugene Sandulenko | |
svn-id: r16373 | |||
2004-12-29 | Let user exit at the transition, i.e. process user input | Eugene Sandulenko | |
svn-id: r16372 | |||
2004-12-29 | Implemented the "placard" functions, because they're such a nice visual | Torbjörn Andersson | |
feedback that something right is happening. svn-id: r16371 | |||
2004-12-29 | Might as well initialise this variable. | Torbjörn Andersson | |
svn-id: r16370 | |||
2004-12-29 | - fixed fingolfin notification | Andrew Kurushin | |
svn-id: r16369 | |||
2004-12-29 | oops... thanks wjp for pointing me this one | Gregory Montoir | |
svn-id: r16368 | |||
2004-12-29 | Fix warning. SAGA coders should fix this properly :-) | Max Horn | |
svn-id: r16367 |