Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-23 | ANDROID: Allow use of abort() in JNI class | Littleboy | |
2011-06-18 | ANDROID: Fix kFeatureCursorPalette. | Alyssa Milburn | |
2011-06-08 | BACKENDS: Shuffle backends class hierarchy and module initialization | Max Horn | |
2011-06-07 | ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactory | Max Horn | |
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn | |
2011-06-06 | COMMON: Add kInfo LogMessageType. | Alyssa Milburn | |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn | |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn | |
2011-06-01 | ANDROID: Revert stable-only changes from commit cf41ac0f which I ↵ | Max Horn | |
accidentally merged | |||
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn | |
I manually resolved all conflicts, and inspected every single change. Many were due to the version string mismatch and thus easily resolved. The MSVC project files add in the 1-3-0 branch were not merged, neither where the changes to gui/themes/translations.dat. Conflicts: NEWS backends/base-backend.cpp backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp backends/module.mk backends/platform/ds/arm9/makefile backends/platform/psp/README.PSP backends/platform/samsungtv/main.cpp backends/platform/samsungtv/samsungtv.cpp backends/saves/posix/posix-saves.cpp base/commandLine.cpp base/internal_version.h base/main.cpp common/array.h configure devtools/create_project/create_project.cpp dists/android/AndroidManifest.xml dists/android/plugin-manifest.xml dists/iphone/Info.plist dists/irix/scummvm.spec dists/macosx/Info.plist dists/redhat/scummvm-tools.spec dists/redhat/scummvm.spec dists/scummvm.rc dists/slackware/scummvm.SlackBuild dists/wii/meta.xml engines/sci/parser/vocabulary.cpp engines/tinsel/handle.cpp gui/themes/translations.dat | |||
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis Cherry-picked from bfecb37501b6fdc35f2802216db5fb2b0e54b8ee | |||
2011-05-07 | ANDROID: Get rid of Fn->ALT metakey mapping | dhewg | |
Thanks to Ge0rG for the analysis | |||
2011-05-03 | ANDROID: Fix various forbidden symbol clashes | Max Horn | |
2011-05-03 | BACKENDS: Allow various files to use stuff from time.h | Max Horn | |
2011-05-02 | ANDROID: Style fix | dhewg | |
2011-05-01 | ANDROID: Disable the savegame parachute | dhewg | |
Only on the stable branch, since this is unfinished and might wipe savegames of the user. | |||
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | ANDROID: Fix compilation some more | dhewg | |
2011-04-28 | ANDROID: Another attempt at compilation fix | Ori Avtalion | |
2011-04-28 | ANDROID: Fix compilation | Ori Avtalion | |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel | |
2011-04-17 | BACKENDS: Adapt various backends code to set up Surface::format correctly. | Johannes Schickel | |
Note that this change is not tested at all (not even compile wise!). | |||
2011-04-10 | ANDROID: Add missing mkdir | dhewg | |
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-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-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 | 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-04 | ANDROID: Fix non-fullscreen corruption on HTC devices. | Alyssa Milburn | |
HTC's drivers don't preserve the color buffer between frames (as allowed by the spec, apparently), so we have to force-clear it every frame when we're not rendering a texture over the whole screen. | |||
2011-04-03 | ANDROID: Always use the surface size for the overlay | dhewg | |
When coming back from standby, there might be an indermediate surface change | |||
2011-04-03 | ANDROID: Ignore unrelated surface changes | dhewg | |
2011-04-03 | ANDROID: Helper define to debug hanging GLES calls | dhewg | |
2011-04-03 | ANDROID: Log the ScummVM version | dhewg | |
2011-04-02 | ANDROID: Attempt at working around some HTC fail | dhewg | |
2011-03-30 | ANDROID: Map right click to Camera/Search | dhewg | |
2011-03-25 | ANDROID: Use 'our' ASCII codes for special keys | dhewg | |
Fixes stuff like enter key on SCI games with text input | |||
2011-03-25 | ANDROID: Always set the surface properties | dhewg | |
Didn't happen on the shortcut, which led to wrong properties and surface functions scribbling over memory | |||
2011-03-24 | ANDROID: Fix texture double release | dhewg | |
2011-03-24 | ANDROID: Fix cursor's keycolor | dhewg | |
Don't wipe the RGB bits, fixes wrong colors on BASS cursors |