aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-16COMPOSER: Clear audio on new page.Alyssa Milburn
2011-07-16COMPOSER: Improve stopping anims.Alyssa Milburn
2011-07-16COMPOSER: Fix z-ordering (properly, this time).Alyssa Milburn
2011-07-16COMPOSER: Implement the rest of the script opcodes.Alyssa Milburn
2011-07-16COMPOSER: Don't complain about on-time animation ending.Alyssa Milburn
2011-07-16COMPOSER: Don't die on missing/bad anims.Alyssa Milburn
2011-07-16COMPOSER: Handle loading/unloading pages properly.Alyssa Milburn
2011-07-16COMPOSER: Fix z-ordering issues.Alyssa Milburn
2011-07-16COMPOSER: Always handle multiple resource entries in pipes.Alyssa Milburn
2011-07-15COMPOSER: Decompress sprites at load time.Alyssa Milburn
2011-07-15COMPOSER: Fix removeSprite behaviour.Alyssa Milburn
2011-07-15COMPOSER: Stub remaining script function calls.Alyssa Milburn
2011-07-15COMPOSER: Detect 'Liam Finds a Story' and the bundled demos.Alyssa Milburn
2011-07-15COMPOSER: Handle single-directory games.Alyssa Milburn
2011-07-15COMPOSER: Don't read off the end of pipes.Alyssa Milburn
2011-07-15COMPOSER: Detect Gregory and the Hot Air Balloon.Alyssa Milburn
2011-07-14COMPOSER: Manage/render sprites.Alyssa Milburn
2011-07-14COMPOSER: Add a first attempt at an engine.Alyssa Milburn
2011-07-14SCUMM: Add debug output in case the code tries to set up a non-existant ↵Johannes Schickel
iMuse instrument.
2011-07-14SCUMM: fix regression caused by recent sjis code changesathrxx
2011-07-14SCUMM: Handle default instrument set up in iMuse like the original.Johannes Schickel
2011-07-14SCUMM: Implement iMuse alloc part command closer to the original.Johannes Schickel
2011-07-13SCI: Restore deleted LSL6 workaround for crash on loadingWillem Jan Palenstijn
This was probably accidentally removed in 194081e7ae79a632ce446653cc7119b74d3a6fac. The TODO/CHECKME on it still applies. Reported in bug #3366329.
2011-07-13BACKENDS: Fix spelling of 'Mac OS X'Matthew Hoops
2011-07-13BACKENDS: Fix compilation on case-sensitive Mac OS XMatthew Hoops
2011-07-13BACKENDS: Fix a typoMatthew Hoops
2011-07-13BACKENDS: Remove unneeded define checkMatthew Hoops
2011-07-13BACKENDS: Rename appMenu_osx.* to appmenu_osx.*Matthew Hoops
2011-07-13BACKENDS: Fix compilation on Mac OS X without translation supportMatthew Hoops
2011-07-13KYRA: Add detection for Russian versions of Kyra1 & LoLEugene Sandulenko
2011-07-13SCUMM: Fix bug #3306145: INDY3: EGA version script bugsEugene Sandulenko
Based on a patch presented in the bugreport. Fixes several bugs connected with calcualting IQ points in Amiga versions of Indy3.
2011-07-12Merge pull request #51 from CeRiAl/macosx-appmenu-i18nIsmail Khatib
MACOSX: Add i18n support for Mac OSX application menu
2011-07-12TOON: Fix default walk to object with screen scrollingsylvaintv
Bug #3363119: "Toon: Player desapear when you use a object in pepper plant"
2011-07-12MACOSX: Fix application menu i18n compilation for Mac OSX 10.4+CeRiAl
2011-07-11SCUMM: Adapt iMuse code formatting to our standards.Johannes Schickel
2011-07-11NEWS: Mention SCUMM v5 PC Speaker support in 1.4.0 section.Johannes Schickel
2011-07-11Merge pull request #54 "SCUMM v5 PC Speaker driver".Johannes Schickel
Discussion can be found here: https://github.com/scummvm/scummvm/pull/54
2011-07-10SCUMM: minor bug fix in FM-Towns midi driverathrxx
2011-07-10JANITORIAL: Remove svn keywords from audio/decoders/codec.hJohannes Schickel
2011-07-10AUDIO: Fix QDM2 sound in QuickTime filesMatthew Hoops
2011-07-10AUDIO: Fix remaining AAC bugs by decoding with the same AAC contextMatthew Hoops
This introduces a new Audio::Codec class, based on DrMcCoy's solution for WMA in eos.
2011-07-10SCUMM: Fix some envelope bugs in PC Speaker output.Johannes Schickel
2011-07-10REDHAT: Update list of packaged data filesWillem Jan Palenstijn
(cherry picked from commit 97674b66b8f71f3128f5e0b243b44a018529ff11)
2011-07-10SCUMM: Let PC Speaker output be controlable via music volume.Johannes Schickel
2011-07-10SCUMM: Properly implement volume controler for PC Speaker output.Johannes Schickel
2011-07-10SCUMM: Fix priority settings in iMuse allocate part sysEx command.Johannes Schickel
Formerly we ever only used the lower 4 bit of the priority setting for a new part. The original used a full 8 bit setting though (based on the Indy4 PC Speaker output driver). This fixes missing notes in the Indy4 intro with PC Speaker output. This might affect other outputs too! And could cause regressions in case other outputs implemented priority settings differently.
2011-07-10SCUMM: Fix PC Speaker sound.Johannes Schickel
Now we only output a new frequency if a new channel was selected or a new output frequency has to be send. This makes the sound much more like in DOSBox. This is not present in the original, but since our timings are different this should make up for that.
2011-07-10SWORD25: Removed custom endianness code in persistence codeEugene Sandulenko
This is first step towards making saves portable. Binary footprint left intact, so the saves are compatible.
2011-07-10SWORD25: Fix regression introduced in 5dd8f2575b0fEugene Sandulenko
Janitorial removed function call which had a side effect. Thus the actor image load code crashed.
2011-07-10SCUMM: Do not allow multi midi mode for PC Speaker output.Johannes Schickel
Thanks to eriktorbjorn for catching this.