Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | TSAGE: R2R - Very preliminary implementation of scene 1337 | Strangerke | |
2012-02-09 | GRAPHICS: Switch to integer based JPEG IDCT | Bastien Bouclet | |
Based on public domain code, and explanations from : http://halicery.com/jpeg/idct.html Thanks. | |||
2012-02-09 | GRAPHICS: Add support for JPEG files using a restart interval | Bastien Bouclet | |
Patch by Scott and clone2727 | |||
2012-02-09 | AUDIO: Add support for RAW PCM wave stream with an incomplete packet | Bastien Bouclet | |
The last incomplete packet is ignored | |||
2012-02-09 | VIDEO: Fix the BINK decoder to play file whose width is 24px | Bastien Bouclet | |
See https://ffmpeg.org/trac/ffmpeg/ticket/962 | |||
2012-02-09 | NEWS: Mention MT-32 emu update | Eugene Sandulenko | |
2012-02-09 | NEWS: Slight formatting fix | Eugene Sandulenko | |
2012-02-09 | MT32: Hooked up ScummVM MIDI gain | Eugene Sandulenko | |
2012-02-09 | MT32: Update MT-32 emulator to latest Munt code | Eugene Sandulenko | |
Several changes against original code were made. They were intentionally kept to the minimum | |||
2012-02-09 | KEYMAPPER: Fix re-selecting the top keymap | Tarek Soliman | |
Re-selecting the top entry would always populate the actions from the GUI keymap since it is the active keymap (the remap dialog itself is GUI) The top keymap was correct during RemapDialog::open() because the gui keymap had not been pushed to the stack yet. | |||
2012-02-09 | KEYMAPPER: Display active keymap stack in remap dialog popup list | Tarek Soliman | |
This should make it clear what keymaps are on the stack and in what order. Also renamed the label of the top "special" entry in the list to "(Effective)" since it displays the top keymap's action and also displays reachable mapped actions from other active keymaps. | |||
2012-02-08 | DREAMWEB: Remove uneeded duplicate function "printUnderMon". | D G Turner | |
2012-02-07 | Revert "SKY: Map the floppy intro track." | Alyssa Milburn | |
This reverts commit 0599145ecf92aeabf5bd4221a91761237f970323. This mapping was incorrect, 503 is the outro. | |||
2012-02-06 | TSAGE: Properly de-select inventory buttons when mouse has moved off before ↵ | Paul Gilbert | |
mouse is released. This fixes bug #3484777. | |||
2012-02-06 | TSAGE: Add detection entry for Blue Force Spanish CD | Paul Gilbert | |
2012-02-05 | KEYMAPPER: Fix active keymap name displayed in remap dialog | Tarek Soliman | |
This workaround no longer applies and is in fact causing a bug in the name of active keymap | |||
2012-02-05 | Doc: Update Czech README from patch #3482817 | Thierry Crozat | |
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 | |