aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2013-01-02JANITORIAL: Update copyright yearStrangerke
2012-12-28ANDROID: 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-24ANDROID: 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-16WINCE: Fix shadow variable warnings associated with GUIElement classes.D G Turner
2012-11-27PS2: Fix three compiler warnings and minor code formatting fixes.D G Turner
2012-11-23WII: Remove remaining signed-unsigned compiler warning.D G Turner
2012-11-23N64: Remove remaining signed-unsigned compiler warning.D G Turner
2012-11-19N64: Fix remaining warnings associated with mouse cursor drawing.D G Turner
2012-11-18N64: Fix compiler warnings associated with cursor size variables.D G Turner
2012-11-18OSX: Remove use of deprecated methodsThierry Crozat
FSRef and FSPathMakeRef have been deprecated in OS X 10.8. So we use CFURLRef instead.
2012-11-18OSX: Improve native OS X browser dialogMax Horn
Signed-off-by: Thierry Crozat <criezy@scummvm.org>
2012-10-21ANDROID: Fixed tapping touchpad not sending left clicksLauri Härsilä
2012-10-19ANDROID: Mouse and stylus supportLauri Härsilä
From pull request #285.
2012-10-12IPHONE: Add support for "retina" displays.Johannes Schickel
Thanks to peres for testing this.
2012-10-10IPHONE: Fix cursor artifacts when linear filterting is used.Johannes Schickel
We need to set a proper texture coordinate wrap parameter for this.
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-24SDL: Remove main.cpp.Alyssa Milburn
Backends have to provide their own main, instantiating OSystem_SDL directly is unsupported.
2012-09-05MAEMO: Package tony.datTarek Soliman
2012-09-01OPENPANDORA: The buildbot toolchain doesn't like the ending commaBertrand Augereau
2012-08-31OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad ↵Bertrand Augereau
left/right/up trigger left/right/middle clicks
2012-08-15ANDROID: Remove unused GL_OES_draw_texture code.Alyssa Milburn
2012-07-29OPENPANDORA: Cleanup.David-John Willis
2012-07-29GPH: Use SDLPluginProvider not POSIXPluginProvider.David-John Willis
2012-07-29OPENPANDORA: Start event manager after log files are setup (if needed).David-John Willis
2012-07-29GPH: Clean up initialisation code and start event manager after log files ↵David-John Willis
are setup (if needed).
2012-07-24OPENPANDORA: Clean up old commented code.David-John Willis
2012-07-24OPENPANDORA: Move SDL_CreateCursor hacklet from init to loadGFXMode.David-John Willis
* Fixes a bug that can occur on load.
2012-07-21WEBOS: Remove broken keymapper code which is not needed anymore anywayKlaus Reimer
2012-07-21WII: Adapt to mouse cursor dontScale API changedhewg
2012-07-20MAEMO: Package missing docsTarek Soliman
2012-07-20MAEMO: Fix date in debian/changelogTarek Soliman
(cherry picked from commit 831cfc89345299034e94160088d2ad3ff20eff5e)
2012-07-18MAEMO: Add new build dependenciesTarek Soliman
Since libfaad doesn't exist in maemo.org extras-devel, it cannot be added.
2012-07-15MAEMO: Fix uninitialized memberTarek Soliman
2012-07-15MAEMO: Minor whitespace fixTarek Soliman
2012-07-15MAEMO: Set defaults for fullscreen and aspect ratio correctionTarek Soliman
New installs now have fullscreen and aspect ratio correction on by default
2012-07-14MAEMO: Fix compile without keymapperTarek Soliman
2012-07-10MAEMO: Update debian/changelogTarek Soliman
2012-07-08RELEASE: This is 1.6.0gitEugene Sandulenko
2012-07-06Merge pull request #235 from tobigun/android-themeJohannes Schickel
ANDROID: disable compression for zip-file assets
2012-07-01Merge pull request #239 from bluegr/skipsavecompressionFilippos Karapetis
COMMON: Allow the savefile manager to create uncompressed saves
2012-06-25COMMON: Also adapt openForSaving() in the DC and N64 backendsFilippos Karapetis
2012-06-25BADA: Implement weekday querying in getTimeAndDate.Johannes Schickel
This furthermore makes the returned time be the wall time instead of UTC. Thanks to Chris Warren-Smith for testing and improving a patch based on pull request #248.
2012-06-22DINGUX: Update the README file for DinguxFabio Battaglia
Added build instructions and a note on the obsolescence of fixes for the old Dingux toolchain
2012-06-22DINGUX: Add png icon in the dingux dist packageFabio Battaglia
2012-06-21COMMON: Allow the savefile manager to create uncompressed savesFilippos Karapetis
These are useful in cases where the files can be used in the original interpreters (such as the exported characters from QFG), in order to avoid confusion in cases where the users are unaware that these saves are compressed and are trying to load them in the original interpreters.
2012-06-20ANDROID: Fix compilation broken with changes to grabOverlay.Johannes Schickel
2012-06-20N64: Fix check for whole width updates in copyRectToOverlay.Johannes Schickel
2012-06-20N64: Replace OverlayColor with uint16.Johannes Schickel
2012-06-20PSP: Replace OverlayColor with uint16.Johannes Schickel
2012-06-20WII: Fix check for whole width updates in copyRectToOverlay.Johannes Schickel