Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko | |
PS2: Pull request to master for latest PS2 code | |||
2014-02-18 | PS2: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-23 | PS2: Made it quieter unless -DLOGORRHEIC is set | Max Lingua | |
2014-01-23 | PS2: Init Ps2Input after USB drivers are loaded | Max Lingua | |
2014-01-23 | PS2: Improved support for profiling (gprof) build | Max Lingua | |
2014-01-23 | PS2: commented "offending" free in startIrxModules | Max Lingua | |
TODO: investigate stack corruption due to double free TODO: review modules loader fallback logic | |||
2014-01-23 | PS2: Support for latest SDK with -D__NEW_PS2SDK__ | Max Lingua | |
2014-01-18 | PS2: converted malloc(x) -> memalign(64, x) | Max Lingua | |
2014-01-18 | PS2: support for different gfx modes | Max Lingua | |
2014-01-18 | PS2: added [PlayStation2] section to scummvm.ini | Max Lingua | |
2014-01-18 | PS2: modular IRX drivers loading | Max Lingua | |
2014-01-18 | PS2: fixed tabs and alignment | Max Lingua | |
2014-01-18 | PS2: cleaned cast (X*) -> (X *) | Max Lingua | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper ↵ | Johannes Schickel | |
pitch values. This is a first step to get rid of OverlayColor, which is a requirement for proper 4Bpp overlay support. | |||
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel | |
This is mainly for consistency with OSystem::copyRectToScreen. | |||
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte ↵ | Johannes Schickel | |
*" as buffer. This removes the need to convert the parameter to copyRectToScreen to "const byte *", which is commonly used in games, which use Graphics::Surface to store their graphics data. | |||
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" ↵ | Johannes Schickel | |
logic. All uses of the old target scale API actually wanted to disallow scaling of the mouse cursor. This commit adapts our API to this and thus simplifies backend implementations. Some backends, most notable the Wii and Android, did some implementation of the cursor target scale, which I didn't adapt yet. I added a TODO for the porters there. | |||
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-11-27 | PS2: Remove the unused method OSystem_PS2::grabRawScreen(). | Christoph Mallon | |
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f. | |||
2011-07-01 | BACKENDS: Fix PS2 backend compilation for real. | Johannes Schickel | |
2011-07-01 | BACKENDS: Fix compilation of PS2 backend. | Johannes Schickel | |
2011-06-07 | PS2: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-06 | PS2: Add missing semicolon | Max Horn | |
2011-06-06 | PS2: Simplify OSystem_PS2::logMessage | Max Horn | |
2011-06-06 | BACKENDS: Unify EventManager setup | Max Horn | |
2011-06-06 | PS2: Add logMessage() implementation | Max Horn | |
2011-06-06 | BACKENDS: Add OSystem::getDefaultConfigFileName | Max Horn | |
This is used to provide default implementations for createConfigWriteStream and createConfigReadStream, which can be used by most backends. Note that backends can still override createConfigRead/WriteStream; this could be useful if settings on some port are not stored in a regular file (think 'Windows registry', for a hypothetical example). | |||
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | PS2: Fix various forbidden symbol clashes | Max Horn | |
2011-04-17 | BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a ↵ | Johannes Schickel | |
byte depth. | |||
2011-02-16 | PS2: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel | |
This change is not tested. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-29 | SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation | Max Horn | |
svn-id: r54575 | |||
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy | |
This merge was extremely difficult to carry out. It wasn't entirely SVN's fault -- there were several merges to the branch that were done by hand. Please check for any issues and regressions. Also note that the DS makefile was not copied over since the "one at a time" plugin mode currently has too much fragmentation ie. it doesn't work. svn-id: r54051 | |||
2010-10-31 | Updated with latest from trunk | Yotam Barnoy | |
svn-id: r53976 | |||
2010-10-30 | PS2: Enable use of forbidden symbols | Max Horn | |
svn-id: r53969 | |||
2010-08-07 | made MIPSDLObject and PS2 plugin provider that uses it | Tony Puccinelli | |
svn-id: r51818 | |||
2010-07-28 | abstracted an ELF plugin provider | Tony Puccinelli | |
svn-id: r51400 | |||
2010-06-13 | loadable modules working for ps2 | Tony Puccinelli | |
svn-id: r49617 | |||
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-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-01 | Remove dead code from PS2 and GP2x backends | Max Horn | |
svn-id: r49374 | |||
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-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 |