aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2015-10-08WIN: Fix mingw64 compilation, by limiting last hack.Kirben
2015-10-08WIN: Add hack for command line display in Windows versions built with MinGW.Kirben
2015-09-14SYMBIAN: Rename define and rephrase commentsWillem Jan Palenstijn
2015-09-14SYMBIAN: Delete obsolete fixes for 'remove'Fedor Strizhnev
2015-09-14SYMBIAN: Fix compilation error caused by remove macroFedor Strizhnev
2015-04-20MAEMO: Fix compilation.Tarek Soliman
Related to 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be
2015-03-06SDL: Fix compilation with SDL 2.0 under MSVCFilippos Karapetis
In SDL 2.0, intrin.h is now included in SDL_cpuinfo.h, which includes setjmp.h. SDL_cpuinfo.h is included from SDL.h and SDL_syswm.h. Thus, we remove the exceptions for setjmp and longjmp before these two includes.
2015-03-05MACOSX: Fix compilationMatthew Hoops
Broken by 3f22c12
2015-03-01SDL: Call setupIcon for each window creation with SDL2.Johannes Schickel
This should make sure that the logo is properly set on Win32 with SDL2.
2015-02-18WINCE: Fix compilation.Johannes Schickel
2015-02-16WIN32: Add experimental SDL2 support.Johannes Schickel
Based on changes by aquadran.
2015-02-16SDL: Handle icon setup in SdlWindow.Johannes Schickel
2015-02-16SDL: Add basic abstraction class for the SDL window.Johannes Schickel
2015-01-25SDL: Fix typo.Johannes Schickel
2015-01-25SDL: Add experimental support for SDL2.Johannes Schickel
This is based upon skristiansson's change set to make ScummVM work with SDL2.
2015-01-25SDL: Cleanup graphics manager switching a bit.Johannes Schickel
2015-01-25SDL: Refactor WM specific functionality into SdlGraphicsManager.Johannes Schickel
2015-01-18ANDROID: Remove plugins/unpacker from makefile.Alyssa Milburn
2015-01-18JANITORIAL: Update copyright yearThierry Crozat
2015-01-11Merge pull request #560 from klusark/unpackEugene Sandulenko
ANDROID: Remove unpacker and fix support for non arm
2015-01-11Merge pull request #559 from fedor4ever/masterEugene Sandulenko
VIDEO: Add Theora support to systems which use libtremor
2015-01-06SYMBIAN: Updated settingsFedor Strizhnev
2015-01-06SYMBIAN: Updated settings and moved to config.mmhFedor Strizhnev
2015-01-05ANDROID: Remove unpacker and fix support for non armJoel Teichroeb
2015-01-04Merge pull request #555 from fedor4ever/masterEugene Sandulenko
SYMBIAN: Add symbian support for access and prince engines
2015-01-04Merge pull request #425 from klusark/androidEugene Sandulenko
ANDROID: Modernize build system
2014-12-30Symbian: completely disabled MT32Fedor Strizhnev
2014-12-30SYMBIAN: Add symbian support for access and prince enginesFedor Strizhnev
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-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-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-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-22ANDROID: Modernize build systemJoel Teichroeb
Written originally by @Botje for ResidualVM
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-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