Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-04 | SCUMM: Fix spelling of length | Joel Teichroeb | |
2012-04-04 | PARALLACTION: Fix spelling of length | Joel Teichroeb | |
2012-04-04 | COMMON: Fix spelling of length | Joel Teichroeb | |
2012-04-05 | KYRA: Silence const away cast warning by using non-const versions of strpbrk ↵ | Johannes Schickel | |
and strchr. | |||
2012-04-05 | GROOVIE: Do not cast away const qualifier. | Johannes Schickel | |
2012-04-05 | SWORD25: Do not cast away const qualifier. | Johannes Schickel | |
2012-04-05 | SCI: Do not cast away const qualifier. | Johannes Schickel | |
2012-04-04 | Merge pull request #221 from klusark/const | Johannes Schickel | |
Fix casting away const | |||
2012-04-04 | SCUMM/ARM: Fix crashes in ARM asm costume renderer | Willem Jan Palenstijn | |
It was possible to bypass the initialization of r11, and mask was being read before the corresponding bounds check. Thanks to fuzzie for analysis and LordHoto for testing. This fixes bug #3500023 and a crash in the DOTT ending. | |||
2012-04-04 | SCI: Bugfix for the GetAngle workarounds | Filippos Karapetis | |
Return a fake value instead of leaving random values in the accumulator | |||
2012-04-03 | GRAPHICS: Fix casting away const | Joel Teichroeb | |
2012-04-03 | SCUMM: Fix casting away const | Joel Teichroeb | |
2012-04-02 | AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in ↵ | Travis Howell | |
introduction. | |||
2012-04-02 | IPHONE: Use InternalEvent directly. | Johannes Schickel | |
2012-04-02 | IPHONE: Move event fetching implementation to iPhoneView. | Johannes Schickel | |
2012-04-02 | IPHONE: Protect access to the event list via a mutex. | Johannes Schickel | |
2012-04-02 | IPHONE: Use Common::List to store the event queue. | Johannes Schickel | |
2012-04-01 | Merge pull request #219 from bohm/master | David Turner | |
GUI: Scrollbar button highlighting fix. | |||
2012-04-01 | BASE: Construct empty String instead of using "". | Johannes Schickel | |
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 | AUDIO: Fix QDM2 extra data parsing | Matthew Hoops | |
2012-03-30 | COMMON: Clean up the QuickTime class a bit | Matthew Hoops | |
2012-03-30 | COMMON: Read in QuickTime extra data for SVQ3 | Matthew Hoops | |
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-29 | GUI: Fixed scrollbar button highlighting and positioning. | Martin Böhm | |
Fixes bug #3493324. | |||
2012-03-29 | IPHONE: Add some more debug printfs to graphics related OSystem functionality. | Johannes Schickel | |
2012-03-29 | GUI: Move "I18N" tagged comment to matching strings. | Johannes Schickel | |
The strings are not marked for translation, so I am not sure why the comments are tagged with I18N though. | |||
2012-03-29 | GUI: Add TODO/FIXME to PredictiveDialog::handleTickle. | Johannes Schickel | |
2012-03-29 | GUI: Remove unnecessary goto in PredictiveDialog code. | Johannes Schickel | |
2012-03-29 | GUI: Take advantage of Common::String::empty. | Johannes Schickel | |
2012-03-29 | GUI: Constify some parameters/methods in PredictiveDialog. | Johannes Schickel | |
2012-03-29 | GUI: Make some static strings in PredictiveDialog static + const. | Johannes Schickel | |
2012-03-29 | GUI: Don't typedef Common::String in PredictiveDialog code. | Johannes Schickel | |
2012-03-29 | GUI: Get rid of "using namespace Common" in predictivedialog.cpp. | Johannes Schickel | |
2012-03-29 | GUI: Formatting fixes in the PredictiveDialog code. | Johannes Schickel | |
2012-03-28 | Merge pull request #218 from singron/master | David Turner | |
SKY: Allow game to be loaded from main menu dialog while in-game control panel is open. (try 2) | |||
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 | OPENGL: Don't leak surfaces. | Alyssa Milburn | |
2012-03-28 | BASE: Free TTFLibrary singleton on shutdown. | Alyssa Milburn | |
This uses a helper function because TTFLibrary is internal. | |||
2012-03-28 | GRAPHICS: Take ownership of fonts passed to FontManager. | Alyssa Milburn | |
2012-03-28 | GRAPHICS: Don't try to delete static BDF data. | Alyssa Milburn | |
2012-03-28 | BASE: Destroy singletons on exit. | Alyssa Milburn | |