Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-23 | PS2: Remove unused header | Cameron Cawley | |
2018-09-14 | PS2: Fix compilation with latest PS2SDK | Cameron Cawley | |
2018-08-19 | PS2: Replace usage of strdup with scumm_strdup | Cameron Cawley | |
2017-10-15 | BACKENDS: Constify PaletteManager::grabPalette implementations | Colin Snover | |
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-08-31 | PS2: Fix Ps2SaveFileManager | Alexander Tkachev | |
* updateSavefilesList() stub; * openRawFile(); * Common::OutSaveFile in openForLoading(). | |||
2016-08-24 | CLOUD: Make OutSaveFile start saves sync | Alexander Tkachev | |
It had to become a proxy class in order to do that. finalize() starts the saves sync. | |||
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: Added README.PS2 | Max Lingua | |
2014-01-23 | PS2: Added compact Makefile.ps2.dev for debug | Max Lingua | |
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-19 | PS2: added missing default engines to Makefile.ps2 | Max Lingua | |
2014-01-18 | PS2: do not assume _tvMode and _gfxMode are init 0 | Max Lingua | |
2014-01-18 | PS2: reverted createPixelFormat to _overlayFormat | Max Lingua | |
<1555> alpha is otherwise broken with classic theme | |||
2014-01-18 | PS2: converted malloc(x) -> memalign(64, x) | Max Lingua | |
2014-01-18 | PS2: ps2pad.cpp - fixed duplicate switch case | 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: enhanced Makefile.ps2 (incl. modules & debug) | Max Lingua | |
2014-01-18 | PS2: commented out unused Gs2dScreen::tvMode | Max Lingua | |
2014-01-18 | PS2: use createPixelFormat for overlay format | Max Lingua | |
2014-01-18 | PS2: renamed animThread -> playAnim to avoid shadowing | Max Lingua | |
2014-01-18 | PS2: Ps2Pad::initPad added case STAT_NONE | Max Lingua | |
2014-01-18 | PS2: fixed tabs and alignment | Max Lingua | |
2014-01-18 | PS2: added missing casts | Max Lingua | |
2014-01-18 | PS2: used C++ const_cast<...> where appropriate | Max Lingua | |
2014-01-18 | PS2: cleaned cast (X*) -> (X *) | Max Lingua | |
2013-08-06 | PS2: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2012-11-27 | PS2: Fix three compiler warnings and minor code formatting fixes. | D G Turner | |
2012-06-21 | COMMON: Allow the savefile manager to create uncompressed saves | Filippos Karapetis | |
These are useful in cases where the files can be used in the original interpreters (such as the exported characters from QFG), in order to avoid confusion in cases where the users are unaware that these saves are compressed and are trying to load them in the original interpreters. | |||
2012-06-20 | Merge pull request #246 from lordhoto/osystem-void-buffers | Johannes Schickel | |
OSYSTEM: Use void buffers for screen/overlay/mouse buffers and proper pitch values for overlay code | |||
2012-06-19 | PS2: Small formatting fixes. | Johannes Schickel | |
2012-06-18 | PS2: Implement algorithm for day of week for use in tm_wday. | D G Turner | |
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-10 | BACKENDS: Add #error for platforms not setting tm_wday in release builds | Matthew Hoops | |
2012-06-09 | COMMON: Add tm_wday to our TimeDate struct | Matthew Hoops | |
Did not adapt bada or ps2 backends as I'm not sure how they should be handled | |||
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-03-13 | JANITORIAL: Remove unnecessary empty default constructors/destructors. | Christoph Mallon | |
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. |