aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Expand)Author
2010-08-28WII: svn merge Wii port commits from trunkAndre Heider
2010-08-19PSP: made PSP compile with plugins.Yotam Barnoy
2010-08-16moved include of Makefile.common in PS2 MakefileTony Puccinelli
2010-08-16removed redundant include of Makefile.common in PS2 MakefileTony Puccinelli
2010-08-16Added define to PS2 so it uses ONE_PLUGIN_AT_A_TIMETony Puccinelli
2010-08-14removed psploader.o from objects in psp makefile (psp should be using abstrac...Tony Puccinelli
2010-08-14added dynamic plugins stuff for PS2 into Makefile (and added couple of define...Tony Puccinelli
2010-08-13refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIMETony Puccinelli
2010-08-12modified DS makefile to use new plugin design where only one plugin is loaded...Tony Puccinelli
2010-08-11manually merged trunk/backends into branch and removed some now redundant elf...Tony Puccinelli
2010-08-10merged trunk into branch, reverted Cruise Singleton changesTony Puccinelli
2010-08-07got rid of rest of leftover stuff from GP2X-WIZ elf-loader attemptTony Puccinelli
2010-08-07removed psploader code, as it is covered by the mipsloader and elfloader in b...Tony Puccinelli
2010-08-07modified psp to use mips-loader.cpp (and added things to backends/module.mk)Tony Puccinelli
2010-08-07made MIPSDLObject and PS2 plugin provider that uses itTony Puccinelli
2010-08-06got rid of gp2xwiz loader (anything useful from it is already incorporated in...Tony Puccinelli
2010-08-06got rid of unneccessary 'extern C' section in elf-loader header and refactore...Tony Puccinelli
2010-08-06Enabled translation by default. Include common/error.cpp in uiq3 makefile Lars Persson
2010-08-06Start to support Flac when building!Lars Persson
2010-08-06Don't include engines/sci as userinclude path, causes conflicts with graphics...Lars Persson
2010-08-06added DSPlugin and DS Plugin Provider (steps towards using subtypes of DLObject)Tony Puccinelli
2010-08-05added plugin design first refinement define to ps2 makefileTony Puccinelli
2010-08-03added checks for ELF_LOADER_TARGET before including the elf plugin providerTony Puccinelli
2010-08-03PSP: Factored out thread creation routines into PspThreadable class.Yotam Barnoy
2010-08-02N64: mention hkz-libn64 download location in port readmeFabio Battaglia
2010-08-02DS: Allow disabling assert via NDEBUG; cleanupMax Horn
2010-08-02DS: Disable debug mode in setup-builddirs.shMax Horn
2010-08-02DS: More closely immitate CXXFLAGS of custom DS build systemMax Horn
2010-08-02DS: Reorder & complete list of OPT_SPEED files; some tweaksMax Horn
2010-08-01CONFIGURE: add support for N64 port to configureFabio Battaglia
2010-08-01iPhone: changed GL_NEAREST to GL_LINEAR in miniaturization filter as per foru...Yotam Barnoy
2010-07-31DS: Remove now redundant ds-fs.o from PORT_OBJSMax Horn
2010-07-31DS: Add shell script which emulates old DS builds using configure&makeMax Horn
2010-07-31DS: Fix custom DS build systemMax Horn
2010-07-30PSP: optimized memcpy some more and fixed memcpy testingYotam Barnoy
2010-07-29DC: Let scummvm.ini override autodetect of gamesMarcus Comstedt
2010-07-29DC: Specialize createConfig{Read,Write}Stream Marcus Comstedt
2010-07-29DS: Add WRAP_MALLOC support to ds.mk, update commentsMax Horn
2010-07-29DS: Get rid of DS_NON_SCUMM_BUILD and DS_SCUMM_BUILDMax Horn
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
2010-07-29BUILD: Fix MODULE_DIRS for WinCE portMax Horn
2010-07-29BUILD: Compile & link certain files only for specific BACKEND valuesMax Horn
2010-07-28added some comments to shorts-segment-manager, moved main engine linker scrip...Tony Puccinelli
2010-07-28abstracted an ELF plugin providerTony Puccinelli
2010-07-28various manual tweaks to get ds port compiling from branch again after earlie...Tony Puccinelli
2010-07-27Remove Android themeengine patch - an improved version is now part ofAngus Lees
2010-07-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe...Tony Puccinelli
2010-07-26moved flushDataCache function from ds-loader.cpp to elf-loader.cpp and moved ...Tony Puccinelli
2010-07-24changed ds makefile to use abstracted ELF-loader with ds-specific additions a...Tony Puccinelli
2010-07-23SDL: Fix bug #3025258Eugene Sandulenko