Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-10 | SCUMM: Do not allow multi midi mode for PC Speaker output. | Johannes Schickel | |
Thanks to eriktorbjorn for catching this. | |||
2011-07-10 | SAGA: Use #error instead of a deliberate syntax error. | eriktorbjorn | |
2011-07-10 | SAGA: Mute the music while the game is paused | eriktorbjorn | |
It already paused the music, but any notes that were playing were just left hanging. At least with the ALSA MIDI driver. This was quite annoying when using the debug console. | |||
2011-07-10 | SCUMM: Minor clean up in iMuse instrument handling code. | Johannes Schickel | |
2011-07-10 | SCUMM: Limit iMuse default instrument load to PC Speaker output. | Johannes Schickel | |
Albeit the code is marked as a hack inside the source, the original behaved exaclty the same. If the code is removed the PC Speaker output will miss notes, since unlike the original we only output to parts, which have an instrument set up. | |||
2011-07-10 | SCUMM: Only try to load MT-32 instruments when we have a MIDI output in iMuse. | Johannes Schickel | |
This fixes the melody in Indy4's intro with the PC Speaker output. | |||
2011-07-10 | SCUMM: Implement effect envelope for PC Speaker output in SCUMM v5. | Johannes Schickel | |
2011-07-10 | SCI: Added Missing Detection Entry for "Slater And Charlie Go Camping" | D G Turner | |
This should fix bug #3359182 ("Game not found by 1.3.0") | |||
2011-07-10 | GRAPHICS: remove char/line spacing handling from sjis code | athrxx | |
(as discussed with LordHoto this should rather be handled in the engine) | |||
2011-07-09 | SCUMM: fix DS compilation | athrxx | |
2011-07-09 | SCUMM: Make use of graphics/sjis code for LOOM PCE sjis drawing | athrxx | |
Also move font rom loader to graphics/sjis and make the necessary changes there. | |||
2011-07-09 | SCUMM: cleanup sjis font rendering code | athrxx | |
2011-07-09 | Wii: Enable Virtual Keyboard for Wii and Gamecube in Configure. | D G Turner | |
This should avoid future bugs similar to #3358466 ("Wii: Virtual Keyboard doesnt show up"). | |||
2011-07-09 | SAGA: Removed several game flags, which are now found more reliably on the fly | Filippos Karapetis | |
- The logo screens of all ITE versions are shown correctly now - Wyrmkeep versions, demo versions with scene substitutes, demos with mono music and demo versions with LE VOX encoded voices are all found automatically now | |||
2011-07-09 | MOHAWK: Silence MSVC warnings | Filippos Karapetis | |
2011-07-09 | CREATE_PROJECT: Quote parameters in MSVC10 post-build step. | Alyssa Milburn | |
Also, do the same commands for Release and Debug. | |||
2011-07-08 | LASTEXPRESS: Simplify SoundQueue::updateQueue() | Littleboy | |
- Remove useless cache code - Use helper function to get the proper sound entry - Fix crash on using an invalid entry | |||
2011-07-08 | LASTEXPRESS: Prefix savegame filenames with "lastexpress" | Littleboy | |
2011-07-08 | LASTEXPRESS: Have LastExpress_ADPCMStream inherit directly from ↵ | Littleboy | |
Audio::ADPCMStream (as suggested by clone2727) | |||
2011-07-09 | TOON: Fix rare palette glitch during one frame after cutscene | sylvaintv | |
2011-07-09 | TOON: Fixed palette problem in LoadPicture | sylvaintv | |
Bug #3325272: "Toonstruck (Spanish) Bad Graphic in squirrel book" Was a "full" palette in spanish and a "half" palette in english version. Made it choose the good mode automatically based on color count. | |||
2011-07-09 | TOON: Fix bad character visibility after restore | sylvaintv | |
Bug #3307195: "TOON: Two instances of Flux Wildly" | |||
2011-07-08 | OPENPANDORA: Add explicit location for 'themepath' to the loader script. | David-John Willis | |
2011-07-08 | LASTEXPRESS: Replace existing decodeIMA calls by code using our custom set ↵ | Littleboy | |
of IMA and step tables | |||
2011-07-08 | LASTEXPRESS: Fix typo in filter table | Littleboy | |
2011-07-08 | SCUMM: Initial PC Speaker output implementation for SCUMM v5. | Johannes Schickel | |
This is *not* complete yet. | |||
2011-07-07 | OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND. | David-John Willis | |
2011-07-07 | OPENPANDORA: Update support scripts that create .PND distribution file. | David-John Willis | |
2011-07-07 | TSAGE: Add Spanish CD Detection Entry From Bug #3357777 | D G Turner | |
2011-07-07 | GPH: Add note to the README stored with 'mmuhack.o' for the GP2X | David-John Willis | |
explaining why the binary object is in the source tree. | |||
2011-07-07 | MOHAWK: Implement stringLen and substring LBCode functions. | Alyssa Milburn | |
2011-07-07 | MOHAWK: Handle cursor changes in kLBNotifyChangeMode. | Alyssa Milburn | |
2011-07-07 | MOHAWK: Maintain ordered list of LB items. | Alyssa Milburn | |
2011-07-07 | PS3: Fix comment | dhewg | |
2011-07-07 | DREAMWEB: Fixed ß in german version(typo) | Vladimir Menshakov | |
2011-07-07 | SCI: Applied patch #3357096 with minor modifications | Filippos Karapetis | |
This prevents a string pointer from getting invalidated under some circumstances in kString(Dup). Thanks to lephilousophe for the patch. | |||
2011-07-07 | MACOSX: Add i18n support for Mac OSX application menu | CeRiAl | |
2011-07-06 | COMMON: Update documentation comment for TaskbarManager slot | Littleboy | |
2011-07-06 | LASTEXPRESS: implement Sound::updateQueue() and all dependent functions | Eugene Sandulenko | |
2011-07-05 | Merge pull request #53 from tsoliman/dreamweb-disable-launcher-loading | Vladimir | |
DREAMWEB: disable load button in launcher | |||
2011-07-05 | DREAMWEB: disable load button in launcher | Tarek Soliman | |
2011-07-05 | MOHAWK: Allow setting LB cursors by name | Matthew Hoops | |
2011-07-04 | LASTEXPRESS: Move sound filtering to base Sound class | Littleboy | |
- Rename kSoundStatusRemoved to kSoundStatusClosed - Rename kSoundStatusClear2 to kSoundStatusCached - Remove sound cache handling | |||
2011-07-04 | CREATE_PROJECT: Remove copying of README-SDL in postbuild command script | Littleboy | |
2011-07-04 | NSIS: Handle case when the Games.dll plugin cannot be loaded (and skip ↵ | Littleboy | |
shortcut creation) | |||
2011-07-04 | NSIS: Register with game explorer on installation | Littleboy | |
2011-07-04 | DISTS: Add Windows Game Explorer xml resource | Littleboy | |
2011-07-04 | KYRA: cleanup last commit | athrxx | |
2011-07-04 | KYRA: fix pauseEngineIntern regression in MR | athrxx | |
2011-07-04 | KYRA: fix ingame menu save slots | athrxx | |
- long GMM save descriptions will be trimmed to fit the ingame menu save slots - prevent writing beyond the right margin in Kyra 1 save slots |