Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-05 | TSAGE: Clean up the dead code introduced for R2R | Paul Gilbert | |
2012-02-05 | TSAGE: Fix problem with scrolling wide scenes. | Paul Gilbert | |
2012-02-04 | KEYMAPPER: Fix annoying debug message | Tarek Soliman | |
2012-02-05 | TSAGE: Initial implementation of R2R Scene 180 | Paul Gilbert | |
2012-02-04 | KEYMAPPER: Added Toggle FullScreen action | Tarek Soliman | |
2012-02-04 | TOUCHE: Add two missing accented letters to Spanish charset. | Willem Jan Palenstijn | |
The A-acute, I-acute, O-acute and U-acute seem to be missing from the font, and are now all remapped to their unaccented ASCII variants. I and A were added by 303333352a3, and this patch adds O and U. This is assuming the CP850 encoding, which is not entirely verified. See bugs #2040311 and #3483383. | |||
2012-02-04 | QUEEN: Fix clicking at the pinnacle. | Alyssa Milburn | |
Check where the click was *before* scrolling the view, so that it works with a touchscreen. Also, check shouldQuit() here. | |||
2012-02-04 | MAEMO: Add detection entry for the Nokia 700 running OS2008HE | Tarek Soliman | |
This allows the Nokia 770 running OS2008HE to be used. Fixes bug#3483921 "Volume rocker do no emulate keypress as it used" | |||
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. |