aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2010-07-05NDS: Enable compilation of backend specific filesMax Horn
Also tried to enable the conversion of .raw/.pal/.bin files, but this does not currently work (probably something really silly, but I don't have the time to debug this right now). svn-id: r50671
2010-07-05Switch Android toolchain prefix from arm-android-eabi toAngus Lees
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6 change uses. Work around Android 2.0 and newer dynamic linker bug by explicitly linking plugins against the core libscummvm.so. Mark Android packages as preferring to be on external storage. Move -lm from LDFLAGS to LIBS. svn-id: r50665
2010-07-03moved plugin linker and elf32 header file to arm9/source and modified ds ↵Tony Puccinelli
makefile to use dynamic plugins svn-id: r50617
2010-07-03moved loader to arm9/source and added it to module.mkTony Puccinelli
svn-id: r50616
2010-07-03changed main to use DS plugin provider if dynamic modules are turned onTony Puccinelli
svn-id: r50615
2010-07-03modified default ds linker script for linking of engine pluginsTony Puccinelli
svn-id: r50612
2010-07-03Cleanup and documentation.Alejandro Marzini
svn-id: r50610
2010-07-02Cleanup and documentation.Alejandro Marzini
svn-id: r50589
2010-07-02added incomplete ds loaderTony Puccinelli
svn-id: r50587
2010-07-02added elf32 header for dsTony Puccinelli
svn-id: r50586
2010-07-01NDS: Some tweaks for compiling via std build systemMax Horn
svn-id: r50582
2010-07-01NDS: Fix typoMax Horn
svn-id: r50557
2010-07-01NDS: Fix compile errors and a warningMax Horn
svn-id: r50555
2010-07-01Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to ↵Alejandro Marzini
GP2XSdlEventManager, and added GP2X code. svn-id: r50542
2010-06-30Modularized GP2XWIZ backend.Alejandro Marzini
svn-id: r50514
2010-06-30added dumped arm-eabi linkerTony Puccinelli
svn-id: r50513
2010-06-29Replace some code with constructs that work on Android pre-1.6.Angus Lees
Add a boolean for disabling the "no plugins found" warning. svn-id: r50494
2010-06-29Renamed Samsung TV SDL Event Manager class and file for constancy, and added ↵Alejandro Marzini
initialization for it on Samsung TV backend. svn-id: r50481
2010-06-29Override setupIcon() for both Mac OS X and SymbianOS, they have their own icons.Matthew Hoops
svn-id: r50476
2010-06-29Updated makefile. Fixed compile errors.Alejandro Marzini
svn-id: r50475
2010-06-29Modularized Linuxmoto port.Alejandro Marzini
svn-id: r50474
2010-06-28reimplemented DLObject::openTony Puccinelli
svn-id: r50467
2010-06-28Renamed BufferingSDLMixerManager to DoubleBufferSDLMixerManager.Alejandro Marzini
svn-id: r50458
2010-06-27Fixed String conversion error.Alejandro Marzini
svn-id: r50370
2010-06-27Improved getDefaultConfigFileName(). Code cleanup.Alejandro Marzini
svn-id: r50364
2010-06-27removed unneccessary relocation type definitionsTony Puccinelli
svn-id: r50362
2010-06-26Modularized Symbian port.Alejandro Marzini
svn-id: r50356
2010-06-26Define WIN32_LEAN_AND_MEAN before including windows.h.Johannes Schickel
This will cause our code to include less functionality, but might on the other hand fasten up the compilation. svn-id: r50346
2010-06-26Removed unused function, fixing a linker error.Alejandro Marzini
svn-id: r50343
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
svn-id: r50324
2010-06-26various fixes to the loader to allow compilationTony Puccinelli
svn-id: r50305
2010-06-26Missing character.Alejandro Marzini
svn-id: r50303
2010-06-26Override quit() and getConfigFileNameString(). Changed parent class to ↵Alejandro Marzini
OSystem_POSIX. svn-id: r50302
2010-06-26Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString ↵Alejandro Marzini
function. svn-id: r50301
2010-06-25added ARM-specific defines to elf32.h and indented gp2xwiz-loader.h correctlyTony Puccinelli
svn-id: r50259
2010-06-25Modularized Samsung TV port.Alejandro Marzini
svn-id: r50258
2010-06-25Fix linking on Mac OS X.Matthew Hoops
svn-id: r50256
2010-06-25Fix link error with duplicated name files.Alejandro Marzini
svn-id: r50255
2010-06-24Fix compile on Mac OS X (and probably *nix systems).Matthew Hoops
svn-id: r50254
2010-06-24Added missing header.Alejandro Marzini
svn-id: r50253
2010-06-24Created macosx port from sdl backend.Alejandro Marzini
svn-id: r50228
2010-06-24Added a init function to OSystem_SDL for early backend setup, and so ↵Alejandro Marzini
allowing better sub classing. svn-id: r50224
2010-06-24added EM_ARM and ARM relocation typesTony Puccinelli
svn-id: r50201
2010-06-24Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX.Alejandro Marzini
svn-id: r50198
2010-06-23defined various values in elf32.h and filled out load in wiz loader ↵Tony Puccinelli
(including various helper procedures svn-id: r50196
2010-06-23Fixed Posix port problem with destructor and configure.Alejandro Marzini
svn-id: r50194
2010-06-23Relocated Win32 and Posix ports. (Part 2)Alejandro Marzini
svn-id: r50193
2010-06-23Reversing modification by mistake from r50191.Alejandro Marzini
svn-id: r50192
2010-06-23Relocated Win32 and Posix ports. (Part 1)Alejandro Marzini
svn-id: r50191
2010-06-23Fixed AudioCDManager not having a public inheritance. Backend code cleanup.Alejandro Marzini
svn-id: r50189