Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-12-29 | Compile fix from cyx | Travis Howell | |
svn-id: r16366 | |||
2004-12-28 | Fix regression with IHNM. | Eugene Sandulenko | |
Add IHNM demo MD5s. demo does not work at all yet svn-id: r16365 | |||
2004-12-28 | -addition to previous | Andrew Kurushin | |
svn-id: r16364 | |||
2004-12-28 | - many actor walk related functions added | Andrew Kurushin | |
- implemented script functions for scriptDoors (except iso mode) - introduced getDisplayWidth() getDisplayHeight() getStatusYOffset getPathYOffset() svn-id: r16363 | |||
2004-12-28 | Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the ↵ | Max Horn | |
mouse moved / mouse up events to the widget on which the drag is performed (this fixes at least one bug and improves the user experience) svn-id: r16362 | |||
2004-12-28 | Remove leftover debug message | Eugene Sandulenko | |
svn-id: r16361 | |||
2004-12-28 | Fix running ScummVM in plugin-mode | Max Horn | |
svn-id: r16360 | |||
2004-12-28 | Yet another idea | Max Horn | |
svn-id: r16359 | |||
2004-12-28 | Added MD5 sums for IHNM so that we can watch the intro again. It seems to | Torbjörn Andersson | |
have developed a few regressions though. svn-id: r16358 | |||
2004-12-28 | slightly less hackish Journal code | Gregory Montoir | |
svn-id: r16357 | |||
2004-12-28 | Partial fix for Mac intro. Sprites are still incorrect because of lack of | Eugene Sandulenko | |
m68k asm knowledge :) svn-id: r16356 | |||
2004-12-28 | Fix building in an external dir | Max Horn | |
svn-id: r16355 | |||
2004-12-28 | Fixing hasActiveChannelOfType | Max Horn | |
svn-id: r16354 | |||
2004-12-28 | Implement rest of animation-related opcodes. | Eugene Sandulenko | |
svn-id: r16353 | |||
2004-12-28 | o Fixed animation playback | Eugene Sandulenko | |
o Implemented almost all animation opcodes svn-id: r16352 | |||
2004-12-27 | Use SoundMixer::kMaxMixerVolume | Max Horn | |
svn-id: r16351 | |||
2004-12-27 | Use SoundMixer::kMaxMixerVolume | Max Horn | |
svn-id: r16350 | |||
2004-12-27 | Use the mixer to handle sound volumes | Max Horn | |
svn-id: r16349 | |||
2004-12-27 | Introduced two new constants SoundMixer::kMaxChannelVolume and ↵ | Max Horn | |
SoundMixer::kMaxMixerVolume, for clarity svn-id: r16348 | |||
2004-12-27 | Reducing header dependencies a bit | Max Horn | |
svn-id: r16347 | |||
2004-12-27 | Done | Max Horn | |
svn-id: r16346 | |||
2004-12-27 | Fix for bug #1091748 (DIG: Starting new games takes a long time); turns out ↵ | Max Horn | |
querying the debuglevel from the config-manager very often is too slow svn-id: r16345 | |||
2004-12-27 | update | Paweł Kołodziejski | |
svn-id: r16344 | |||
2004-12-27 | Reduce potential loss of precision if SysTicksPerSecond does not divide 1000 | Max Horn | |
svn-id: r16342 |