aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
AgeCommit message (Expand)Author
2011-04-28BACKENDS: Fix compilation for various backendsOri Avtalion
2011-04-28JANITORIAL: Format more forward declarations to follow conventionOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-03-19ALL: s/PI/M_PI/dhewg
2011-02-16PS2: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
2010-11-18PS2: Fix use of Ps2File::_sema w/o __PS2_FILE_SEMA__ guardMax Horn
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-30PS2: Enable use of forbidden symbolsMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-15PLUGINS: Cleanup.Andre Heider
2010-09-05PLUGINS: Move all ELF loader related files to its own directory.Andre Heider
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-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-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-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-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-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax 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-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe...Tony Puccinelli
2010-07-15added necessary #includes to loaderTony Puccinelli
2010-07-15Fixed function prototype typosTony Puccinelli
2010-07-15restructured ps2loader to use Common::SeekableReadStream instead of a file de...Tony Puccinelli
2010-06-22fixed errors in linker scripts that were preventing GP-relative section for s...Tony Puccinelli
2010-06-21fixed dependency typoTony Puccinelli
2010-06-14changed which modified linker to use for plugin.ld as loading from USB-drive ...Tony Puccinelli
2010-06-13changed DBG to printf instead of sioprintfTony Puccinelli
2010-06-13loadable modules working for ps2Tony Puccinelli
2010-06-11changed DBG to use sioprintf but temporarily commented out those statementsTony Puccinelli
2010-06-09added tentative GDB flag to Makefile, changed calls to psp-functions to equiv...Tony Puccinelli
2010-06-07rearranged Makefile for clarity and added commentsTony Puccinelli
2010-06-06Makefile tweaked so plugins build for PS2 and uncommented code from default-s...Tony Puccinelli
2010-06-06use modified version of a different linker for linking plugins for PS2Tony Puccinelli
2010-06-06added dynamic plugins stuff to configureTony Puccinelli
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...Tony Puccinelli
2010-06-04further tweaks to Makefile and main linkerTony Puccinelli
2010-06-03minor correction to makefileTony Puccinelli
2010-06-03modified linker now both compiles and runs when dynamic modules turned offTony Puccinelli
2010-06-03compiles with modified linker when dynamic plugins turned off nowTony Puccinelli