aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-25AGI/COMMON: Fixed bug #3407308 - "AGI: SQ2: Saving allowed in autosave slot ↵Filippos Karapetis
0 from scummvmmenu" The save/load dialog code was not polling for meta info for empty slots
2011-09-25TsAGE: Implement scene 920Strangerke
2011-09-25TSAGE: Bugfix for Blue Force scene 50Paul Gilbert
2011-09-25TSAGE: Bugfixes for Blue Force scene 315Paul Gilbert
2011-09-25TSAGE: Bugfixes for Blue Force scene 370Paul Gilbert
2011-09-25TSAGE: Bugfixes for Blue Force scene 360Paul Gilbert
2011-09-25TSAGE: Bugfixes for Blue Force scene 355Paul Gilbert
2011-09-25SCI: Bugfix for the palette of Longbow Amiga (still not right)Filippos Karapetis
2011-09-25AGOS: Fix loading VGA files from InstallShield cab file.Travis Howell
2011-09-25TSAGE: Cleanup of variable/method names in Blue Force scene 355Paul Gilbert
2011-09-25TSAGE: Moved the _bgSceneObjects list from SceneManager to Scene.Paul Gilbert
This fixes a problem with Blue Force savegames in that they were being loaded too early, and being destroyed as the game scene was then loaded.
2011-09-25TSAGE: Fix Valgrind warningsPaul Gilbert
2011-09-24SCI: Always reset hold when starting a new song. Fixes bug #3413589 - "SCI: ↵Filippos Karapetis
KQ6CD: Game stops responding in the catacombs" kDoSoundSetHold is always called after kDoSoundPlay. A regression from commit 4f3b85f4efc05affb7b4a7080e349360a3352048
2011-09-24MOHAWK: Remove erroneous executable name from a detection entryMatthew Hoops
2011-09-24MOHAWK: Add Detection Entry for LBv3 games from bug #3413119.D G Turner
These will not start yet, so maybe they should be marked as GF_UNSTABLE?
2011-09-24TSAGE: Bugfix for loading Blue Force scene 900Paul Gilbert
2011-09-24TSAGE: Bugfixes for displaying the Blue Force UIPaul Gilbert
2011-09-24PS3: Add a target to push ScummVM to the PS3 over the network using ps3load.Bastien Bouclet
ps3load now works on FW 3.55 using the lastest ps3toolchain
2011-09-24TSAGE: Fixed the priority of the Blue Force Driver speakerPaul Gilbert
2011-09-24TSAGE: Fixed the yacht in Blue Force scene 350 to be in the backgroundPaul Gilbert
2011-09-24TSAGE: Fixed core engine display of background scene objectsPaul Gilbert
2011-09-24TSAGE: Bugfix for Blue Force conversation sequences launched on the player ↵Paul Gilbert
object
2011-09-24TSAGE: Bugfix for partner arriving on-screen incorrectlyPaul Gilbert
2011-09-24TSAGE: Further bugfixes for item actions in Blue Force scene 900Paul Gilbert
2011-09-24TSAGE: Bugfixes and cleanup for Blue Force scene 900Paul Gilbert
2011-09-24SCI: Fixed timer bug #3127824 - "SCI: speed problem - Castle of Dr Brain"Filippos Karapetis
2011-09-23TSAGE: Fix setAction call.Alyssa Milburn
2011-09-23TSAGE: Implement Blue Force Scene 900Strangerke
2011-09-23AUDIO: Sync DOSBox OPL code a bit.Johannes Schickel
This only touches a line which is not used in the current setup.
2011-09-23NEWS: Add some missing dots + a missing new line.Johannes Schickel
2011-09-23Merge pull request #87 from SimSaw/masterEugene Sandulenko
DOCS: Added German translation of NEWS file
2011-09-23OPENGLSDL: Make fullscreen mode switching work again.Johannes Schickel
2011-09-23DOCS: Added German NEWS (Neues).Simon Sawatzki
2011-09-23SCI21: Added some skeleton code for offsetting pictures vertically (not ↵Filippos Karapetis
working yet). Some cleanup
2011-09-23SCI21: Marked kNewRoom as a debug functionFilippos Karapetis
2011-09-23Merge pull request #86 from tsoliman/maemo-master-rebased-2Eugene Sandulenko
MAEMO: New version of the port
2011-09-23SCI: Fixed bug #3413301 - "SCI: KQ6CD: Game stops responding at the bookworm"Filippos Karapetis
2011-09-23MOHAWK: Add missing Living Book detection entry from bug #3413119.D G Turner
2011-09-23TSAGE: Bugfix for properly exiting scenes via hotspotsPaul Gilbert
2011-09-23TSAGE: Fixes for conversation in Blue Force scene 340Paul Gilbert
2011-09-23TSAGE: Added new code to scene handler to handle player sequence executionPaul Gilbert
2011-09-23TSAGE: Fixed NPC variable naming in Blue Force scene 340Paul Gilbert
2011-09-22MAEMO: enable virtual keyboard and add keymappingTarek Soliman
2011-09-22MAEMO: Enable/Disable clicking now displays OSD messageTarek Soliman
2011-09-22MAEMO: Zoom- is now mode selector for clickingTarek Soliman
2011-09-22MAEMO: fix task switcher window titleTarek Soliman
2011-09-22MAEMO: keymap zoom+ and zoom- keys to right and middle clickTarek Soliman
2011-09-22MAEMO: keymap fullscreen buttonTarek Soliman
2011-09-22MAEMO: initial keymapper that keymaps menu buttonTarek Soliman
2011-09-22MAEMO: fix configure script parms in debian/rulesTarek Soliman
Instead of explicitly passing everything, use the new host=maemo configure capabilities