Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-04 | TOUCHE: Add charset debug channel | Willem Jan Palenstijn | |
This is intended to help debug the missing Spanish characters reported in #2040311 and #3483383. | |||
2012-02-03 | GUI: Put bitmap items in the on-screen draw queue when doing buffering. | Johannes Schickel | |
This fixes bug #3482461 "GUI: X image on clear buttons might be vanishing". I am afraid I can't really tell why this fixes the bug though. This is a backport of a small part of MaximRussia's changes to the queueing code. So thanks to him for this fix. | |||
2012-02-03 | ANDROID: Add faked input delay. | Alyssa Milburn | |
This adds an artificial delay for mouse up events to make engines like Gob work, similar to the iPhone fix in b3062b5e. | |||
2012-02-02 | KEYMAPPER: Handle EVENT_MAINMENU directly | Tarek Soliman | |
2012-02-02 | KEYMAPPER: Allow simple events to be added to an Action | Tarek Soliman | |
This also simplifies the Action code a little bit | |||
2012-02-02 | COMMON: Fix comment typo | Tarek Soliman | |
2012-02-02 | HUGO: Fix keyHandler (noticed by Strangerke). | Alyssa Milburn | |
2012-02-02 | GRAPHICS: Obtain pointer to dst surface after bounds checks in TTF renderer. | Johannes Schickel | |
This should really make sure we are not drawing outside the surface bounds. | |||
2012-02-02 | GRAPHICS: Use monochrome font hinter for TTF's monochrome loading. | Johannes Schickel | |
2012-02-02 | TSAGE: R2R - Avoid a crash in scene 700 | Strangerke | |
2012-02-01 | TSAGE: R2R - Implement scene 700 | Strangerke | |
2012-02-01 | Revert "BASE: Get rid of unecessary friend in PluginManagerUncached." | Alyssa Milburn | |
This reverts commit 1e0de79cf54f2483c819584033ae3405ea7e8011. The only available constructor for PluginManagerUncached is protected, so this broke the builds using it. | |||
2012-02-01 | BASE: Get rid of unecessary friend in PluginManagerUncached. | Johannes Schickel | |
2012-02-01 | ENGINES: Get rid of unnecessary friend in EngineManager. | Johannes Schickel | |
2012-01-31 | TSAGE: R2R - Implement scene 900 | Strangerke | |
2012-01-31 | CREDITS: Added Daniel Balsom which is a stupid overlook | Eugene Sandulenko | |
2012-01-31 | TSAGE: Minor cleanups for R2R scene 180 | Paul Gilbert | |
2012-01-31 | TSAGE: Implement R2R Scene 205 - Star-field Credits | Paul Gilbert | |
2012-01-31 | TSAGE: Properly handle resetting flags when leaving a scene | Paul Gilbert | |
2012-01-31 | TSAGE: R2R - Fix a couple of compilation errors not detected by MSVC | Strangerke | |
Thanks Kirben for pointing those | |||
2012-01-30 | TSAGE: R2R - Implement scene 600 | Strangerke | |
2012-01-30 | GUI: Work around bug #3481395. | Johannes Schickel | |
The bug in question is: "LAUNCHER: Can't quit from unsupported game dialog". | |||
2012-01-30 | KYRA: (EOB) - fix typo | athrxx | |
2012-01-30 | TSAGE: R2R - Implement scene 525 | Strangerke | |
2012-01-30 | TSAGE - R2R: Implement scene 1750 | Strangerke | |
2012-01-31 | BUILD: The Windows installer will add a symbolic link to standard savegames ↵ | Travis Howell | |
area in Windows Vista/7. | |||
2012-01-31 | DOC: Add notes about migration batch file for Windows users. | Travis Howell | |
2012-01-30 | TSAGE: R2R - Implement scene 3500 | Strangerke | |
This required a fix for direct draw code | |||
2012-01-29 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-01-29 | DOCS: Updated German README (Liesmich) and NEWS (Neues). | Simon Sawatzki | |
2012-01-29 | I18N: Updated German translation. | Simon Sawatzki | |
2012-01-29 | KYRA: Remove unnecessary semicolon | Torbjörn Andersson | |
2012-01-29 | TOLTECS: Some formatting fixes. | Torbjörn Andersson | |
2012-01-29 | GUI: Slight formatting fix. | Johannes Schickel | |
2012-01-29 | GUI: Fix compilation with --disable-translation. | Johannes Schickel | |
2012-01-29 | SCI: Remove unnecessary break after return statement. | Johannes Schickel | |
2012-01-29 | SWORD25: Return 0 instead of false in Screenshot::createThumbnail. | Johannes Schickel | |
This should "fix" a g++ warning. | |||
2012-01-29 | AUDIO: Return 0 instead of false in Tfmx::loadSampleFile. | Johannes Schickel | |
This should "fix" a g++ warning. | |||
2012-01-29 | COMMON: Return 0 instead of false in FSNode::createReadStream. | Johannes Schickel | |
This should "fix" some g++ warnings. | |||
2012-01-29 | KYRA: Prevent unnecessary removal of const in some casts. | Johannes Schickel | |
2012-01-29 | GUI: Add GNU FreeFont TTFs for use with our modern theme. | Johannes Schickel | |
2012-01-29 | GUI: Fix anti-aliased font drawing of checkbox/radio button texts. | Johannes Schickel | |
Formerly the text background was not restored thus every time it got redrawn the text got thicker. | |||
2012-01-29 | GRAPHICS/GUI: Implement charset mapping for TTF fonts. | Johannes Schickel | |
The charsets used by the translations now need to have a "$(name).cp" file, which contains an charset index => unicode mapping. Otherwise create_translations will fail. | |||
2012-01-29 | GRAPHICS/GUI: Implement kerning support for Font. | Johannes Schickel | |
This adapts the related graphics code, which is the generic Font API and the TTF font implementation. It furthermore adapts the GUI to properly take care of kerning in text input widgets. | |||
2012-01-29 | GUI: Add support for loading TTF files with ISO-8859-1 charset. | Johannes Schickel | |
2012-01-29 | GRAPHICS: Add a TTF font class using FreeType2. | Johannes Schickel | |
2012-01-29 | SCUMM: Add script number differences in SCUMM V0, for two work arounds in ↵ | Travis Howell | |
Maniac Mansion. | |||
2012-01-29 | GOB: Fix a segfault | Sven Hesse | |
2012-01-29 | GOB: Add a cheat debug command | Sven Hesse | |
- Cheat the Diving minigame to a win - Get the mastermind solution | |||
2012-01-28 | GOB: Pick the pearl at the right frame of the animation | Sven Hesse | |
And make the pearl picking a bit less...picky. |