Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-14 | SCI: Fix LB2 'Bugs With Meat' lockup, bug #10730 | sluicebox | |
Fixes a lockup in the original game | |||
2018-10-14 | LASTEXPRESS: fix constants in sound serializer | Evgeny Grechnikov | |
Wrong enum member used: (status & 0x7000000) should be checked against 0x3000000, not against 3 (this is a check of sound type to skip menu sounds in savefiles). Activate delay should not be compared with sound volume; comparison with 0x8000000 is just a sanity check against overflow. | |||
2018-10-12 | PINK: removed unnecessary G key | Andrei Prykhodko | |
2018-10-12 | PINK: added missing sequencer update in Moving state | Andrei Prykhodko | |
2018-10-11 | AGI: Add Detection Entry for AGI Combat (Beta). | D G Turner | |
This fixes bug Trac #10739. | |||
2018-10-11 | AGI: Add Detection Entry for Sarien Test Demo. | D G Turner | |
This fixes bug Trac #10740. | |||
2018-10-11 | AGI: Clamp Graphics Blit into Screen Area. | D G Turner | |
Some games, especially fangames appear to blit to co-ordinates outside the screen area, which caused an assertion in the graphics backend. To prevent this and allow further debugging in these cases, we clamp this to the screen area. Note that there are several other locations which do backend graphics calls, so this may need to be applied elsewhere in the general case. This fixes bug Trac #10736. | |||
2018-10-11 | I18N: Update translations templates | Thierry Crozat | |
2018-10-11 | GUI: Fix Mouse Wheel Input for Unknown Game Dialog. | D G Turner | |
This should also fix this for other instances of ScrollContainer, though the dialogs / widgets may require the same change. This fixes bug Trac #10741. | |||
2018-10-10 | I18N: Update translations templates | Thierry Crozat | |
2018-10-10 | GUI: Disable Current View Selection Button in Save/Load Chooser. | D G Turner | |
Switching between List and Grid views causes a nasty redraw flicker. This also occurs if you press the button for the current view type. This patch does not fix the underlying refresh issue, but it does disable the button for the current view type as pressing this is not useful in any case. This is a partial fix for bug Trac #10441. | |||
2018-10-10 | I18N: Update translation (Italian) | scootergrisen | |
Currently translated at 100.0% (1000 of 1000 strings) | |||
2018-10-10 | I18N: Update translation (Galician) | scootergrisen | |
Currently translated at 93.3% (933 of 1000 strings) | |||
2018-10-10 | AGI: Fix ScummVM Quit if Return To Launcher from AGI Quit Dialog. | D G Turner | |
This is bug Trac #10735. | |||
2018-10-09 | CGE2: Allow Triggering of Carpet Workaround from Debug Console. | D G Turner | |
This allows the recovery of saved games with the dead-end condition from bug Trac #6842. | |||
2018-10-09 | CGE2: Add Script Workaround for Clothes Horse Carpet Bug. | D G Turner | |
This now allows the Carpet to be placed and removed from the Clothes Horse repeatedly, thus avoiding the dead-end when you do not beat the Carpet with the Racket on first attempt. This is bug Trac #6842. | |||
2018-10-08 | SCI: Add Detection Entry for Hoyles Classic Games for Laptops. | D G Turner | |
This is basically Hoyle 5, but may be missing the main menu so might require separate entries for each game i.e. cfg files. This is from bug Trac #10676. | |||
2018-10-08 | I18N: Update translation (Danish) | scootergrisen | |
Currently translated at 93.3% (933 of 1000 strings) | |||
2018-10-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-10-08 | SCI: Fix LB2CD Yvette/Tut murderless message | sluicebox | |
Fixes wrong message in cd versions, bug #10724 | |||
2018-10-08 | SCI: Fix LB2 Yvette/Tut premature murder message | sluicebox | |
Fixes wrong message in floppy versions, bug #10723 | |||
2018-10-08 | DS: Fix Compilation. | D G Turner | |
2018-10-07 | I18N: Update translation (Danish) | scootergrisen | |
Currently translated at 93.3% (933 of 1000 strings) | |||
2018-10-07 | DS: Fix Out Of Bounds Array Access Errors. | D G Turner | |
This is from bug Trac #10653. | |||
2018-10-07 | PSP: Fix Minor Memory Access Error and Leaks in Backend Code. | D G Turner | |
This is as per bug Trac #10654. | |||
2018-10-07 | I18N: Rename danish translations file | Thierry Crozat | |
2018-10-07 | MOHAWK: Show the closed gate on the 3rd channelwood level | Bastien Bouclet | |
The original game scripts are missing a delay. Fixes #10727. | |||
2018-10-07 | DEVTOOLS: Fix Performance Issue Warning in create_project. | D G Turner | |
This is the last fix for bug Trac #10655. | |||
2018-10-07 | DEVTOOLS: Fix Compiler Warnings in create_cryo tool. | D G Turner | |
Have compared output dat files from the tool before and after this change and they are identical. | |||
2018-10-07 | DEVTOOLS: Fix Compiler Warnings in create_access Tool. | D G Turner | |
These were various shadowed variable and unsigned vs. signed comparison warnings. | |||
2018-10-07 | DEVTOOLS: Fix Compiler Warning in extract_mort tool. | D G Turner | |
2018-10-07 | DEVTOOLS: Fix Possible Resource Leak in create_hugo tool. | D G Turner | |
This is part of the fix for bug Trac #10655. | |||
2018-10-06 | DEVTOOLS: Fix Missing Delete call in KYRA datfile creation tool. | D G Turner | |
This is part of the fix for bug Trac #10655. | |||
2018-10-06 | DEVTOOLS: Fix Missing Free in SCUMM fontdata tool. | D G Turner | |
This is part of the fix for bug Trac #10655. | |||
2018-10-06 | IOS: Correct Compilation Breakage From Last Commit. | D G Turner | |
2018-10-06 | IOS: Fix Closing Standard Output & Error Log File. | D G Turner | |
This is as per bug Trac #10656. | |||
2018-10-06 | SCI: Add Detection Entry for Space Quest 3 Variant. | D G Turner | |
2018-10-05 | SCI: Add Detection Entry for Codename ICEMAN Variant. | D G Turner | |
This is from bug Trac #10678. | |||
2018-10-05 | MOHAWK: Add Detection Entries For Two LB Game Variants. | D G Turner | |
These are from bug Trac #6745 "MOHAWK: Two unknown Living Book game variants..." | |||
2018-10-05 | ANDROID: Implement clipboard support | Cameron Cawley | |
2018-10-04 | MOHAWK: Add Detection Entry for Spanish Variant of Arthurs Birthday. | D G Turner | |
This is from Bug Trac #10705. | |||
2018-10-03 | COMPOSER: Add Detection Entry For Darby French Mac Variant. | D G Turner | |
This is from Trac #10399. | |||
2018-10-02 | SCUMM: MONKEY2: Skip extra code on FMTOWNS, fixes bug #2223 | Ben Castricum | |
2018-10-02 | SCI: Script patch for LB2 act 4 init, bug #10716 | sluicebox | |
Fixes a lockup in the original game | |||
2018-10-02 | GOB: Add Detection Entry for PCGames Ween Demo. | D G Turner | |
This is from Trac #10725, and the demo appears to be multilingual at least in terms of English and German, so adding two entries. | |||
2018-10-01 | I18N: Regenerate translations data file | Thierry Crozat | |
2018-09-29 | SCI: Script patch for LB2 armor inset, bug #10709 | sluicebox | |
Fixes missing messages in floppy version | |||
2018-09-28 | GUI: Fix mass add not showing some variants if one is already known | Bastien Bouclet | |
2018-09-26 | FULLPIPE: Fix For Memory Leak When Exiting Through Game Menu. | D G Turner | |
This fixes bug #10398 ("FULLPIPE: memory leak when exiting via in-game menu (not gmm)"). | |||
2018-09-26 | STARTREK: Add Detection Entry for English Demo. | D G Turner | |
This can be found at: https://archive.org/details/StarTrek25thAnniversaryDemo |