aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-28SCI: Draw overlay text, if it exists (e.g. on buttons)Filippos Karapetis
2011-10-28SCI: Fixed text background color and text transparency for SCI32 gamesFilippos Karapetis
2011-10-28TSAGE: Blue Force - Inside gang car (415): rename object6Strangerke
2011-10-28TSAGE: Blue Force - Inside gang car (415): Fix 2 focus objects (missing ↵Strangerke
remove()).
2011-10-28TSAGE: Blue Force - Inside gang car (415): Fix a logic glitch, fix ↵Strangerke
overlapping text when using rap on bullets
2011-10-28AUDIO: Fix conditional compilation of maxtrax and tfmx code.Johannes Schickel
This is a regression from 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.
2011-10-28AUDIO: Adapt include guard names to the "new" directory name.Johannes Schickel
2011-10-28AUDIO: Slight adaptions of SID code to our guidelines.Johannes Schickel
This only touches #include usages and the include guard of sid.h.
2011-10-28ANDROID: Actually create the savegame directory.Alyssa Milburn
Not sure how this went missing from the commit. (cherry picked from commit fed26146a855fc79784c3df0ae3a1bf068fc2722)
2011-10-28GUI: Change scrollbar repeat handling from a timer proc to handleTickle.Johannes Schickel
This should be less heavy on timer usage and makes sure no race conditions will occur.
2011-10-28TSAGE: Blue Force - Gang arrest (410): Fix a couple of glitches in logic flowStrangerke
2011-10-28TSAGE: Blue Force - Gang arrest (scene 410) - Fix dialog color for passengerStrangerke
2011-10-28TSAGE: Silence GCC warningTorbjörn Andersson
2011-10-27SWORD1: Fix crash when using cutscene subtitles with mac versionThierry Crozat
It might have been simpler to add a bool to Text::makeTextSprite() to tell it to not byteswap the frame size when called from the movie player but I was not sure it was a good idea to have frames with different endianness stored in Text depending where they came from.
2011-10-27GUI: Enable EGA Undithering in global options dialogTarek Soliman
GUIO_EGAUNDITHER is a positive flag unlike the rest of the GUIO negative flags like GUIO_NOASPECT and GUIO_NOSPEECH. This means the gui option is only enabled if the flag exists. This caused the gui option to be disabled in the global options dialog due to the flag not existing in the global confman domain. It is an inconvenience and a regression IMHO to have to set this flag on a game by game basis with no option to set it globally and have the games override it. Thanks Strangerke for making me clarify. Thanks LordHoto for feedback on code style.
2011-10-27TSAGE: Implemented walk regions enabling/disabling for Blue ForcePaul Gilbert
2011-10-27TSAGE: Remove a debug trace erroneously left in ↵Strangerke
7d28b1a921c651eba52a997aec12fc451d09d353
2011-10-27RSAGE: BlueForce - Inside car: Rename a couple of variablesStrangerke
2011-10-27GUI: Slight formatting fix.Johannes Schickel
2011-10-27TEENAGENT: Added missing lock in music player, replaced protected with private.Vladimir Menshakov
2011-10-27TSAGE: Blue Force - Gang arrest: Fix a glitch, add some commentsStrangerke
2011-10-26TSAGE: Blue Force - Gang scene, fix Harrison text color, suppress useless ↵Strangerke
error()
2011-10-26TSAGE: Blue Force- Fix bug in previous commitStrangerke
2011-10-26TSAGE: Blue Force - Scene 410 (Gang arrest, day 1): rewrite Action4, fix ↵Strangerke
hang when trying to search the truck before the gang his in the police car
2011-10-26TSAGE: Bugfix for headless officers in BF Day 2 inspectionPaul Gilbert
2011-10-26TSAGE: Some bugfixes and field renaming for R2 scene 100Paul Gilbert
2011-10-26TSAGE: Bugfix for R2 to show inventory items in the user interfacePaul Gilbert
2011-10-26TSAGE: Expanded a lot of game Id checks for Blue Force to include Ringworld ↵Paul Gilbert
2 as well
2011-10-26TSAGE: Added R2 _shade and _effect fields to scene objects class.Paul Gilbert
2011-10-26SCI: Renamed GfxControls to GfxControls16Filippos Karapetis
2011-10-25ANDROID: Match versions when checking for plugins.Alyssa Milburn
2011-10-25ANDROID: Point the default savepath to external storage.Alyssa Milburn
(If that fails, fall back to a readable app-specific directory.)
2011-10-25ANDROID: Move from org.inodes.gus to org.scummvm.Alyssa Milburn
2011-10-25TSAGE: Blue Force - Fix logic of item1 and item6 in scene 370 (boat, bedroom)Strangerke
2011-10-25GUI: Fix search clear button when switching themes or resolution.Johannes Schickel
This only fixes the clear button of the launcher's search. For the other clear buttons this is would be a bit more work since they are embedded in tabs.
2011-10-25LAUNCHER: Fix MIDI override settingEugene Sandulenko
2011-10-25GUI: Show empty savepath as 'Default', not 'None'Eugene Sandulenko
2011-10-25LAUNCHER: Turned erase icon whiteEugene Sandulenko
2011-10-25GUI: Refactor clear buttonsEugene Sandulenko
2011-10-25GUI: Added clear button to pathsEugene Sandulenko
2011-10-25LAUNCHER: Improved clear soundfont buttonEugene Sandulenko
2011-10-25LAUNCHER: benefit from PicButton being derivative of ButtonEugene Sandulenko
2011-10-25GUI: Made PicButtonWidget derivative of ButtonWidgetEugene Sandulenko
2011-10-25LAUNCHER: Do not show clear image in classic themeEugene Sandulenko
2011-10-25TSAGE: Blue Force - Fix original bug when entering the boat with the gun ↵Strangerke
handy, day 1, with Harrison
2011-10-25TSAGE: Blue Force - Rename a couple of variables in scene 360Strangerke
2011-10-25TSAGE: Bugfix for not being able to walk around in some BF scenesPaul Gilbert
2011-10-25DOCS: Renamed the Spanish QuickStart to use just ANSI chars.Jordi Vilalta Prat
It seems it wasn't handled properly neither by Git nor by some filesystems, so we prefer playing on the safe side.
2011-10-25SCUMM: Initialize Sprite fields in constructor.Alyssa Milburn
This fixes a crash when HE games return from init() early due to the required color mode not being available.
2011-10-25TSAGE: Bugfix for black areas appearing in the user interface areaPaul Gilbert