Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-05 | added plugin design first refinement define to ps2 makefile | Tony Puccinelli | |
svn-id: r51749 | |||
2010-08-03 | added checks for ELF_LOADER_TARGET before including the elf plugin provider | Tony Puccinelli | |
svn-id: r51716 | |||
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn | |
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467 | |||
2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn | |
svn-id: r51465 | |||
2010-07-28 | added some comments to shorts-segment-manager, moved main engine linker ↵ | Tony Puccinelli | |
script for ps2 into the plugins folder as it is only used when dynamic plugins are enabled svn-id: r51447 | |||
2010-07-28 | abstracted an ELF plugin provider | Tony Puccinelli | |
svn-id: r51400 | |||
2010-07-27 | Continued abstraction of generic ELF-loader, splitting off MIPS-processor ↵ | Tony Puccinelli | |
specific things into their own files and testing on the PS2 svn-id: r51345 | |||
2010-07-15 | added necessary #includes to loader | Tony Puccinelli | |
svn-id: r50910 | |||
2010-07-15 | Fixed function prototype typos | Tony Puccinelli | |
svn-id: r50909 | |||
2010-07-15 | restructured ps2loader to use Common::SeekableReadStream instead of a file ↵ | Tony Puccinelli | |
descriptor svn-id: r50903 | |||
2010-06-22 | fixed errors in linker scripts that were preventing GP-relative section for ↵ | Tony Puccinelli | |
small data from working correctly svn-id: r50138 | |||
2010-06-21 | fixed dependency typo | Tony Puccinelli | |
svn-id: r50105 | |||
2010-06-14 | changed which modified linker to use for plugin.ld as loading from USB-drive ↵ | Tony Puccinelli | |
seemed to break after last commit. Also added some comments to the linkers. svn-id: r49676 | |||
2010-06-13 | changed DBG to printf instead of sioprintf | Tony Puccinelli | |
svn-id: r49626 | |||
2010-06-13 | loadable modules working for ps2 | Tony Puccinelli | |
svn-id: r49617 | |||
2010-06-11 | changed DBG to use sioprintf but temporarily commented out those statements | Tony Puccinelli | |
svn-id: r49588 | |||
2010-06-09 | added tentative GDB flag to Makefile, changed calls to psp-functions to ↵ | Tony Puccinelli | |
equivalent ps2-functions in ps2loader, minor rearrangement of code in systemps2 svn-id: r49530 | |||
2010-06-07 | rearranged Makefile for clarity and added comments | Tony Puccinelli | |
svn-id: r49493 | |||
2010-06-06 | Makefile tweaked so plugins build for PS2 and uncommented code from ↵ | Tony Puccinelli | |
default-saves.cpp svn-id: r49463 | |||
2010-06-06 | use modified version of a different linker for linking plugins for PS2 | Tony Puccinelli | |
svn-id: r49462 | |||
2010-06-06 | added dynamic plugins stuff to configure | Tony Puccinelli | |
svn-id: r49446 | |||
2010-06-05 | merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a ↵ | Tony Puccinelli | |
couple files svn-id: r49435 | |||
2010-06-04 | further tweaks to Makefile and main linker | Tony Puccinelli | |
svn-id: r49422 | |||
2010-06-03 | minor correction to makefile | Tony Puccinelli | |
svn-id: r49401 | |||
2010-06-03 | modified linker now both compiles and runs when dynamic modules turned off | Tony Puccinelli | |
svn-id: r49400 | |||
2010-06-03 | compiles with modified linker when dynamic plugins turned off now | Tony Puccinelli | |
svn-id: r49399 | |||
2010-06-01 | Remove dead code from PS2 and GP2x backends | Max Horn | |
svn-id: r49374 | |||
2010-06-01 | makefile tweaked a bit more towards accomodating loadable modules for ps2 | Tony Puccinelli | |
svn-id: r49371 | |||
2010-06-01 | changed ps2 makefile and other files to use the ps2loader | Tony Puccinelli | |
svn-id: r49368 | |||
2010-05-31 | Revert the rest of 49362, which wasn't meant for trunk | Jordi Vilalta Prat | |
svn-id: r49366 | |||
2010-05-31 | modifications to get the ps2 to use the ps2loader | Tony Puccinelli | |
svn-id: r49363 | |||
2010-05-28 | added svn keywords 'Id' and 'URL' to new files | Tony Puccinelli | |
svn-id: r49282 | |||
2010-05-28 | typo fix | Tony Puccinelli | |
svn-id: r49281 | |||
2010-05-28 | was using the modified linker for the psp for plugins.ld. Now it's a ↵ | Tony Puccinelli | |
modified version of the default linker for the ps2 compiler svn-id: r49280 | |||
2010-05-27 | was using the default linker for the psp. Now a modified version of the ↵ | Tony Puccinelli | |
default linker for the ps2 compiler svn-id: r49278 | |||
2010-05-27 | added files for ps2 loadable modules (mainly transplanted from psp code with ↵ | Tony Puccinelli | |
VERY minor tweaks) svn-id: r49256 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn | |
try to fix compile error in GP2x code svn-id: r48286 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2010-01-28 | Silenced some more cppcheck style warnings. | Torbjörn Andersson | |
svn-id: r47628 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-11-23 | PS2: Further tweak PS2FileStream; fix potential leak in ps2_fopen | Max Horn | |
svn-id: r46115 | |||
2009-11-23 | PS2: Add new PS2FileStream class for std I/O. | Max Horn | |
* Add new class PS2FileStream as substitute for class StdioStream on PS2 * Remove PS2 specific hacks from stdiostream.cpp / class StdioStream * Remove various ps2_f*() wrapper funcs, merging them into PS2FileStream TODO: Merge class Ps2File into PS2FileStream svn-id: r46111 | |||
2009-11-23 | PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use ↵ | Max Horn | |
fputs instead of fprintf svn-id: r46107 | |||
2009-11-23 | PS2: cleanup | Max Horn | |
svn-id: r46105 | |||
2009-11-18 | PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen() | Max Horn | |
svn-id: r45973 | |||
2009-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-10-13 | PS2: Clarify licensing terms for some files | Max Horn | |
svn-id: r45045 | |||
2009-10-13 | PS2: Replace license header on irx_imports.h by a GPL one. These files | Max Horn | |
contains trivial content and are not really 'copyrightable' anyway. svn-id: r45043 | |||
2009-10-09 | Some const correctness changes; cleanup | Max Horn | |
svn-id: r44850 |