aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-12WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicksKlaus Reimer
2011-04-12COMMON: Fix usage of wrong variable when keymapper is activeKlaus Reimer
2011-04-12WEBOS: Create webos backend with custom eventsKlaus Reimer
Currently only contains test code.
2011-04-12WEBOS: Strip binary before packaging itKlaus Reimer
2011-04-12WEBOS: Add webos backendKlaus Reimer
IPK can be built with "make webosrelease".
2011-04-12WEBOS: Add WEBOS defineKlaus Reimer
Using SDL_INIT_VIDEO flag for WebOS because without it the application won't start.
2011-04-12WEBOS: Add build support for webosKlaus Reimer
2011-04-11MOHAWK: Add Default Values to LB NotifyEvent Constructor.D G Turner
This silences a number of warnings about possible uninitialized parameter use.
2011-04-11MOHAWK: Add more versions of LB demosMatthew Hoops
From bug #3275626
2011-04-11CONFIGURE: Move GP2X to build with the GPH backend by default.David-John Willis
2011-04-11GPH: Change backend to mask backend code to GPH_DEVICE.David-John Willis
* This is mainly to make it easy to drop the old GP2X into the same codebase (I really have no desire to manage 2 sets of 99.9% identical code ;)). * Code paths for just one of the supported devices can be runtime worked out or just defined for that device. mount.sh: Fixed some small errors# ../../../../scummvm.gph
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-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-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-09CONFIGURE: Use FORCE_RTL for the Android backenddhewg
2011-04-09CONFIGURE: Use FORCE_RTL for the Wii backenddhewg
2011-04-08CREATE_PROJECT: Slight formatting fix.Johannes Schickel
2011-04-08CREATE_PROJECT: Fix wrong paths for linker and resource compiler in MSVC7/8.Johannes Schickel
This is a regression from 500ae85c, which accidently removed the AdditionalLibraryDirectories settings for the VCLinkerTool and set the value of AdditionalIncludeDirectories of the VCResourceCompilerTool to the former AdditionalLibraryDirectories value.
2011-04-08TOOLS: Allow compilation with MinGW for all our tools again.Johannes Schickel
2011-04-08BUILD: Support newer MinGW compilers.Johannes Schickel
It seems the recent MinGW gcc versions use the "TMP" env variable to determine the temporary file path. Since we use that variable to hold temporary values it will make g++ crash since it cannot access the path. I "fixed" that problem by renaming the TMP variable we use to TMPR. Tested with mingw-g++ 4.5.2.
2011-04-08TINSEL: Added numeric key mappings for function keysPaul Gilbert
2011-04-08MACOSX: Update ScummVM icon (shading is slightly different now)Max Horn
2011-04-08MOHAWK: Implement LBCode logical operators.Alyssa Milburn
2011-04-07MOHAWK: Detect CarmenTQ's Custom Question CreatorMatthew Hoops
(Same LB version as the main game)
2011-04-07MOHAWK: Implement some LBCode rect commands.Alyssa Milburn
2011-04-07MOHAWK: Implement some more LBCode ops.Alyssa Milburn
2011-04-07MOHAWK: Add some more LBValue helpers.Alyssa Milburn