aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-30Fix for bug #1091801 (ALL: Possible to create corrupt config file)Max Horn
svn-id: r16379
2004-12-29- fixed canWalk bugAndrew Kurushin
svn-id: r16378
2004-12-29- some updateAndrew Kurushin
svn-id: r16377
2004-12-29- fixing compilationAndrew Kurushin
svn-id: r16376
2004-12-29- some work in progressAndrew Kurushin
svn-id: r16375
2004-12-29Just compared with original. Correct fade durations confirmed. I just usedEugene Sandulenko
to our 3x slower ones :). svn-id: r16374
2004-12-29PALETTE_FADE_DURATION -> kNormalFadeDurationEugene Sandulenko
svn-id: r16373
2004-12-29Let user exit at the transition, i.e. process user inputEugene Sandulenko
svn-id: r16372
2004-12-29Implemented the "placard" functions, because they're such a nice visualTorbjörn Andersson
feedback that something right is happening. svn-id: r16371
2004-12-29Might as well initialise this variable.Torbjörn Andersson
svn-id: r16370
2004-12-29- fixed fingolfin notificationAndrew Kurushin
svn-id: r16369
2004-12-29oops... thanks wjp for pointing me this oneGregory Montoir
svn-id: r16368
2004-12-29Fix warning. SAGA coders should fix this properly :-)Max Horn
svn-id: r16367
2004-12-29Compile fix from cyxTravis Howell
svn-id: r16366
2004-12-28Fix regression with IHNM.Eugene Sandulenko
Add IHNM demo MD5s. demo does not work at all yet svn-id: r16365
2004-12-28-addition to previousAndrew Kurushin
svn-id: r16364
2004-12-28- many actor walk related functions addedAndrew Kurushin
- implemented script functions for scriptDoors (except iso mode) - introduced getDisplayWidth() getDisplayHeight() getStatusYOffset getPathYOffset() svn-id: r16363
2004-12-28Renamed _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-28Remove leftover debug messageEugene Sandulenko
svn-id: r16361
2004-12-28Fix running ScummVM in plugin-modeMax Horn
svn-id: r16360
2004-12-28Yet another ideaMax Horn
svn-id: r16359
2004-12-28Added MD5 sums for IHNM so that we can watch the intro again. It seems toTorbjörn Andersson
have developed a few regressions though. svn-id: r16358
2004-12-28slightly less hackish Journal codeGregory Montoir
svn-id: r16357
2004-12-28Partial fix for Mac intro. Sprites are still incorrect because of lack ofEugene Sandulenko
m68k asm knowledge :) svn-id: r16356
2004-12-28Fix building in an external dirMax Horn
svn-id: r16355
2004-12-28Fixing hasActiveChannelOfTypeMax Horn
svn-id: r16354
2004-12-28Implement rest of animation-related opcodes.Eugene Sandulenko
svn-id: r16353
2004-12-28o Fixed animation playbackEugene Sandulenko
o Implemented almost all animation opcodes svn-id: r16352
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
svn-id: r16351
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
svn-id: r16350
2004-12-27Use the mixer to handle sound volumesMax Horn
svn-id: r16349
2004-12-27Introduced two new constants SoundMixer::kMaxChannelVolume and ↵Max Horn
SoundMixer::kMaxMixerVolume, for clarity svn-id: r16348
2004-12-27Reducing header dependencies a bitMax Horn
svn-id: r16347
2004-12-27DoneMax Horn
svn-id: r16346
2004-12-27Fix 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-27updatePaweł Kołodziejski
svn-id: r16344
2004-12-27Reduce potential loss of precision if SysTicksPerSecond does not divide 1000Max Horn
svn-id: r16342
2004-12-27Don't use pointers to int. We don't know what size an "int" is.Torbjörn Andersson
Also, failing the script checksum test is no longer a fatal error. There has been a report that could mean there is a German version with incorrect checksums. Whether or not this change will make it playable is an entirely different matter, of course. svn-id: r16341
2004-12-27Added MD5 sum for Linux music file.Torbjörn Andersson
svn-id: r16340
2004-12-27Removed unused variable.Torbjörn Andersson
svn-id: r16339
2004-12-27Merge startSfxSound into startTalkSoundMax Horn
svn-id: r16338
2004-12-27Fix volume regression my previous checkin causedMax Horn
svn-id: r16337
2004-12-27Corrected size of MT-32 control ROMs.Jerome Fisher
svn-id: r16335
2004-12-27Add some compression tool TODOsMax Horn
svn-id: r16334
2004-12-27Use the same volume ranges as most of the rest of ScummVM (i.e. 0-255)Max Horn
svn-id: r16333
2004-12-27Allow premix channels to use a custom sound typeMax Horn
svn-id: r16332
2004-12-27Add 'speech' sound type to mixer; make use of that in iMuse DigitalMax Horn
svn-id: r16331
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵Max Horn
SFX and music; volume is now controlled based on the sound type svn-id: r16330
2004-12-26Give proper credits to Wyrmkeep folksEugene Sandulenko
svn-id: r16329
2004-12-25Get rid of the useless & troublesome master_volumeMax Horn
svn-id: r16328