Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-21 | PEGASUS: Fix missing AI warning videos in the DVD demo | Matthew Hoops | |
2013-07-21 | SCUMM: Fix test before running VAR_SAVELOAD_SCRIPT2 (CID 1004135) | Torbjörn Andersson | |
This doesn't really make any difference because either both VAR_SAVELOAD_SCRIPT and VAR_SAVELOAD_SCRIPT2 exist, or neither does. But it feels more correct this way. | |||
2013-07-21 | TSAGE: Fix GCC warning about possibly undefined behaviour | Torbjörn Andersson | |
2013-07-20 | TSAGE: Bugfixes for R2R drive room | Paul Gilbert | |
2013-07-20 | PEGASUS: Fix possible timer "skip" when resuming | Matthew Hoops | |
pause/resume need to treat things a bit differently from the normal setRate function. This caused a jump in a timer when resuming from the pause menu in certain cases, though not all the time. Regression from b50cac637ece07c87e39232a1e8fe7262ace06f2, which was part of the fix for the lid animations. | |||
2013-07-20 | TSAGE: Work on setup of R2R engine palette maps | Paul Gilbert | |
2013-07-20 | TINSEL: Remove self-assignment (CID 1003626) | Torbjörn Andersson | |
However, dreammaster has confirmed this line was in the original so I'm leaving it commented-out in case there is a genuine bug still lurking there. | |||
2013-07-19 | LURE: Added explicit comment to switch block fall-through | Paul Gilbert | |
2013-07-19 | SCI: Add FIXME | Willem Jan Palenstijn | |
2013-07-19 | TONY: Remove debug message from last commit. Oops. | Torbjörn Andersson | |
2013-07-19 | TONY: Fix parameter to RMGfxSourceBuffer8RLEWordAA::init() | Torbjörn Andersson | |
The method it is meant to override uses "const byte *buf" so this one should too. I don't know if/when it's called, but fuzzie tells me it should be a harmless change. Hopefully fixes CID 1003892. | |||
2013-07-19 | TEENAGENT: Add missing "break"s to switch cases | Torbjörn Andersson | |
I think this is the correct thing to do, and that it won't have any noticeable effect whatsoever. Cases 29 and 30 happen in the first half of the game, in the cantine, while case 42 happens in the second half of the game. By the time you reach the point where case 42 does something, I don't think it's possible to get back to cases 29 and 30, so when case 29 falls through neither 30 nor 42 will do anything. CID 1003730, 1003731 | |||
2013-07-18 | Merge pull request #345 from countingpine/patch-1 | Johannes Schickel | |
SCUMM: More precise Player_Mac::durationToSamples | |||
2013-07-18 | Merge pull request #353 from clone2727/eventrec_timer_fix | Eugene Sandulenko | |
ALL: Don't use EventRecorder at all when not compiled in | |||
2013-07-17 | TSAGE: Some further cleanup of R2R drive room | Paul Gilbert | |
2013-07-16 | TSAGE: Fixes for R2R scanner dialog | Paul Gilbert | |
2013-07-16 | TUCKER: Amend fix for bug #3614697 - "Spanish version uncompletable..." | D G Turner | |
The mof instruction needs to return 0 or 1 to continue execution, rather than 2 which indicates to end table instruction execution. Using 0 as this is most likely correct value. | |||
2013-07-16 | TSAGE: Fix stray "You have no use for that." message | Torbjörn Andersson | |
This would happen in Ringworld when clicking on the slot in the flycycle. I have compared the behaviour to the original, and I can't see any obvious differences after my change. CID 1003728 | |||
2013-07-16 | SCUMM: Better Player_Mac::durationToSamples | countingpine | |
Uses the fact that 4*480*480 == 225 << 12, and the identity (a*b)>>n == (a>>n)*b + ((a%(1<<n))*b)>>n (assuming non-overflowing math), except the rhs uses smaller intermediate values and does not overflow(*). Compared to the original code, this uses 1 fewer division and eliminates the rounding error. (*) Technical note: In some cases the right hand side of the above identity still has possibilities of intermediate overflow, but only if b > (1 << n), or if (b << n) overflows, neither of which are true here. | |||
2013-07-16 | TSAGE: Bugfixes for R2R drive room, and work on scanner modal dialog | Paul Gilbert | |
2013-07-15 | SWORD25: Fix compilation on some 32-bit systems | Eugene Sandulenko | |
2013-07-15 | SWORD25: Replace Pluto with Tamed Pluto for increased compatibility | Eugene Sandulenko | |
Still saves are incompatible but at least this now has enhanced debugging capabilities. | |||
2013-07-15 | AGI: Mark fall-through. Detected by CID 1003771 | Eugene Sandulenko | |
2013-07-15 | AGI: Fix CID 1003768. Missing break in switch | Eugene Sandulenko | |
2013-07-15 | AGI: Fix CID 1003769. Missing break in switch | Eugene Sandulenko | |
2013-07-15 | INSANE: Fix CID 1003734. Missing break in switch | Eugene Sandulenko | |
2013-07-15 | INSANE: Fix CID 1003733. Missing break in switch. | Eugene Sandulenko | |
In fact the code was wrong there due to copy-paste error | |||
2013-07-15 | SAGA: Fix CID 1002507. Unused pointer value. | Eugene Sandulenko | |
2013-07-14 | TSAGE: Added R2R ability to combine items. Further bugfixes for landing bay | Paul Gilbert | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-14 | TSAGE: Fix for returning to landing bay from crane controls | Paul Gilbert | |
2013-07-14 | TUCKER: Add support for skipping unhandled/invalid instructions. | D G Turner | |
This ensures that if any unhandled/invalid instructions are present, they are skipped, rather than locking up engine execution. This is a secondary fix for bug #3614697 - "Spanish version uncompletable at end of 2nd part" and any other future bugs of this type. | |||
2013-07-14 | TUCKER: Fix for bug #3614697 - "Spanish version uncompletable..." | D G Turner | |
This add support for the unhandled "mof" instruction present in the Spanish version. This effectively skips it as a NOP/invalid, which prevents it locking up the game at the end of the 2nd part. | |||
2013-07-13 | TSAGE: Fixes for R2R Crane Controls | Paul Gilbert | |
2013-07-12 | TSAGE: Extra comments for crane control scene | Paul Gilbert | |
2013-07-12 | TUCKER: Fix palette fades | Willem Jan Palenstijn | |
This is a regression from 362b0cd5e4a71a0b2610ff8abb6aeecddc842cf0 and fixes bug #3614686. | |||
2013-07-11 | TSAGE: Further fixes for R2R landing bay | Paul Gilbert | |
2013-07-10 | TSAGE: Fixes for R2R Bridge and Landing bay | Paul Gilbert | |
2013-07-09 | Merge branch 'master' of https://github.com/scummvm/scummvm | Paul Gilbert | |
2013-07-09 | TSAGE: Implemented missing visual speaker methods for R2R | Paul Gilbert | |
2013-07-09 | NEVERHOOD: Fix incorrect sound heard when pressing the ladder button | Filippos Karapetis | |
When the ladder is down, pressing the ladder button shouldn't do anything | |||
2013-07-09 | SCUMM: Add another French Windows version of Pajama Sam 2. | Kirben | |
2013-07-08 | SCI: Rewrite the song loop comments in commit 6fa668e to make more sense | Filippos Karapetis | |
2013-07-08 | SCI: Add some comments a possible TODO regarding song looping | Filippos Karapetis | |
2013-07-07 | TSAGE: Fix for crash when saving in R2R scene 300 | Paul Gilbert | |
2013-07-07 | TSAGE: Fix for visual speakers animation in R2R | Paul Gilbert | |
2013-07-07 | SCI: Fix bug #3614566 - "LSL6: ScummVM locks up at Electro-Shock room" | Filippos Karapetis | |
We now do the jumpToTick() for hold events after waiting for the delta of the current event, like we do for the signal set events. This keeps the fixes for the hold timings in QFG3, while not breaking LSL6. Many thanks to wjp for pinpointing the actual cause of the issue. | |||
2013-07-06 | ALL: Don't use EventRecorder at all when not compiled in | Matthew Hoops | |
2013-07-06 | TSAGE: Minor R2R scene bugfixes | Paul Gilbert | |
2013-07-06 | TSAGE: Fix to show player on top of maze correctly in R2R scene 1200 | Paul Gilbert | |