Age | Commit message (Collapse) | Author |
|
we are loading pictures very fast, this results in a kPalVary race condition, because sierra set timer to 1 tick, when it was getting called with 0 ticks and required the timer to occur before the transition. Fixes freddy pharkas nighttime being daytime during transitions (bug #3051905)
svn-id: r52351
|
|
svn-id: r52350
|
|
svn-id: r52349
|
|
svn-id: r52348
|
|
This speeds up loading of KYRA3's TLK files by a lot, since only the index
table will be load now. This should help the startup time for KYRA3 when
playing from CD or other slow storages.
svn-id: r52347
|
|
This also reduces the number of seeks done while loading TLK files.
svn-id: r52346
|
|
experimental feature - enable by putting "scireplacedialog=true" inside scummvm section of scummvm.ini
LSL6 currently loses the ability to quicksave, when using the feature. Although i don't see it as a huge loss. That way it's now possible to save to up to 100 slots instead of just 20.
svn-id: r52345
|
|
Fixes the Longbow demo
svn-id: r52344
|
|
vocabulary), since they're used inside kDoBresen()
svn-id: r52343
|
|
also removing some previous code, because it wont work that way
svn-id: r52342
|
|
svn-id: r52341
|
|
svn-id: r52340
|
|
making clone happy :D
svn-id: r52339
|
|
svn-id: r52338
|
|
svn-id: r52336
|
|
svn-id: r52335
|
|
Add two more workarounds for the delay issue between the storage
room and the lab. This fixes the PC Floppy Hebrew and german
versions.
svn-id: r52334
|
|
the lookup tables
svn-id: r52333
|
|
Fixed by performing proper MIDI initialization.
svn-id: r52332
|
|
MIDI offsets for the enhanced music soundtrack
are now calculated on the fly
svn-id: r52331
|
|
Based on bugreport #2847001: "SCUMM v0: Wrong palette colors". Old
palette is #ifdef'ed for reference.
svn-id: r52330
|
|
fixes sepia palette getting applied when loading in pharkas (part of bug #3051905)
svn-id: r52326
|
|
For some reason it referred to non-existent 3141. Changed it to
correct 3142.
svn-id: r52324
|
|
Bug #2827022: "DW: Enhanced music doesn't work". This release
has completely different MIDI.DAT file. So far offsets and detection
for this version were added. The mapping has to be confirmed with
James Woodcock.
svn-id: r52323
|
|
and changing patch code accordingly
svn-id: r52320
|
|
svn-id: r52319
|
|
dialog will not get replaced in sci32, nor in mother goose. Enable by adding "scireplacedialog" inside scummvm section of scummvm.ini file. Note: this feature is experimental
svn-id: r52318
|
|
(works now, if enabled - but music isn't yet paused)
svn-id: r52317
|
|
When failing the protection check, the script of the PC version was writing on purpose everywhere in the memory to hang the computer. This resulted in a crash in Scummvm, fixed by this workaround. (Tested on the 256 Col version french and german)
svn-id: r52316
|
|
svn-id: r52314
|
|
svn-id: r52311
|
|
svn-id: r52305
|
|
location
svn-id: r52302
|
|
which is sci1 and sci1.1
fixes bug #3051145
- separating this mother goose from ega and sci2.1
- adding workaround when restoring saved games in these games, games try to calculate restored savedgameid instead of looking it up, we patch this code out and also set the global to the current savedgameid
- adding workaround for scripts checking savedgameid to be below 13 (our savedgameids begin at 100 now)
- changing official range for savedgameids from 1000->1999 to 100->199, otherwise mother goose would have required much larger patches and this range should be fine even if we replace savedgame dialogs later
svn-id: r52301
|
|
svn-id: r52300
|
|
svn-id: r52299
|
|
"SCI: Bug in file read/write operations"
svn-id: r52298
|
|
svn-id: r52297
|
|
svn-id: r52295
|
|
SQ6 workarounds
svn-id: r52294
|
|
While the sliders cannot move yet, the game now knows if the puzzle is complete and whether you're over a slider or not. Drawing the sliders and moving the sliders will come next.
svn-id: r52292
|
|
and added a FIXME inside kGraphDrawLine
svn-id: r52291
|
|
svn-id: r52290
|
|
svn-id: r52289
|
|
Again, thanks SylvainTV for the debugging efforts
svn-id: r52288
|
|
svn-id: r52287
|
|
Add detection for Spanish, Italian, German and French
svn-id: r52286
|
|
svn-id: r52283
|
|
debugger. There is no real need to implement kernel debug commands, but since this one maps almost directly to our own "show" debug command, it has been reimplemented (was removed in rev #45310). Normally, there is no real need to implement kernel functions for debug functionality, since there are advanced tools for this purpose nowadays (plus, ScummVM's debugger). Fixes bug #3050616 - "QFG1 EGA: priority/control/view functions crash, debug mode"
svn-id: r52281
|
|
inside the if-statement.
svn-id: r52269
|