aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-05ANDROID: Remove commented workarounds for Nexus 1dhewg
Reports suggest that its working and not required
2011-04-05ANDROID: Remove code for paletted texturesdhewg
Unused now, because the performance isn't good enough on weak GLES drivers.
2011-04-05ANDROID: Use a faked paletted texture for CLUT cursorsdhewg
Same change as for the game screen, reduces CPU usage a little
2011-04-05TSAGE: Add scene 9450 (not perfect)strangerke
2011-04-05ANDROID: Temporarily enable GL error checksdhewg
There's a black screen issue on Samsung devices running 2.2.1 which I can not reproduce. Hopefully this helps hunting it down.
2011-04-05TSAGE: Reimplemented the old _sceneObjectListeners as _altSceneObjectsPaul Gilbert
2011-04-05GUI: Update the screen after handling eventsdhewg
Fixes crash on droid: game -> gmm -> save -> click entry (EVENT_SCREEN_CHANGED due to vkeybd beeing shown) -> delete -> confirm another EVENT_SCREEN_CHANGED gets in simultaneously (due vkeybd being deactivated) and the parent dialog updated Rects out of bounds.
2011-04-05SCI: Extended the script workaround for the sign reading script (bugs ↵md5
#3272735, #3275413)
2011-04-04SCUMM: Extend debug command 'object' to allow querying stateMax Horn
2011-04-04SCUMM: Extend workaround for bug #1668393 (see bug #3267665)Max Horn
2011-04-04ANDROID: Fix non-fullscreen corruption on HTC devices.Alyssa Milburn
HTC's drivers don't preserve the color buffer between frames (as allowed by the spec, apparently), so we have to force-clear it every frame when we're not rendering a texture over the whole screen.
2011-04-04SCUMM: Check for cutSceneStackPointer underflowsMax Horn
2011-04-04AGI: Avoid global constructors (due to global refs)Max Horn
2011-04-04COMMON: Fix (harmless) int <-> uint mismatchMax Horn
2011-04-04SCI: Initialize newPlane fully before adding it to _planesMax Horn
2011-04-04SCI: Added workaround for script bug #3272735 - "SCI: QFG2: Crash when ↵md5
typing 'read sign'"
2011-04-04TSAGE: Some work on fixing Scene 6100Paul Gilbert
2011-04-03TSAGE: Fix SpeakerGText, Add SpeakerOR, implement Scene9400strangerke
2011-04-03ANDROID: Always use the surface size for the overlaydhewg
When coming back from standby, there might be an indermediate surface change
2011-04-03ANDROID: Ignore unrelated surface changesdhewg
2011-04-03ANDROID: Helper define to debug hanging GLES callsdhewg
2011-04-03AGI: Added the Spanish version of SQ2 (bug report #3260349)md5
2011-04-03SCI: Fixed fading-related bugs #3267956 and #3041738md5
2011-04-03SCI: Show object names in the songlib console commandmd5
2011-04-03ANDROID: Log the ScummVM versiondhewg
2011-04-03GUI: ThemeEngine.cpp/.h formatting fixes.Johannes Schickel
2011-04-03TSAGE: Implemented Scene 5300 - Caverns - PitPaul Gilbert
2011-04-03SCI: Added a workaround for script bug #3268076 - "MOTHERGOOSE: Crash after ↵md5
finishing the game"
2011-04-03SCI: Fixed bug #3266480 and partially fixed bug #3041738md5
Hopefully, this will fix some of the oddities happening because of music fading
2011-04-03SCI: Changed debug console hotkey to Control-Shift-D instead of Control-D.md5
Applied from patch #3258985. The previous hotkey interfered with the hotkeys of some games (e.g. the "time of day" hotkey in QFG2, bug #3250996).
2011-04-03TSAGE: Fix movement bug with the ObjectMover2 classPaul Gilbert
2011-04-03Merge remote branch 'remotes/Strangerke/master' into tsagePaul Gilbert
Conflicts: engines/tsage/ringworld_logic.cpp engines/tsage/ringworld_logic.h
2011-04-03TSAGE: Implemented Scene 5200 - Caverns - Throne-roomPaul Gilbert
2011-04-02SCI: Fix Mac SCI32 picture transparencyMatthew Hoops
2011-04-03TSAGE: Implemented Scene 5100 - CavernsPaul Gilbert
2011-04-03TSAGE: Fix compilation break in previous commitPaul Gilbert
2011-04-03TSAGE: Fix use of PlayerMover2 classPaul Gilbert
2011-04-03TSAGE: Properly implemented the PlayerMover2 classPaul Gilbert
2011-04-03CRUISE: Fixed odd check, introduced in rev d83a83ef50md5
2011-04-02SCI: Fix SQ1 droid zapping issue with a script patch, thanks toLars Skovlund
dhewg for reporting.
2011-04-02MOHAWK: Fix issues with LB's hardcoded UI logic.Alyssa Milburn
2011-04-02Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
Conflicts: engines/tsage/module.mk engines/tsage/ringworld_logic.cpp
2011-04-02TSAGE: Implement Scene 9360, move Scene9350::Object1 to a separated ↵strangerke
subclass, Fix bug in scene 9350
2011-04-02MOHAWK: Minor grammar fixMatthew Hoops
2011-04-02MOHAWK: Fix title of Arthur's Teacher TroubleMatthew Hoops
2011-04-02ANDROID: Attempt at working around some HTC faildhewg
2011-04-02SCI: Replace not required emumidi headerdhewg
2011-04-02TSAGE: Fixed zoom problems with viewscreen in Scene 3700Paul Gilbert
2011-04-02TSAGE: Bugfixes for Scene 3700 - Remote ViewerPaul Gilbert
2011-04-02TSAGE: Fixed bug with decoding large compressed resourcesPaul Gilbert