Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-07 | SCI: Fix pitch wheel bug in adlib driver | Walter van Niftrik | |
2019-08-07 | SCI: (ADL driver) - implement/fix voice mapping | athrxx | |
- Backport some code of waltervn's fork at his recommendation (taken from 97604200 and 4c3bfee5). That code has caught some bitrot and I were too lazy to manually resolve the merge conflicts. All changes have been re-checked with disasm. - Add initTrack() implementation for SCI0 EARLY/LATE - Minor cleanup - Please note that this commit does not fix any shortcomings of the SCI sound engine | |||
2019-08-07 | SCI: (ADL driver) - remove unused declaration | athrxx | |
2019-08-07 | SCI: error dialog for missing sound patch/driver files | athrxx | |
After implementing such a dialog into the fb01 driver it did make sense to me to also have this as a feature for all other aftermarket drivers/patches. So now the sound drivers can report missing files after the failed open() call which will then be displayed in a dialog. Which will at least be more helpful than our usual error messages... | |||
2019-08-07 | SCI: (FB01 sound driver) - several fixes | athrxx | |
Fix SCI0 (LATE/EARLY) variants of the driver which were broken (didn't play at all). This might be of my own doing, since I introduced the initTrack() method into the driver class and the fb01 driver didn't have one so far. SCI1 didn't seem to require much fixing. I modified some things according to my findings in the driver disasms. QFG2 and JONES seem to be fine. I am not too happy with KQ5. It has volume issues, but they might be present in the original, too. I also added an isOpen() check and a mutex to avoid threading issues. When aborting SCI (either quitting ScummVM or returning ot the launcher) while using the fb01 driver I frequently (more often than not) got the assert from backends/midi/windows.cpp, line 95. This fixes that. I've done plenty of checks and experiments with the sound bank initialization. But I found no bugs or possible improvements there. Hard to tell whether the sound is right. That device seems to have a mind of its own... | |||
2019-08-07 | AUDIO: (FM-Towns/PC98) - cleanup mutex handling | athrxx | |
2019-08-07 | SCI: (FM-Towns sound driver) - fix pitchwheel glitch | athrxx | |
Pitchwheel and channel volume settings need to be updated when the channels get reassigned. This bug caused faulty music at least in KQ5 when walking from the dwarves scene into the harp playing tree scene. | |||
2019-08-06 | WINTERMUTE: Fix detection for Chinese reversion2 | aviloria | |
WINTERMUTE: Fix detection for Chinese reversion2 Current "data.dcp" infromation is from reversion1 and not from reversion2 game... surely a C&P mistake | |||
2019-08-05 | CRYOMNI3D: Add detection for French DOS version from ticket #11035 | Thierry Crozat | |
2019-08-04 | SCI: Update SQ4 swimAndShoot workaround | sluicebox | |
Remove room number from swimAndShoot room 411 workarounds to be consistent with room 410 and handle case where script runs after room number changes | |||
2019-08-04 | GLK: Create an intermediate TextWindow base class for text windows | Paul Gilbert | |
This will make it easier to check whether a window is textual without having to check for both the grid & buffer classes explicitly | |||
2019-08-04 | GLK: FROTZ: Fix crash in Arthur intro | Paul Gilbert | |
2019-08-04 | GLK: FROTZ: V6 window creation so Arthur intro now progresses further | Paul Gilbert | |
2019-08-04 | GLK: FROTZ: Fix positioning of Arthur title screen | Paul Gilbert | |
2019-08-04 | SCI: Fix CAMELOT sword sheathing during room change | sluicebox | |
Fixes bug #11042 | |||
2019-08-04 | MADS: Implement V2 DynamicHotspots::add() | Filippos Karapetis | |
2019-08-04 | MADS: Draw the portrait in V2 game dialogs | Filippos Karapetis | |
2019-08-03 | HOPKINS: Fix GCC Compilation Warning from memset usage | D G Turner | |
2019-08-02 | GLK: FROTZ: Title screen for Arthur is partially showing | Paul Gilbert | |
2019-08-02 | GLK: Fix VS uninitialized field warnings | Paul Gilbert | |
2019-08-02 | GLK: GLULXE: Fix VS packing warnings | Paul Gilbert | |
2019-08-02 | GLK: Remove unused _vm field of Debugger | Paul Gilbert | |
2019-08-02 | BLADERUNNER: Restore nu-sooch dumped comment | Thanasis Antoniou | |
2019-08-01 | GLK: Properly handle Blorb images that have an adaptive palette | Paul Gilbert | |
2019-08-01 | GLK: Added Blorb mapping to the optional adaptive palette list | Paul Gilbert | |
2019-08-01 | SCI: Fix LB2 coal message in room 720 | sluicebox | |
2019-08-01 | SHERLOCK: SS: Add French version detection | Paul Gilbert | |
2019-08-02 | TEENAGENT: Add debug commands to play voices and sound effects | Cameron Cawley | |
2019-08-02 | BLADERUNNER: Make use of new text wrapping functionality | Thanasis Antoniou | |
Even width length for subtitle lines, but prioritize explicit new lines if present | |||
2019-08-01 | TEENAGENT: Add the music directory to the search path | Cameron Cawley | |
Needed by the GOG CD version. | |||
2019-08-01 | SCI: Fix ICEMAN 'Climb down hatch' | sluicebox | |
Fixes bug #11039 | |||
2019-07-31 | SCI: Fix LB1 fingerprint copy protection | sluicebox | |
2019-07-30 | QUEEN: Skip talk on right click | Niv Baehr | |
2019-07-30 | GLK: Pass picNum to format() for the pic%d.rect case as well. | Torbjörn Andersson | |
2019-07-29 | GLK: Fix illegal characters in detection entries | Paul Gilbert | |
2019-07-29 | GLK: Implemented debugger dumppic command | Paul Gilbert | |
2019-07-29 | GLK: Added skeleton debugger | Paul Gilbert | |
2019-07-29 | BLADERUNNER: Fix AmigaOS compilation (attempt 2) | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix compile for AmigaOS | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix unsorted args for getRandomNumberRng | Thanasis Antoniou | |
Fix for bug #11034 | |||
2019-07-29 | BLADERUNNER: Remove buzz at transition PS11 to PS10 | Thanasis Antoniou | |
2019-07-29 | BLADERUNNER: Fix Izo getting stuck in RC03 | Thanasis Antoniou | |
Bug case was for when he runs away (Steele is blocked) | |||
2019-07-28 | XEEN: Change English detection entries from testing to stable | Paul Gilbert | |
2019-07-28 | GLK: FROTZ: Fix loading transparent PNGs from Blorb files | Paul Gilbert | |
2019-07-28 | BLADERUNNER: Prevent McCoy from running to BB10 before Sadik | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: Close MODE.MIX if ScummVM is closed during ESPER | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: Clean up KIA at endgame and playerDied | Thanasis Antoniou | |
2019-07-28 | BLADERUNNER: prevent seg fault when opening KIA | Thanasis Antoniou | |
Only if a restored content save was loaded in original game mode | |||
2019-07-28 | SUPERNOVA: Attempt to fix compilation for Nintendo Switch | Thierry Crozat | |
2019-07-28 | SUPERNOVA: Fix most of Codacy issues | Jaromir Wysoglad | |
* Fix mismatched delete in create_image.cpp * Add shebangs to create_ms2_data.***.sh * Reduce scopes of some variables * Substitute bitwise and for logical and in GamaManager2::passageConstruction |