aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-26VOYEUR: Fix some more uninitialized variablesStrangerke
2014-02-26VOYEUR: Fix a couple of uninitialized variables in RL2VideoTrack and ↵Strangerke
GraphicsManager
2014-02-25AVALANCHE: Rework define() and the constants in ShootEmUp.uruk
2014-02-25VOYEUR: Add some details about unused variables, initialize some variablesStrangerke
2014-02-25AVALANCHE: Repair ShootEmUp::escapeCheck().uruk
2014-02-25AVALANCHE: Move initializations from ShootEmUp::setup() to the constructor.uruk
2014-02-25AVALANCHE: Rework use of Common::Rect.uruk
Now the right and bottom coordinates of the rectangles aren't included in them.
2014-02-25FULLPIPE: Rename rest of vars on scene09. This completes the sceneEugene Sandulenko
2014-02-25VOYEUR: Fix uninitialized variables in DisplayResource and RL2DecoderStrangerke
2014-02-25VOYEUR: Fix some uninitialized variables in ThreadResourceStrangerke
2014-02-25VOYEUR: Add some missing initializations in SVoy, introduce EVTYPE_NONE even ↵Strangerke
type
2014-02-25AVALANCHE: Fix destination check in initRunner()Strangerke
2014-02-25OPENGL: Fix building with --disable-16bitTorbjörn Andersson
2014-02-25FULLPIPE: Renames in scene09Eugene Sandulenko
2014-02-24R2R: Don't allow character to teleport (bug #6546)Strangerke
2014-02-24DEVTOOLS: Slight constant name cleanup in create_kyradat.Johannes Schickel
2014-02-24KYRA: Slight constant name cleanup.Johannes Schickel
2014-02-24R2R: Fix bug #6547 - Invalid cursor during dialogsStrangerke
2014-02-23OSX: Implement TaskbarManager for Mac OS XThierry Crozat
This implements count badge, progress bar, and icon overlay. It uses the NSDockTile API which is available since OS X 10.5. The code compiles and run on older system but without doing anything.
2014-02-23FULLPIPE: More renames in scene09Eugene Sandulenko
2014-02-23FULLPIPE: Started renaming in scene09Eugene Sandulenko
2014-02-23PEGASUS: Force the inventory drawers closed when loading a gameMatthew Hoops
2014-02-23R2R: Add a little hack to get the correct sentence order after scanning ARM ↵Strangerke
(bug #6504)
2014-02-23BBVS: remove useless check in updateIndicator()Strangerke
2014-02-22FULLPIPE: Implement sceneHandler09_ballExplode()Eugene Sandulenko
2014-02-22ANDROID: Slight formatting fix.Johannes Schickel
2014-02-22BBVS: Move some code out of bbvs.cppFilippos Karapetis
2014-02-22BBVS: Silent some CppCheck warningsStrangerke
2014-02-22AVALANCHE: Repair ShootEmUp::updateTime().uruk
2014-02-21FULLPIPE: Implement sceneHandler09_checkHangerCollide()Eugene Sandulenko
2014-02-21README: add game-specific options for Soltys and Hopkins FBIStrangerke
2014-02-21Merge pull request #435 from johndoe123/bbvsEugene Sandulenko
BBVS: New engine: Beavis and Butthead In Virtual Stupidity
2014-02-21VOYEUR: reduce the scope of a variableStrangerke
2014-02-21VOYEUR: Fix some more shadowed variables and functionsStrangerke
2014-02-21ANDROID: Fix runtime failure on earlier versions of Android.D G Turner
getAxisValue() is only present from Android 3.1 onwards and usage causes a runtime failure on earlier versions of Android. This bug was introduced by a50ede20 with addition of OUYA support. This solution is as recommended on the Android developer portal.
2014-02-21WINTERMUTE: Use the correct field for dpi when loading FreeSans from ↵Einar Johan Trøan Sømåen
scummmodern.zip
2014-02-21AVALANCHE: Repair ShootEmUp::plotThem().uruk
2014-02-21AVALANCHE: Repair define() and defineCameo() in ShootEmUp.uruk
2014-02-21AVALANCHE: Repair ShootEmUp::setup().uruk
2014-02-21VOYEUR: Fix some shadowed variables in VoyeurEngineStrangerke
2014-02-21VOYEUR: Fix some shadowed variables in GraphicsManagerStrangerke
2014-02-21AVALANCHE: Repair ShootEmUp::setup().uruk
2014-02-20AVALANCHE: Repair ShootEmUp::updateTime().uruk
2014-02-20VOYEUR: Fix some shadowed variables and functions in file handlersStrangerke
2014-02-20VOYEUR: Fix comment related to iForcedDeathStrangerke
2014-02-20AVALANCHE: Repair ShootEmUp::gain().uruk
2014-02-20AVALANCHE: Repair ShootEmUp::define() and ShootEmUp::defineCameo().uruk
2014-02-20AVALANCHE: Repair ShootEmUp::plotThem().uruk
2014-02-20AVALANCHE: Put a necessary delay into ShootEmUp's main loop.uruk
2014-02-20AVALANCHE: Implement ShootEmUp::defineCameo().uruk