Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-04-07 | MOHAWK: Replace most of the LBCode interpreter. | Alyssa Milburn | |
2011-04-07 | MOHAWK: Handle alignment byte for some targeting modes. | Alyssa Milburn | |
2011-04-07 | KYRA: Cleanup static variable usage in LoK. | Johannes Schickel | |
2011-04-07 | KYRA: Slight cleanup. | Johannes Schickel | |
2011-04-06 | TOON: Fix several Valgrind issues | sylvaintv | |
Maybe caused random crashes on reading invalid memory | |||
2011-04-06 | ANDROID: Allow linear texture filtering on the cursor | dhewg | |
2011-04-06 | ANDROID: Add multitouch support | dhewg | |
2011-04-06 | ANDROID: Fix off-by-one when clipping mouse coords | dhewg | |
2011-04-06 | Revert "ANDROID: Temporarily enable GL error checks" | dhewg | |
This reverts commit 1c8fc0538815b1418bb7824e4eefda65eb2719d9. Commit d50e7af7 confirmed as fix, so it wasn't a GL issue at all | |||
2011-04-06 | SAGA: Fixed bug #3275973 - "IHNM: Dialog options vanish" | md5 | |
2011-04-05 | I18N: Update Ukrainian translation | Thierry Crozat | |
2011-04-05 | ANDROID: Use the manufacturer string for workarounds | dhewg | |
Some fingerprints don't contain it, so this should be more reliable. | |||
2011-04-05 | ANDROID: Log device manufacturer, model and brand | dhewg | |
2011-04-05 | ANDROID: Fix endless loop in AndroidAssetArchive | dhewg | |
Can happen on empty member filenames, seen on some Samsung firmwares. | |||
2011-04-05 | SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70he | Max Horn | |
2011-04-05 | SCUMM: Move _heV7DiskOffsets from ScummEngine to ScummEngine_v70he | Max Horn | |
2011-04-05 | SCUMM: Split ScummEngine::generateFilename, move HE specifics to class ↵ | Max Horn | |
ScummEngine_v60he | |||
2011-04-05 | SCUMM: Rename InfoStuff to SaveStateMetaInfos | Max Horn | |
2011-04-05 | SCUMM: Move ActorHE into its own header, move some HE specific stuff out of ↵ | Max Horn | |
scumm.h | |||
2011-04-05 | SCUMM: Cleanup | Max Horn | |
2011-04-05 | SCUMM: Fix off-by-one mistakes in out-of-bounds checks; name some constants | Max Horn | |
2011-04-05 | ANDROID: Remove commented workarounds for Nexus 1 | dhewg | |
Reports suggest that its working and not required | |||
2011-04-05 | ANDROID: Remove code for paletted textures | dhewg | |
Unused now, because the performance isn't good enough on weak GLES drivers. | |||
2011-04-05 | ANDROID: Use a faked paletted texture for CLUT cursors | dhewg | |
Same change as for the game screen, reduces CPU usage a little | |||
2011-04-05 | ANDROID: Temporarily enable GL error checks | dhewg | |
There's a black screen issue on Samsung devices running 2.2.1 which I can not reproduce. Hopefully this helps hunting it down. | |||
2011-04-05 | GUI: Update the screen after handling events | dhewg | |
Fixes crash on droid: game -> gmm -> save -> click entry (EVENT_SCREEN_CHANGED due to vkeybd beeing shown) -> delete -> confirm another EVENT_SCREEN_CHANGED gets in simultaneously (due vkeybd being deactivated) and the parent dialog updated Rects out of bounds. | |||
2011-04-05 | SCI: Extended the script workaround for the sign reading script (bugs ↵ | md5 | |
#3272735, #3275413) | |||
2011-04-04 | SCUMM: Extend debug command 'object' to allow querying state | Max Horn | |