Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-26 | AMIGAOS: Re-add a DosList feature | Hubert Maier | |
To keep consistency with the original code i re-added the DosList feature dol_Port (which was taken out due to a compiler error using SDK 53.24 and was named wrong anyway). It offers a message port for the DosList. | |||
2015-01-18 | ANDROID: Remove plugins/unpacker from makefile. | Alyssa Milburn | |
2015-01-18 | JANITORIAL: Update copyright year | Thierry Crozat | |
2015-01-12 | Merge pull request #558 from klusark/patch-3 | Eugene Sandulenko | |
SDL: Warn if the selected joystick does not exist | |||
2015-01-11 | Merge pull request #560 from klusark/unpack | Eugene Sandulenko | |
ANDROID: Remove unpacker and fix support for non arm | |||
2015-01-11 | Merge pull request #559 from fedor4ever/master | Eugene Sandulenko | |
VIDEO: Add Theora support to systems which use libtremor | |||
2015-01-07 | OPENGL: Fix truncation issue resulting in wrong mouse coordinates. | Johannes Schickel | |
2015-01-07 | OPENGL: Limit mouse cursor drawing to inside game screen when no overlay is ↵ | Johannes Schickel | |
visible. | |||
2015-01-06 | SYMBIAN: Updated settings | Fedor Strizhnev | |
2015-01-06 | SYMBIAN: Updated settings and moved to config.mmh | Fedor Strizhnev | |
2015-01-05 | ANDROID: Remove unpacker and fix support for non arm | Joel Teichroeb | |
2015-01-04 | Merge pull request #555 from fedor4ever/master | Eugene Sandulenko | |
SYMBIAN: Add symbian support for access and prince engines | |||
2015-01-04 | Merge pull request #425 from klusark/android | Eugene Sandulenko | |
ANDROID: Modernize build system | |||
2015-01-04 | SDL: Warn if the selected joystick does not exist | Joel Teichroeb | |
2014-12-30 | Symbian: completely disabled MT32 | Fedor Strizhnev | |
2014-12-30 | SYMBIAN: Add symbian support for access and prince engines | Fedor Strizhnev | |
2014-11-15 | ANDROID: Delay deleting a local ref until it's no longer used | Matthew Hoops | |
Should fix bug #6741 | |||
2014-10-28 | BACKENDS: Remove trailing whitespace | Filippos Karapetis | |
2014-10-27 | GCW0: Hardcoded (for now) GCW0 controls | Eugene Sandulenko | |
2014-10-26 | KEYMAPPER: Fix off-by-one error with keymapper action names | Eugene Sandulenko | |
2014-10-26 | GCW0: Create target with unstripped binaries | Eugene Sandulenko | |
2014-10-26 | Merge pull request #524 from AReim1982/WII-1.7.0-Beta-2 | David Turner | |
WII: missing ASCII codes for some keys | |||
2014-10-26 | GCW0: Further work on the port | Eugene Sandulenko | |
2014-10-23 | WII: missing ASCII codes for some keys | Alexander Reim | |
2014-10-11 | AMIGAOS4: Fix getParent() for non-directories | Willem 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-06 | UNITY: Check for GLib version at runtime | Tobia Tesan | |
g_type_init() is deprecated since 2.36 | |||
2014-10-06 | UNITY: Call g_type_init but define DISABLE_DEPRECATION_WARNINGS | Tobia Tesan | |
2014-10-05 | UNITY: Call g_type_init only with GLib < 2.36 | Tobia Tesan | |
With GLib >= 2.36 g_type_init() is deprecated and only throws an ugly warning | |||
2014-09-22 | AMIGAOS: More cleanup | raziel- | |
Period on all comments | |||
2014-09-22 | AMIGAOS: More cleanup | raziel- | |
Another case of misused TAB | |||
2014-09-21 | AMIGAOS: Cleanup | raziel- | |
Comments cleanup and one case of a misused TAB | |||
2014-09-16 | Merge pull request #501 from raziel-/patch-3 | David Turner | |
AMIGAOS: Add and make use of a new drawer icon | |||
2014-09-10 | SYMBIAN: Final batch of updated mmp.in files and updated help file. | anotherguest | |
2014-09-09 | SYMBIAN: More MMP.in files patched and updated. | anotherguest | |
2014-09-08 | SYMBIAN: Additional makefile updates. | anotherguest | |
2014-09-08 | SYMBIAN: Updated settings and moved to config.mmh | anotherguest | |
2014-09-07 | AMIGAOS: Make use of the new drawer icon | raziel- | |
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-03 | SYMBIAN: Move options into config.mmh file and updated other makefiles. | anotherguest | |
2014-08-29 | BACKENDS: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen | |
2014-08-08 | AMIGAOS: Add a stack cookie | raziel- | |
Setting up a static stack to avoid crashes from a stack set too low. | |||
2014-08-08 | AMIGAOS: Cleanup of the AmigaOS version number | raziel- | |
2014-07-22 | ANDROID: Modernize build system | Joel Teichroeb | |
Written originally by @Botje for ResidualVM | |||
2014-07-20 | BUILD: 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-11 | MAEMO: Sync changelog with 1.7.0 | Eugene Sandulenko | |
2014-07-10 | SYMBIAN: Merged changes from 1.7.0 branch for Symbian Makefiles and updated ↵ | anotherguest | |
split build for main branch. | |||
2014-07-04 | OPENGLSDL: Don't ignore events after user-initiated resizes. | Alyssa Milburn | |
2014-07-04 | SYMBIAN: Added Fedor to credits in mmp.in, updated (c) years, updated ↵ | anotherguest | |
include paths. | |||
2014-07-02 | Symbian: Added new engine to list | anotherguest | |
2014-07-02 | Symbian: mpeg.cpp has moved from Video to Image codec folder. | anotherguest | |
2014-07-01 | ANDROID: Reinstate overscan margin resource for OUYA/GoogleTV | Marcus Comstedt | |
This reverts commits 51cb7557 and 2648062d. Please note that Android SDK Platform Tools r06 or later is needed to build ScummVM. |