Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-01 | MAEMO: Update debian/changelog | Tarek Soliman | |
2013-05-25 | PSP: Remove leftover debug statement to non-existant variable. | D G Turner | |
This would cause a compilation error when the __PSP_DEBUG_PRINT__ define was enabled for debugging as the variable is non-existant. | |||
2013-05-16 | ANDROID: Disable parachute slot 0 saves. | Alyssa Milburn | |
2013-05-16 | ANDROID: Force htc_fail for all Android devices, for now. | Alyssa Milburn | |
2013-05-16 | ANDROID: Ignore subdirectories of asset archives. | Alyssa Milburn | |
2013-05-16 | ANDROID: Delete local JNI references to asset data/classes. | Alyssa Milburn | |
2013-05-05 | RELEASE: This is 1.7.0git | Eugene Sandulenko | |
2013-04-04 | Symbian:Support for new engines | anotherguest | |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2013-01-14 | IPHONE: Initialize the palettes on startup. | Johannes Schickel | |
This hopefully fixes the occasional odd color flashes on startup. | |||
2013-01-14 | IPHONE: Recreate mouse texture on palette changes when needed. | Johannes Schickel | |
This fixes the color of the cursor in the Eye of the Beholder menu. | |||
2013-01-02 | JANITORIAL: Update copyright year | Strangerke | |
2012-12-28 | ANDROID: Minor fixes to build-specific makefile. | D G Turner | |
This fixes two minor issues when trying to cross-compile to Android on Win32 using the Win32 Android SDK/NDK and MinGW shell. However, this is still no working as DX and APKBUILDER are batch files in the Win32 SDK (which then call the real Java tools) and these fail to run in shell. However, using "cmd /C" also fails as the paths in the parameters have unix, rather than native separators. Unsure how to fix. | |||
2012-12-24 | ANDROID: Remove parameter forcing use of Modern theme. | D G Turner | |
This parameter overrides any user choice in the GUI or config file, which is not good UX design (and is making it hard to debug loading issues associated with theme files). If we want to set this to default to Modern, we should do this in a different way i.e. do this by ConfMan.loadDefaultConfigFile() This is probably related to the Android issue with the backend init running before main() is called, rather than after... | |||
2012-12-16 | WINCE: Fix shadow variable warnings associated with GUIElement classes. | D G Turner | |
2012-11-27 | PS2: Fix three compiler warnings and minor code formatting fixes. | D G Turner | |
2012-11-23 | WII: Remove remaining signed-unsigned compiler warning. | D G Turner | |
2012-11-23 | N64: Remove remaining signed-unsigned compiler warning. | D G Turner | |
2012-11-19 | N64: Fix remaining warnings associated with mouse cursor drawing. | D G Turner | |
2012-11-18 | N64: Fix compiler warnings associated with cursor size variables. | D G Turner | |
2012-11-18 | OSX: Remove use of deprecated methods | Thierry Crozat | |
FSRef and FSPathMakeRef have been deprecated in OS X 10.8. So we use CFURLRef instead. | |||
2012-11-18 | OSX: Improve native OS X browser dialog | Max Horn | |
Signed-off-by: Thierry Crozat <criezy@scummvm.org> | |||
2012-10-21 | ANDROID: Fixed tapping touchpad not sending left clicks | Lauri Härsilä | |
2012-10-19 | ANDROID: Mouse and stylus support | Lauri Härsilä | |
From pull request #285. | |||
2012-10-12 | IPHONE: Add support for "retina" displays. | Johannes Schickel | |
Thanks to peres for testing this. | |||
2012-10-10 | IPHONE: Fix cursor artifacts when linear filterting is used. | Johannes Schickel | |
We need to set a proper texture coordinate wrap parameter for this. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-24 | SDL: Remove main.cpp. | Alyssa Milburn | |
Backends have to provide their own main, instantiating OSystem_SDL directly is unsupported. | |||
2012-09-05 | MAEMO: Package tony.dat | Tarek Soliman | |
2012-09-01 | OPENPANDORA: The buildbot toolchain doesn't like the ending comma | Bertrand Augereau | |
2012-08-31 | OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad ↵ | Bertrand Augereau | |
left/right/up trigger left/right/middle clicks | |||
2012-08-15 | ANDROID: Remove unused GL_OES_draw_texture code. | Alyssa Milburn | |
2012-07-29 | OPENPANDORA: Cleanup. | David-John Willis | |
2012-07-29 | GPH: Use SDLPluginProvider not POSIXPluginProvider. | David-John Willis | |
2012-07-29 | OPENPANDORA: Start event manager after log files are setup (if needed). | David-John Willis | |
2012-07-29 | GPH: Clean up initialisation code and start event manager after log files ↵ | David-John Willis | |
are setup (if needed). | |||
2012-07-24 | OPENPANDORA: Clean up old commented code. | David-John Willis | |
2012-07-24 | OPENPANDORA: Move SDL_CreateCursor hacklet from init to loadGFXMode. | David-John Willis | |
* Fixes a bug that can occur on load. | |||
2012-07-21 | WEBOS: Remove broken keymapper code which is not needed anymore anyway | Klaus Reimer | |
2012-07-21 | WII: Adapt to mouse cursor dontScale API change | dhewg | |
2012-07-20 | MAEMO: Package missing docs | Tarek Soliman | |
2012-07-20 | MAEMO: Fix date in debian/changelog | Tarek Soliman | |
(cherry picked from commit 831cfc89345299034e94160088d2ad3ff20eff5e) | |||
2012-07-18 | MAEMO: Add new build dependencies | Tarek Soliman | |
Since libfaad doesn't exist in maemo.org extras-devel, it cannot be added. | |||
2012-07-15 | MAEMO: Fix uninitialized member | Tarek Soliman | |
2012-07-15 | MAEMO: Minor whitespace fix | Tarek Soliman | |
2012-07-15 | MAEMO: Set defaults for fullscreen and aspect ratio correction | Tarek Soliman | |
New installs now have fullscreen and aspect ratio correction on by default | |||
2012-07-14 | MAEMO: Fix compile without keymapper | Tarek Soliman | |
2012-07-10 | MAEMO: Update debian/changelog | Tarek Soliman | |
2012-07-08 | RELEASE: This is 1.6.0git | Eugene Sandulenko | |
2012-07-06 | Merge pull request #235 from tobigun/android-theme | Johannes Schickel | |
ANDROID: disable compression for zip-file assets |