Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-06 | PEGASUS: Use an Array instead of a List for NotificationReceivers | Matthew Hoops | |
Fixes occasional crashes with the norad sub controls. CodeWarrior's iterators used indices unlike our List iterators, thus necessitating the change here. | |||
2012-04-06 | PEGASUS: Silence an MSVC warning | Matthew Hoops | |
2012-04-06 | PEGASUS: More MSVC "fixes" | Matthew Hoops | |
2012-04-06 | PEGASUS: Attempt to fix compilation on MSVC | Matthew Hoops | |
2012-04-06 | PEGASUS: Fix setChar() call fail | Matthew Hoops | |
Thanks to Tommy for reporting | |||
2012-04-05 | PEGASUS: Silence a gcc 4.6 warning | Matthew Hoops | |
2012-04-05 | PEGASUS: Warn when a sound file can't be found | Matthew Hoops | |
2012-04-03 | PEGASUS: Fix file permissions | Matthew Hoops | |
2012-04-03 | PEGASUS: Add safety check around decodeNextFrame() when playing the Bandai logo | Matthew Hoops | |
2012-04-03 | PEGASUS: Implement saving/restoring the in-game AI data | Matthew Hoops | |
AI data should now be restored properly after the space chase | |||
2012-04-02 | PEGASUS: Remove some ancient svn tags | Matthew Hoops | |
2012-04-02 | PEGASUS: Add 'Demo' to the demo's extra field | Matthew Hoops | |
2012-04-02 | PEGASUS: Add some braces | Matthew Hoops | |
Silences digitall's compiler :P | |||
2012-04-02 | PEGASUS: Remove some useless const modifiers | Matthew Hoops | |
Thanks to digitall for spotting | |||
2012-04-02 | PEGASUS: Remove stray semicolon | Matthew Hoops | |
2012-04-02 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-04-02 | AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in ↵ | Travis Howell | |
introduction. | |||
2012-04-01 | AGOS: Fix bug #3512776 - SIMON1DOS French: Subtitle glitch in introduction. | Travis Howell | |
2012-04-01 | SCI: Add workaround for SQ1SCI to fix engine abort in bug #3513765. | D G Turner | |
This occurs while Roger is trying to move around the Pilot Droid in Ulence Flats. | |||
2012-04-01 | SCI: Change the fix for the SQ1 PAvoider call to apply in all rooms again | Filippos Karapetis | |
This bad call can be made in all rooms in Ulence Flats, after getting the Pilot Droid. Properly fixes script bug #3513207 | |||
2012-03-31 | ENGINES: Return all available custom GUI options if no target is specified | Filippos Karapetis | |
This is used to set default settings for all custom game options when an engine starts | |||
2012-03-31 | SCI: Make sure that the disable_dithering key exists | Filippos Karapetis | |
2012-03-31 | SCI: Fix workaround for bug #3513207 | Filippos Karapetis | |
The associated call contains too few parameters, thus it shouldn't be made at all | |||
2012-03-31 | SCI: Minor formatting fix to workarounds table. | D G Turner | |
2012-03-31 | SCI: Add workaround for SQ1SCI to fix engine abort in bug #3513207. | D G Turner | |
This occurs while Roger is trying to move around the Pilot Droid in various narrow cases. | |||
2012-03-30 | GOB: Add a Spanish Amiga version of Gobliins 2 | Sven Hesse | |
As supplied by aldozx in the forums. | |||
2012-03-30 | SKY: Minor formatting fix. | D G Turner | |
2012-03-28 | SKY: Allow game to be loaded from main menu dialog while in-game control ↵ | Eric Culp | |
panel is open. Fixes bug #3448294 | |||
2012-03-28 | CGE: Close memory leak in savegame loading. | D G Turner | |
2012-03-28 | CGE: Close memory leak in sound Fx caching.. | D G Turner | |
2012-03-28 | CGE: Close memory leak in savegame thumbnail loading. | D G Turner | |
2012-03-27 | AGI: Add played time information to saved games | Filippos Karapetis | |
2012-03-27 | AGI: Use the ScummVM dialogs for saving/loading | Filippos Karapetis | |
An option has been added to use the original ones, if needed | |||
2012-03-27 | DREAMWEB: Slight cleanup of DreamWebEngine::animPointer() | Filippos Karapetis | |
2012-03-26 | AGI: Fix compilation on NDS, broken due to predictive text changes. | D G Turner | |
2012-03-26 | QUEEN: Implement saving/loading during runtime from the GMM | Filippos Karapetis | |
2012-03-25 | Merge pull request #214 from BenCastricum/master | Eugene Sandulenko | |
SCUMM: More HE games detection fixes | |||
2012-03-25 | Merge pull request #216 from bluegr/gui_undither_move | Eugene Sandulenko | |
GUI: Change the undithering checkbox to be an engine-specific option | |||
2012-03-25 | SCI: Fix cursor coordinates for SCI01. Fixes a crash in KQ1 (bug #3503932) | Filippos Karapetis | |
2012-03-25 | GUI: Change the undithering checkbox to be an engine-specific option | Filippos Karapetis | |
2012-03-25 | DREAMWEB: Rename the dreamweb_originalsaveload option to originalsaveload | Filippos Karapetis | |
This changes its naming to be like the rest of the game options | |||
2012-03-25 | SCI: Rename the sci_originalsavedload option to originalsaveload | Filippos Karapetis | |
This changes its naming to be like the rest of the game options | |||
2012-03-25 | KYRA: Fix game option comments | Filippos Karapetis | |
2012-03-25 | SCI: Hook up the digital SFX and CD audio options | Filippos Karapetis | |
The relevant code wasn't added in the newer commits - this was an oversight from my part | |||
2012-03-25 | SWORD2: Add a custom game option to toggle object labels | Filippos Karapetis | |
2012-03-25 | SKY: Only show the option for the alternative intro in the CD version | Filippos Karapetis | |
2012-03-25 | QUEEN: Only show the option for the alternative intro in the CD version | Filippos Karapetis | |
2012-03-25 | SKY: Add gui-option for alt-intro | Torbjörn Andersson | |
Ideally, this should only be added for the CD version but I don't think we have any mechanism for telling the CD and floppy versions apart. | |||
2012-03-25 | QUEEN: Add GUI option for alt-intro | Torbjörn Andersson | |
Ideally, this should only be added to the CD version but I don't think we provide any mechanism for telling the CD and floppy versions apart. | |||
2012-03-25 | GUI: Move predictive dialog to common gui | Oleksiy Kurochko | |