Age | Commit message (Expand) | Author |
2010-08-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli |
2010-08-07 | got rid of rest of leftover stuff from GP2X-WIZ elf-loader attempt | Tony Puccinelli |
2010-08-07 | removed psploader code, as it is covered by the mipsloader and elfloader in b... | Tony Puccinelli |
2010-08-07 | modified psp to use mips-loader.cpp (and added things to backends/module.mk) | Tony Puccinelli |
2010-08-07 | made MIPSDLObject and PS2 plugin provider that uses it | Tony Puccinelli |
2010-08-06 | got rid of gp2xwiz loader (anything useful from it is already incorporated in... | Tony Puccinelli |
2010-08-06 | got rid of unneccessary 'extern C' section in elf-loader header and refactore... | Tony Puccinelli |
2010-08-06 | Enabled translation by default. Include common/error.cpp in uiq3 makefile | Lars Persson |
2010-08-06 | Start to support Flac when building! | Lars Persson |
2010-08-06 | Don't include engines/sci as userinclude path, causes conflicts with graphics... | Lars Persson |
2010-08-06 | added DSPlugin and DS Plugin Provider (steps towards using subtypes of DLObject) | Tony Puccinelli |
2010-08-05 | added plugin design first refinement define to ps2 makefile | Tony Puccinelli |
2010-08-03 | added checks for ELF_LOADER_TARGET before including the elf plugin provider | Tony Puccinelli |
2010-08-03 | PSP: Factored out thread creation routines into PspThreadable class. | Yotam Barnoy |
2010-08-02 | N64: mention hkz-libn64 download location in port readme | Fabio Battaglia |
2010-08-02 | DS: Allow disabling assert via NDEBUG; cleanup | Max Horn |
2010-08-02 | DS: Disable debug mode in setup-builddirs.sh | Max Horn |
2010-08-02 | DS: More closely immitate CXXFLAGS of custom DS build system | Max Horn |
2010-08-02 | DS: Reorder & complete list of OPT_SPEED files; some tweaks | Max Horn |
2010-08-01 | CONFIGURE: add support for N64 port to configure | Fabio Battaglia |
2010-08-01 | iPhone: changed GL_NEAREST to GL_LINEAR in miniaturization filter as per foru... | Yotam Barnoy |
2010-07-31 | DS: Remove now redundant ds-fs.o from PORT_OBJS | Max Horn |
2010-07-31 | DS: Add shell script which emulates old DS builds using configure&make | Max Horn |
2010-07-31 | DS: Fix custom DS build system | Max Horn |
2010-07-30 | PSP: optimized memcpy some more and fixed memcpy testing | Yotam Barnoy |
2010-07-29 | DC: Let scummvm.ini override autodetect of games | Marcus Comstedt |
2010-07-29 | DC: Specialize createConfig{Read,Write}Stream | Marcus Comstedt |
2010-07-29 | DS: Add WRAP_MALLOC support to ds.mk, update comments | Max Horn |
2010-07-29 | DS: Get rid of DS_NON_SCUMM_BUILD and DS_SCUMM_BUILD | Max Horn |
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn |
2010-07-29 | BUILD: Fix MODULE_DIRS for WinCE port | Max Horn |
2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn |
2010-07-28 | added some comments to shorts-segment-manager, moved main engine linker scrip... | Tony Puccinelli |
2010-07-28 | abstracted an ELF plugin provider | Tony Puccinelli |
2010-07-28 | various manual tweaks to get ds port compiling from branch again after earlie... | Tony Puccinelli |
2010-07-27 | Remove Android themeengine patch - an improved version is now part of | Angus Lees |
2010-07-27 | Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe... | Tony Puccinelli |
2010-07-26 | moved flushDataCache function from ds-loader.cpp to elf-loader.cpp and moved ... | Tony Puccinelli |
2010-07-24 | changed ds makefile to use abstracted ELF-loader with ds-specific additions a... | Tony Puccinelli |
2010-07-23 | SDL: Fix bug #3025258 | Eugene Sandulenko |
2010-07-23 | GP2XWIZ: Fix warning | Willem Jan Palenstijn |
2010-07-23 | Added linker flags to ensure R_ARM_TARGET1 is treated as R_ARM_ABS32 | Tony Puccinelli |
2010-07-22 | Added code for relocation R_ARM_TARGET1 (untested) | Tony Puccinelli |
2010-07-21 | switched out linker script for plugin linking on ds, added in check for RELA ... | Tony Puccinelli |
2010-07-20 | coded for more relocations, added check for RELA type relocations, added comm... | Tony Puccinelli |
2010-07-18 | trying to fix psp build for case sensitive filesystems. | Andre Heider |
2010-07-18 | PSP: switched to using my memcpy | Yotam Barnoy |
2010-07-18 | PSP: forgot test files | Yotam Barnoy |
2010-07-18 | Made memcpy faster but not as fast with uncached mem. | Yotam Barnoy |
2010-07-17 | Remove PalmOS port | Max Horn |