aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-11GP2X: Mask off the graphics and events code behind a GP2X_OLD define.David-John Willis
* This is a temp thing while I finish up merging the GP2X and GPH code. I do not want the GP2X backend code dropped yet until this is complete.
2011-04-11GP2X: Commit some cleanup/fudges with a view to collapsing into the GPH backend.David-John Willis
2011-04-11OPENPANDORA: Cleanup header for events.David-John Willis
2011-04-11KYRA: Add some assertion to prevent out of bounds access.Johannes Schickel
2011-04-11KYRA: Constify static data table in LoL code.Johannes Schickel
2011-04-11KYRA: Get rid of non-const static variable in Kyra2 code.Johannes Schickel
2011-04-11KYRA: Cleanup.Johannes Schickel
2011-04-11KYRA: Get rid of non-const static variables in HoF.Johannes Schickel
2011-04-10DEVTOOLS: Remove unused svn helper scriptOri Avtalion
2011-04-10TINSEL: Make the cdFlags array in drives.cpp static again.Johannes Schickel
2011-04-10TINSEL: Removed some unused global static variablesmd5
2011-04-10TINSEL: Merged NewName() inside DoSave() in order to remove a static varmd5
2011-04-10TINSEL: Cleanup - removed obsolete definesmd5
2011-04-10TINSEL: Changed cdFlags to be non-static and constantmd5
2011-04-10TINSEL: Removed the dummy ForceEntireRedraw() functionmd5
2011-04-10TINSEL: Removed the useless LookAtBuffers() functionmd5
2011-04-10MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive)md5
2011-04-10TSAGE: Fixed bug in Scene #6100 with sunflowers briefly appearing too largePaul Gilbert
2011-04-10Revert "CONFIGURE: Use FORCE_RTL for the Wii backend"dhewg
This reverts commit e2a0c096924df7ba2ba0c0d8888341563e6e3995.
2011-04-10Revert "CONFIGURE: Use FORCE_RTL for the Android backend"dhewg
This reverts commit 44ab256101c8beec0860538127c2c7d602366c71.
2011-04-10ANDROID: Add missing mkdirdhewg
2011-04-10TSAGE: Lots more bugfixes for Scene #6100Paul Gilbert
2011-04-10COMMON: Revert change in icon file pathPaul Gilbert
2011-04-10TSAGE: Fix memory leak in the GfxSurface classPaul Gilbert
2011-04-10TSAGE: Simplified the custom surface code in GfxSurfacePaul Gilbert
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn
2011-04-09MOHAWK: Move per-page data into LBPage.Alyssa Milburn
2011-04-09TOON: Fix potential var underflowingsylvaintv
2011-04-09TOON: Fix more valgrind issuessylvaintv
Fix potential more invalid read issues in RIF loading
2011-04-09ANDROID: Automate the Manifest's versionCodedhewg
2011-04-09ANDOID: Replace mkmanifest.pl with sh/sed codedhewg
Removes build dependencies like perl and its XML modules
2011-04-09TSAGE: Fixing uninitialised read errors identified by ValgrindPaul Gilbert
2011-04-09TSAGE: Clarifying field names in Scene #6100Paul Gilbert
2011-04-09TSAGE: Fixing memory leaksPaul Gilbert
2011-04-09CONFIGURE: Use FORCE_RTL for the Android backenddhewg
2011-04-09CONFIGURE: Use FORCE_RTL for the Wii backenddhewg
2011-04-09Merge remote branch 'remotes/Strangerke/master' into tsagePaul Gilbert
2011-04-09TSAGE: Fix to disable palette rotations when the scene changesPaul Gilbert
2011-04-09Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
2011-04-09TSAGE: Cleanup: rename quickInit() methods into setup() for naming consistencystrangerke
2011-04-09TSAGE: move SceneObject3 and 4 to scenes8 and 10, rename them their unknown ↵strangerke
fields, and fix a glitch in scene9150
2011-04-09TSAGE: Slight re-ordering of method calls in SceneHandler::dispatchPaul Gilbert
This fixes a problem in the title screen where the game title briefly appeared at full size.
2011-04-09TSAGE: Corrections to palette rotationPaul Gilbert
2011-04-09TSAGE: Some bugfixes to calculating object distances in Scene #6100Paul Gilbert
2011-04-09TSAGE: Clarified ObjectMover _field6E as _regionIndexPaul Gilbert
2011-04-09TSAGE: Compilation fixes for GCCPaul Gilbert
2011-04-09TSAGE: move SceneHotspot_2 to scenes8, rename it to NamedHotspotMult, rename ↵strangerke
unknown fields
2011-04-08Merge branch 'tsage' of http://github.com/dreammaster/scummvmstrangerke
2011-04-08TSAGE: move NamedHotspot back into core. Replace HotspotBase4300 by ↵strangerke
NamedHotspot and suppress it.
2011-04-08CREATE_PROJECT: Slight formatting fix.Johannes Schickel