Age | Commit message (Collapse) | Author |
|
EOS problem was causing Discworld to crash and zip files not to load on the PSP.
svn-id: r52377
|
|
(Thanks to fuzzie.)
svn-id: r52376
|
|
Bug #3039004: "MANIACNES: Ed does not appear at doorway."
Actually whole thing is a gross hack on top of SCUMM v1.5 hack
with extra wide screen. It all calls for review and writing
specified methods.
svn-id: r52375
|
|
Bug #3032778 was fixed too as it is the duplicate.
Since there is no engine-specific logic, rely on superclass'
setupSoundSettings(), and use it on startup too.
svn-id: r52374
|
|
svn-id: r52373
|
|
svn-id: r52372
|
|
svn-id: r52371
|
|
Bug #3049323: "SCUMM: Detects games in wrong places".
I must admit: A seriously stupid bug.
svn-id: r52370
|
|
Bug #3034370: "Manhunter: New York keyboard unresponsive". Actually
the keyboard was made responsive after June implementation of set.key,
still the game speed was increasing. Fixed that too.
svn-id: r52369
|
|
svn-id: r52368
|
|
It is practically not possible to get rid of those completely
due to rounding errors with 16-bit surface.
svn-id: r52367
|
|
Bug #2828383: "ZAK V2: no inventory keyboard shortcuts".
svn-id: r52366
|
|
svn-id: r52365
|
|
svn-id: r52364
|
|
svn-id: r52363
|
|
in room 320, fixes bug #3037192
svn-id: r52362
|
|
fixes bug #3036756
svn-id: r52361
|
|
Add a comment about a cracked versions of Fascination. The crack used
is based on the original executable's tolerance, it crashes in
Scummvm.
svn-id: r52360
|
|
svn-id: r52359
|
|
This reverses the stereo channels for all sfx streams, meant for
hardware devices which expect an inverse order. Use it for the Wii
and Gamecube port since it's reversed since day one :P
svn-id: r52357
|
|
svn-id: r52355
|
|
svn-id: r52353
|
|
svn-id: r52352
|
|
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: r52337
|
|
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
|
|
svn-id: r52329
|
|
The last PSP optimization made reading much faster, but writing isn't buffered so saving the config file was VERY slow.
I decided the cleanest way to do this would be to add BWS and use BSRS.
svn-id: r52327
|
|
fixes sepia palette getting applied when loading in pharkas (part of bug #3051905)
svn-id: r52326
|
|
I need the write buffering for the new version of the PSP streams and thought the simplest way to implement it would be along the lines of BufferedReadStream. Sadly, I found a nasty little bug in BRS but that's taken care of.
Also, I adapted these streams for target-specific memory allocation by using virtual functions for allocation/deallocation.
svn-id: r52325
|
|
For some reason it referred to non-existent 3141. Changed it to
correct 3142.
svn-id: r52324
|