aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-09VIDEO: Fix the BINK decoder to play file whose width is 24pxBastien Bouclet
See https://ffmpeg.org/trac/ffmpeg/ticket/962
2012-02-09NEWS: Mention MT-32 emu updateEugene Sandulenko
2012-02-09NEWS: Slight formatting fixEugene Sandulenko
2012-02-09MT32: Hooked up ScummVM MIDI gainEugene Sandulenko
2012-02-09MT32: Update MT-32 emulator to latest Munt codeEugene Sandulenko
Several changes against original code were made. They were intentionally kept to the minimum
2012-02-09KEYMAPPER: Fix re-selecting the top keymapTarek 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-09KEYMAPPER: Display active keymap stack in remap dialog popup listTarek 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-08DREAMWEB: Remove uneeded duplicate function "printUnderMon".D G Turner
2012-02-07Revert "SKY: Map the floppy intro track."Alyssa Milburn
This reverts commit 0599145ecf92aeabf5bd4221a91761237f970323. This mapping was incorrect, 503 is the outro.
2012-02-06TSAGE: Properly de-select inventory buttons when mouse has moved off before ↵Paul Gilbert
mouse is released. This fixes bug #3484777.
2012-02-06TSAGE: Add detection entry for Blue Force Spanish CDPaul Gilbert
2012-02-05KEYMAPPER: Fix active keymap name displayed in remap dialogTarek Soliman
This workaround no longer applies and is in fact causing a bug in the name of active keymap
2012-02-05Doc: Update Czech README from patch #3482817Thierry Crozat
2012-02-05TSAGE: Clean up the dead code introduced for R2RPaul Gilbert
2012-02-05TSAGE: Fix problem with scrolling wide scenes.Paul Gilbert
2012-02-04KEYMAPPER: Fix annoying debug messageTarek Soliman
2012-02-05TSAGE: Initial implementation of R2R Scene 180Paul Gilbert
2012-02-04KEYMAPPER: Added Toggle FullScreen actionTarek Soliman
2012-02-04TOUCHE: 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-04QUEEN: 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-04MAEMO: Add detection entry for the Nokia 700 running OS2008HETarek 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-04TOUCHE: Add charset debug channelWillem Jan Palenstijn
This is intended to help debug the missing Spanish characters reported in #2040311 and #3483383.
2012-02-03GUI: 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-03ANDROID: 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-02KEYMAPPER: Handle EVENT_MAINMENU directlyTarek Soliman
2012-02-02KEYMAPPER: Allow simple events to be added to an ActionTarek Soliman
This also simplifies the Action code a little bit
2012-02-02COMMON: Fix comment typoTarek Soliman
2012-02-02HUGO: Fix keyHandler (noticed by Strangerke).Alyssa Milburn
2012-02-02GRAPHICS: 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-02GRAPHICS: Use monochrome font hinter for TTF's monochrome loading.Johannes Schickel
2012-02-02TSAGE: R2R - Avoid a crash in scene 700Strangerke
2012-02-01TSAGE: R2R - Implement scene 700Strangerke
2012-02-01Revert "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-01BASE: Get rid of unecessary friend in PluginManagerUncached.Johannes Schickel
2012-02-01ENGINES: Get rid of unnecessary friend in EngineManager.Johannes Schickel
2012-01-31TSAGE: R2R - Implement scene 900Strangerke
2012-01-31CREDITS: Added Daniel Balsom which is a stupid overlookEugene Sandulenko
2012-01-31TSAGE: Minor cleanups for R2R scene 180Paul Gilbert
2012-01-31TSAGE: Implement R2R Scene 205 - Star-field CreditsPaul Gilbert
2012-01-31TSAGE: Properly handle resetting flags when leaving a scenePaul Gilbert
2012-01-31TSAGE: R2R - Fix a couple of compilation errors not detected by MSVCStrangerke
Thanks Kirben for pointing those
2012-01-30TSAGE: R2R - Implement scene 600Strangerke
2012-01-30GUI: Work around bug #3481395.Johannes Schickel
The bug in question is: "LAUNCHER: Can't quit from unsupported game dialog".
2012-01-30KYRA: (EOB) - fix typoathrxx
2012-01-30TSAGE: R2R - Implement scene 525Strangerke
2012-01-30TSAGE - R2R: Implement scene 1750Strangerke
2012-01-31BUILD: The Windows installer will add a symbolic link to standard savegames ↵Travis Howell
area in Windows Vista/7.
2012-01-31DOC: Add notes about migration batch file for Windows users.Travis Howell
2012-01-30TSAGE: R2R - Implement scene 3500Strangerke
This required a fix for direct draw code
2012-01-29I18N: Regenerate translations data fileThierry Crozat