Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-15 | BACKENDS: Constify PaletteManager::grabPalette implementations | Colin Snover | |
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-18 | PS2: support for different gfx modes | Max Lingua | |
2014-01-18 | PS2: commented out unused Gs2dScreen::tvMode | Max Lingua | |
2014-01-18 | PS2: renamed animThread -> playAnim to avoid shadowing | Max Lingua | |
2014-01-18 | PS2: cleaned cast (X*) -> (X *) | Max Lingua | |
2012-11-27 | PS2: Fix three compiler warnings and minor code formatting fixes. | 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. | |||
2011-11-27 | PS2: Remove the unused method OSystem_PS2::grabRawScreen(). | Christoph Mallon | |
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f. | |||
2011-11-21 | ALL: Remove unnecessary forward declarations. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Format more forward declarations to follow convention | Ori Avtalion | |
2011-02-16 | PS2: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel | |
This change is not tested. | |||
2009-11-18 | PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen() | Max Horn | |
svn-id: r45973 | |||
2009-07-12 | ScummVM/PS2 bugs fixed by this commit: | Max Lingua | |
- general file write corruption (eg. ScummVM.ini, etc.) - COMI specific save crash / corruption (added option in engines/scumm/saveload.cpp to disable thumbnails on PS2, as emergency fallback in case the fix should prove to be insufficient) - implemented _screenChange logic (fixes grabOverlay & COMI popup menu) - fixed higher pitch (chipmunk fx) - made NET IRXs optional to allow it to work on fat PS2 without net+hd - fixed cursor restore on RTL - added "." as R2 to skip single lines of dialog - added write cache svn-id: r42404 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-03-06 | Implemented _overlayFormat in Gs2dScreen | Max Lingua | |
Modified PS2FSNode openForReading -> createReadStream openForWriting -> createWriteStream Started Common::EventManager *OSystem::getEventManager() on backend side... svn-id: r39141 | |||
2008-03-03 | the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. | Robert Göffringmann | |
svn-id: r31034 | |||
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2006-08-04 | Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) | Max Horn | |
svn-id: r23666 | |||
2006-07-06 | Moving remaining platform/backends code, as previously threatened | Max Horn | |
svn-id: r23380 |