Matthew Hoops
b577da29b5
ANDROID: Delay deleting a local ref until it's no longer used
...
Should fix bug #6741
2014-11-15 09:21:36 -05:00
Filippos Karapetis
d2c69a79fe
BACKENDS: Remove trailing whitespace
2014-10-28 15:38:51 +02:00
Eugene Sandulenko
238b3e1ac2
GCW0: Hardcoded (for now) GCW0 controls
2014-10-27 00:03:32 +01:00
Eugene Sandulenko
9b8b737fad
KEYMAPPER: Fix off-by-one error with keymapper action names
2014-10-26 22:20:57 +01:00
Eugene Sandulenko
293a0d0046
GCW0: Create target with unstripped binaries
2014-10-26 14:32:47 -04:00
David Turner
d5d2b39e08
Merge pull request #524 from AReim1982/WII-1.7.0-Beta-2
...
WII: missing ASCII codes for some keys
2014-10-26 16:45:05 +00:00
Eugene Sandulenko
d4c687ddc8
GCW0: Further work on the port
2014-10-26 07:00:36 -04:00
Alexander Reim
e738de70e5
WII: missing ASCII codes for some keys
2014-10-23 09:19:48 +02:00
Willem Jan Palenstijn
4b09957386
AMIGAOS4: Fix getParent() for non-directories
...
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-11 21:13:13 +02:00
Tobia Tesan
2ea3ae9c57
UNITY: Check for GLib version at runtime
...
g_type_init() is deprecated since 2.36
2014-10-06 16:50:32 +02:00
Tobia Tesan
e96cba8bf3
UNITY: Call g_type_init but define DISABLE_DEPRECATION_WARNINGS
2014-10-06 16:26:28 +02:00
Tobia Tesan
fee66db83d
UNITY: Call g_type_init only with GLib < 2.36
...
With GLib >= 2.36 g_type_init() is deprecated and only throws an ugly
warning
2014-10-05 17:05:08 +02:00
raziel-
6f93c11b9c
AMIGAOS: More cleanup
...
Period on all comments
2014-09-22 11:02:57 +03:00
raziel-
a09b2ad23a
AMIGAOS: More cleanup
...
Another case of misused TAB
2014-09-22 11:01:09 +03:00
raziel-
a4520d19e6
AMIGAOS: Cleanup
...
Comments cleanup and one case of a misused TAB
2014-09-21 17:46:03 +02:00
David Turner
2b9a5ca2b3
Merge pull request #501 from raziel-/patch-3
...
AMIGAOS: Add and make use of a new drawer icon
2014-09-16 13:20:01 +01:00
anotherguest
b47387d4d0
SYMBIAN: Final batch of updated mmp.in files and updated help file.
2014-09-10 08:49:19 +02:00
anotherguest
81eb209bfc
SYMBIAN: More MMP.in files patched and updated.
2014-09-09 09:24:59 +02:00
anotherguest
5f9febee3d
SYMBIAN: Additional makefile updates.
2014-09-08 14:40:23 +02:00
anotherguest
ca144290a6
SYMBIAN: Updated settings and moved to config.mmh
2014-09-08 10:48:49 +02:00
raziel-
01dc551e87
AMIGAOS: Make use of the new drawer icon
...
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-07 10:09:05 +01:00
anotherguest
20d363c785
SYMBIAN: Move options into config.mmh file and updated other makefiles.
2014-09-03 08:42:53 +02:00
Einar Johan Trøan Sømåen
1506f6049e
BACKENDS: Fix some Doxygen comments that seem wrong.
2014-08-29 03:28:26 +02:00
raziel-
cbae401a79
AMIGAOS: Add a stack cookie
...
Setting up a static stack to avoid crashes from a stack set too low.
2014-08-08 13:43:59 +01:00
raziel-
38f7a9bc70
AMIGAOS: Cleanup of the AmigaOS version number
2014-08-08 14:05:23 +03:00
D G Turner
469eecb9ee
BUILD: Add port specific makefile for AmigaOS4.
...
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-20 04:18:46 +01:00
Eugene Sandulenko
b6164d10e5
MAEMO: Sync changelog with 1.7.0
2014-07-11 23:49:54 +02:00
anotherguest
666b881f16
SYMBIAN: Merged changes from 1.7.0 branch for Symbian Makefiles and updated split build for main branch.
2014-07-10 21:05:22 +02:00
Alyssa Milburn
48564efc88
OPENGLSDL: Don't ignore events after user-initiated resizes.
2014-07-04 22:37:43 +02:00
anotherguest
5c51c97e92
SYMBIAN: Added Fedor to credits in mmp.in, updated (c) years, updated include paths.
2014-07-04 11:46:58 +02:00
anotherguest
d8f16faec6
Symbian: Added new engine to list
2014-07-02 13:07:47 +02:00
anotherguest
cb7611b5bb
Symbian: mpeg.cpp has moved from Video to Image codec folder.
2014-07-02 13:05:25 +02:00
Marcus Comstedt
0adb9e7d9b
ANDROID: Reinstate overscan margin resource for OUYA/GoogleTV
...
This reverts commits 51cb7557 and 2648062d.
Please note that Android SDK Platform Tools r06 or later is needed
to build ScummVM.
2014-07-01 22:14:57 +02:00
Eugene Sandulenko
3c6284a1c7
RELEASE: This is 1.8.0git
2014-06-30 23:55:38 +03:00
Johannes Schickel
dd4388b73e
Merge pull request #471 from lordhoto/sdl-default-rate
...
SDL: Default audio output rate to 44kHz.
2014-06-29 15:38:37 +02:00
Bastien Bouclet
bf90ad0467
BUILD: Move the PS3 make targets to a separate file
2014-06-28 17:12:43 +02:00
David Turner
cb596113a7
Merge pull request #461 from digitall/vkeybdFix
...
Add trigger for Virtual Keyboard on long press of Middle Mouse Button
2014-06-28 14:59:08 +01:00
D G Turner
ad07da959d
SYMBIAN: Add "small" vkeybd pack to port packaging.
2014-06-25 20:19:06 +01:00
D G Turner
68490bee45
GPH: Add "small" virtual keyboard pack to GP2XWIZ debug port packaging.
2014-06-25 20:11:06 +01:00
D G Turner
1aabc3e1ff
GPH: Add "small" virtual keyboard pack to GP2X debug port packaging.
2014-06-25 20:10:40 +01:00
D G Turner
ae8d290986
GPH: Add "small" virtual keyboard pack to CAANOO debug port packaging.
2014-06-25 20:08:21 +01:00
D G Turner
b3946359ea
GPH: Add "small" virtual keyboard pack to GP2XWIZ port packaging.
2014-06-25 20:04:48 +01:00
D G Turner
32a403eb5e
GPH: Add "small" virtual keyboard pack to GP2X port packaging.
2014-06-25 20:03:41 +01:00
D G Turner
5f2306e329
GPH: Add "small" virtual keyboard pack to CAANOO port packaging.
2014-06-25 20:02:25 +01:00
D G Turner
532dd85906
DINGUX: Add "small" virtual keyboard pack to port packaging.
2014-06-25 20:01:06 +01:00
D G Turner
9c4e6d2194
LINUXMOTO: Add "small" virtual keyboard pack to port packaging.
2014-06-25 19:59:33 +01:00
D G Turner
27d25f6b76
N64: Add "small" virtual keyboard pack to port packaging.
2014-06-25 19:57:20 +01:00
D G Turner
b8cce3a16d
WII: Add "small" virtual keyboard pack to port packaging.
2014-06-25 19:55:57 +01:00
D G Turner
834d04b76c
MAEMO: Add "small" virtual keyboard pack to port packaging.
2014-06-25 19:53:55 +01:00
Johannes Schickel
e80bdfc5b4
PS3: Default to 44kHz sound output.
2014-06-22 18:23:05 +02:00