Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-25 | AD: Fix infinite loop in cleanupPirated. | Johannes Schickel | |
svn-id: r52386 | |||
2010-08-25 | SCI: Make use of new ADGF_PIRATED flag | Eugene Sandulenko | |
svn-id: r52385 | |||
2010-08-25 | AD: Implement AGDF_PIRATED flag. | Eugene Sandulenko | |
svn-id: r52384 | |||
2010-08-25 | AD: Print out infromation about unknown version in better format | Eugene Sandulenko | |
Now it is suitable for direct copy/pasting into detection tables. svn-id: r52383 | |||
2010-08-25 | COMMON: Add test for BufferedReadStream's eos | Willem Jan Palenstijn | |
This test is currently failing. svn-id: r52382 | |||
2010-08-25 | SCI: apply qfg1vga fight patch on weapon master | Martin Kiewitz | |
fixes fighting the weapon master as well... svn-id: r52381 | |||
2010-08-25 | SCI: md5s from Bug #3049193 | Eugene Sandulenko | |
svn-id: r52380 | |||
2010-08-25 | SCI: making loading from ScummVM menu work correctly | Martin Kiewitz | |
using a trick for indirectly calling GameObject::init and then restoring, fixes text color/font code issues, also removing all the hackery svn-id: r52379 | |||
2010-08-25 | LURE: Workaround for bug #3047234 in English EGA version | Paul Gilbert | |
svn-id: r52378 | |||
2010-08-25 | COMMON: fixed EOS handling in BufferedReadStream and BufferedSeekableReadStream | Yotam Barnoy | |
EOS problem was causing Discworld to crash and zip files not to load on the PSP. svn-id: r52377 | |||
2010-08-25 | SCI: Make assert stricter. | Willem Jan Palenstijn | |
(Thanks to fuzzie.) svn-id: r52376 | |||
2010-08-25 | SCUMM: Fix bug #3039004 | Eugene Sandulenko | |
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 | |||
2010-08-25 | TINSEL: Fix bug #3032780: "DW: Mute setting does not work" | Eugene Sandulenko | |
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 | |||
2010-08-25 | AGI: Respect mute setting | Eugene Sandulenko | |
svn-id: r52373 | |||
2010-08-25 | SCUMM: Fix bug #3032758: "SCUMM: Mute setting does not work" | Eugene Sandulenko | |
svn-id: r52372 | |||
2010-08-25 | AD: Fix in-depth search. | Eugene Sandulenko | |
svn-id: r52371 | |||
2010-08-25 | SCUMM: Fix bug #3049323 | Eugene Sandulenko | |
Bug #3049323: "SCUMM: Detects games in wrong places". I must admit: A seriously stupid bug. svn-id: r52370 | |||
2010-08-25 | AGI: Fix bug #3034370 | Eugene Sandulenko | |
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 | |||
2010-08-25 | AGI: Reset controllers on game restart | Eugene Sandulenko | |
svn-id: r52368 | |||
2010-08-25 | GUI: Fixed bug #2505686: "GUI: minor artifacts in rounded corners" | Eugene Sandulenko | |
It is practically not possible to get rid of those completely due to rounding errors with 16-bit surface. svn-id: r52367 | |||
2010-08-25 | SCUMM: Implement keyboard-driven inventory scrolling in v2 | Eugene Sandulenko | |
Bug #2828383: "ZAK V2: no inventory keyboard shortcuts". svn-id: r52366 | |||
2010-08-25 | M4: Fixes for compiler errors | Paul Gilbert | |
svn-id: r52365 | |||
2010-08-25 | M4: Implementation of script engine | Paul Gilbert | |
svn-id: r52364 | |||
2010-08-25 | SCUMM: Fix bug #2702847 - PUTTZOO: Graphic glitches on dancing penguin. | Travis Howell | |
svn-id: r52363 | |||
2010-08-24 | SCI: adding pharkas patch for ladder issue | Martin Kiewitz | |
in room 320, fixes bug #3037192 svn-id: r52362 | |||
2010-08-24 | SCI: adding qfg1vga patch for fight issue | Martin Kiewitz | |
fixes bug #3036756 svn-id: r52361 | |||
2010-08-24 | GOB: Add information about a cracked Fascination | Arnaud Boutonné | |
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 | |||
2010-08-24 | GOB: Little cleanup of Fascination detection | Arnaud Boutonné | |
svn-id: r52359 | |||
2010-08-24 | SOUND: New global define AUDIO_REVERSE_STEREO. | Andre Heider | |
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 | |||
2010-08-24 | CONFIGURE: don't force vkeybd for n64 port | Fabio Battaglia | |
svn-id: r52355 | |||
2010-08-24 | SCI: fixing comment of r52351 | Martin Kiewitz | |
svn-id: r52353 | |||
2010-08-24 | SCI: Fixed bug #3052359 - "Hoyle1: Hearts Crash" | Filippos Karapetis | |
svn-id: r52352 | |||
2010-08-24 | SCI: fix race condition in sierra kPalVary code | Martin Kiewitz | |
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 | |||
2010-08-24 | SCI: added another version of Hoyle 1 (bug report #3052366) | Filippos Karapetis | |
svn-id: r52350 | |||
2010-08-24 | SCI: Removed a now unused selector from the selector cache | Filippos Karapetis | |
svn-id: r52349 | |||
2010-08-24 | KYRA: Cleanup. | Johannes Schickel | |
svn-id: r52348 | |||
2010-08-24 | KYRA: Implement new handling of KYRA3's TLK files. | Johannes Schickel | |
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 | |||
2010-08-24 | KYRA: Simplify PAK/INS/TLK loading. | Johannes Schickel | |
This also reduces the number of seeks done while loading TLK files. svn-id: r52346 | |||
2010-08-24 | SCI: replacing save dialog as well | Martin Kiewitz | |
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 | |||
2010-08-24 | SCI: Check for the existence of script 180 before accessing it. | Filippos Karapetis | |
Fixes the Longbow demo svn-id: r52344 | |||
2010-08-24 | SCI: Define xLast/yLast for LB2 floppy (which has no selector | Filippos Karapetis | |
vocabulary), since they're used inside kDoBresen() svn-id: r52343 | |||
2010-08-24 | SCI: more work on replacing save dialog | Martin Kiewitz | |
also removing some previous code, because it wont work that way svn-id: r52342 | |||
2010-08-24 | SCI: some work on replacing save dialog | Martin Kiewitz | |
svn-id: r52341 | |||
2010-08-24 | KYRA: Cleanup. | Johannes Schickel | |
svn-id: r52340 | |||
2010-08-24 | SCI: fixing const cast warning | Martin Kiewitz | |
making clone happy :D svn-id: r52339 | |||
2010-08-24 | TINSEL: Code cleanup, fixed potentially undefined behavior | Filippos Karapetis | |
svn-id: r52338 | |||
2010-08-24 | NEWS: Mention that Kyra3 now supports the original file layout. | Johannes Schickel | |
svn-id: r52337 | |||
2010-08-24 | KYRA: Add support for playing KYRA3 from CD. | Johannes Schickel | |
svn-id: r52336 | |||
2010-08-24 | COMMON: Constify directoryGlobs variable in ADParams. | Johannes Schickel | |
svn-id: r52335 | |||
2010-08-24 | GOB: Two fixes for the Fascination delay issue. | Arnaud Boutonné | |
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 |