Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-12 | WEBOS: Add WEBOS define | Klaus Reimer | |
Using SDL_INIT_VIDEO flag for WebOS because without it the application won't start. | |||
2011-04-12 | WEBOS: Add build support for webos | Klaus Reimer | |
2011-04-11 | MOHAWK: Add Default Values to LB NotifyEvent Constructor. | D G Turner | |
This silences a number of warnings about possible uninitialized parameter use. | |||
2011-04-11 | MOHAWK: Add more versions of LB demos | Matthew Hoops | |
From bug #3275626 | |||
2011-04-11 | CONFIGURE: Move GP2X to build with the GPH backend by default. | David-John Willis | |
2011-04-11 | GPH: 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-11 | GP2X: 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-11 | GP2X: Commit some cleanup/fudges with a view to collapsing into the GPH backend. | David-John Willis | |
2011-04-11 | OPENPANDORA: Cleanup header for events. | David-John Willis | |
2011-04-11 | KYRA: Add some assertion to prevent out of bounds access. | Johannes Schickel | |
2011-04-11 | KYRA: Constify static data table in LoL code. | Johannes Schickel | |
2011-04-11 | KYRA: Get rid of non-const static variable in Kyra2 code. | Johannes Schickel | |
2011-04-11 | KYRA: Cleanup. | Johannes Schickel | |
2011-04-11 | KYRA: Get rid of non-const static variables in HoF. | Johannes Schickel | |
2011-04-10 | DEVTOOLS: Remove unused svn helper script | Ori Avtalion | |
2011-04-10 | TINSEL: Make the cdFlags array in drives.cpp static again. | Johannes Schickel | |
2011-04-10 | TINSEL: Removed some unused global static variables | md5 | |
2011-04-10 | TINSEL: Merged NewName() inside DoSave() in order to remove a static var | md5 | |
2011-04-10 | TINSEL: Cleanup - removed obsolete defines | md5 | |
2011-04-10 | TINSEL: Changed cdFlags to be non-static and constant | md5 | |
2011-04-10 | TINSEL: Removed the dummy ForceEntireRedraw() function | md5 | |
2011-04-10 | TINSEL: Removed the useless LookAtBuffers() function | md5 | |
2011-04-10 | MOHAWK: Silenced an MSVC waning about an uninitialized var (false positive) | md5 | |
2011-04-10 | Revert "CONFIGURE: Use FORCE_RTL for the Wii backend" | dhewg | |
This reverts commit e2a0c096924df7ba2ba0c0d8888341563e6e3995. | |||
2011-04-10 | Revert "CONFIGURE: Use FORCE_RTL for the Android backend" | dhewg | |
This reverts commit 44ab256101c8beec0860538127c2c7d602366c71. | |||
2011-04-10 | ANDROID: Add missing mkdir | dhewg | |
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |
2011-04-09 | MOHAWK: Move per-page data into LBPage. | Alyssa Milburn | |
2011-04-09 | TOON: Fix potential var underflowing | sylvaintv | |
2011-04-09 | TOON: Fix more valgrind issues | sylvaintv | |
Fix potential more invalid read issues in RIF loading | |||
2011-04-09 | ANDROID: Automate the Manifest's versionCode | dhewg | |
2011-04-09 | ANDOID: Replace mkmanifest.pl with sh/sed code | dhewg | |
Removes build dependencies like perl and its XML modules | |||
2011-04-09 | CONFIGURE: Use FORCE_RTL for the Android backend | dhewg | |
2011-04-09 | CONFIGURE: Use FORCE_RTL for the Wii backend | dhewg | |
2011-04-08 | CREATE_PROJECT: Slight formatting fix. | Johannes Schickel | |
2011-04-08 | CREATE_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-08 | TOOLS: Allow compilation with MinGW for all our tools again. | Johannes Schickel | |
2011-04-08 | BUILD: 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-08 | TINSEL: Added numeric key mappings for function keys | Paul Gilbert | |
2011-04-08 | MACOSX: Update ScummVM icon (shading is slightly different now) | Max Horn | |
2011-04-08 | MOHAWK: Implement LBCode logical operators. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Detect CarmenTQ's Custom Question Creator | Matthew Hoops | |
(Same LB version as the main game) | |||
2011-04-07 | MOHAWK: Implement some LBCode rect commands. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Implement some more LBCode ops. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Add some more LBValue helpers. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Add getItemByName for LB. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Implement the quit notify LBCode command | Matthew Hoops | |
2011-04-07 | KYRA: Slight cleanup. | Johannes Schickel | |
This more or less silently fixes the silent music introduced with f19e201, by me setting volume to "true" instead of "255". Whoops. | |||
2011-04-07 | KYRA: Cleanup background music looping of Kyra3. | Johannes Schickel | |
2011-04-07 | MOHAWK: Support LB script flow control. | Alyssa Milburn | |