aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2014-11-15ANDROID: Delay deleting a local ref until it's no longer usedMatthew Hoops
Should fix bug #6741
2014-10-28BACKENDS: Remove trailing whitespaceFilippos Karapetis
2014-10-27GCW0: Hardcoded (for now) GCW0 controlsEugene Sandulenko
2014-10-26KEYMAPPER: Fix off-by-one error with keymapper action namesEugene Sandulenko
2014-10-26GCW0: Create target with unstripped binariesEugene Sandulenko
2014-10-26Merge pull request #524 from AReim1982/WII-1.7.0-Beta-2David Turner
WII: missing ASCII codes for some keys
2014-10-26GCW0: Further work on the portEugene Sandulenko
2014-10-23WII: missing ASCII codes for some keysAlexander Reim
2014-10-11AMIGAOS4: Fix getParent() for non-directoriesWillem Jan Palenstijn
The previous attempt in d32816c0 was broken because it failed to realize that _pFileLock is only set for directories. This patch also tries to clarify this by making the root node logic explicit in isRootNode().
2014-10-06UNITY: Check for GLib version at runtimeTobia Tesan
g_type_init() is deprecated since 2.36
2014-10-06UNITY: Call g_type_init but define DISABLE_DEPRECATION_WARNINGSTobia Tesan
2014-10-05UNITY: Call g_type_init only with GLib < 2.36Tobia Tesan
With GLib >= 2.36 g_type_init() is deprecated and only throws an ugly warning
2014-09-22AMIGAOS: More cleanupraziel-
Period on all comments
2014-09-22AMIGAOS: More cleanupraziel-
Another case of misused TAB
2014-09-21AMIGAOS: Cleanupraziel-
Comments cleanup and one case of a misused TAB
2014-09-16Merge pull request #501 from raziel-/patch-3David Turner
AMIGAOS: Add and make use of a new drawer icon
2014-09-10SYMBIAN: Final batch of updated mmp.in files and updated help file.anotherguest
2014-09-09SYMBIAN: More MMP.in files patched and updated.anotherguest
2014-09-08SYMBIAN: Additional makefile updates.anotherguest
2014-09-08SYMBIAN: Updated settings and moved to config.mmhanotherguest
2014-09-07AMIGAOS: Make use of the new drawer iconraziel-
On AmigaOS the user can customize every icon including drawers. This is a customized drawer icon for ScummVM with the original "S" scaled on top of it. This icon may change with further revisions of AmigaOS4 (if the default icon images change).
2014-09-03SYMBIAN: Move options into config.mmh file and updated other makefiles.anotherguest
2014-08-29BACKENDS: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-08-08AMIGAOS: Add a stack cookieraziel-
Setting up a static stack to avoid crashes from a stack set too low.
2014-08-08AMIGAOS: Cleanup of the AmigaOS version numberraziel-
2014-07-20BUILD: Add port specific makefile for AmigaOS4.D G Turner
This moves the AmigaOS4 specific packaging rules from the global ports.mk to a port specific makefile in the AmigaOS subdirectory of the SDL backend (used for AmigaOS). Previously, port specific makefiles were only used for cross compiling builds and thus had a single entry in the cross compiling section of the configure. Since AmigaOS4 is a desktop system supporting native build, this required a second entry for when the host system is detected as ppc-amigaos to support native builds. However, currently this does break packaging of cross compiled builds for Win32, OSX and Unix when done on AmigaOS4... but this is not likely and has limited impact. To fix this, default _port_mk lines would need to be added to the sections of the cross compiling switch for mingw32 etc. to override the AmigaOS4 OS setting of _port_mk.
2014-07-11MAEMO: Sync changelog with 1.7.0Eugene Sandulenko
2014-07-10SYMBIAN: Merged changes from 1.7.0 branch for Symbian Makefiles and updated ↵anotherguest
split build for main branch.
2014-07-04OPENGLSDL: Don't ignore events after user-initiated resizes.Alyssa Milburn
2014-07-04SYMBIAN: Added Fedor to credits in mmp.in, updated (c) years, updated ↵anotherguest
include paths.
2014-07-02Symbian: Added new engine to listanotherguest
2014-07-02Symbian: mpeg.cpp has moved from Video to Image codec folder.anotherguest
2014-07-01ANDROID: Reinstate overscan margin resource for OUYA/GoogleTVMarcus Comstedt
This reverts commits 51cb7557 and 2648062d. Please note that Android SDK Platform Tools r06 or later is needed to build ScummVM.
2014-06-30RELEASE: This is 1.8.0gitEugene Sandulenko
2014-06-29Merge pull request #471 from lordhoto/sdl-default-rateJohannes Schickel
SDL: Default audio output rate to 44kHz.
2014-06-28BUILD: Move the PS3 make targets to a separate fileBastien Bouclet
2014-06-28Merge pull request #461 from digitall/vkeybdFixDavid Turner
Add trigger for Virtual Keyboard on long press of Middle Mouse Button
2014-06-25SYMBIAN: Add "small" vkeybd pack to port packaging.D G Turner
2014-06-25GPH: Add "small" virtual keyboard pack to GP2XWIZ debug port packaging.D G Turner
2014-06-25GPH: Add "small" virtual keyboard pack to GP2X debug port packaging.D G Turner
2014-06-25GPH: Add "small" virtual keyboard pack to CAANOO debug port packaging.D G Turner
2014-06-25GPH: Add "small" virtual keyboard pack to GP2XWIZ port packaging.D G Turner
2014-06-25GPH: Add "small" virtual keyboard pack to GP2X port packaging.D G Turner
2014-06-25GPH: Add "small" virtual keyboard pack to CAANOO port packaging.D G Turner
2014-06-25DINGUX: Add "small" virtual keyboard pack to port packaging.D G Turner
2014-06-25LINUXMOTO: Add "small" virtual keyboard pack to port packaging.D G Turner
2014-06-25N64: Add "small" virtual keyboard pack to port packaging.D G Turner
2014-06-25WII: Add "small" virtual keyboard pack to port packaging.D G Turner
2014-06-25MAEMO: Add "small" virtual keyboard pack to port packaging.D G Turner
2014-06-22PS3: Default to 44kHz sound output.Johannes Schickel