Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn | |
svn-id: r49838 | |||
2010-03-08 | Remove unnecessary #includes | Max Horn | |
svn-id: r48185 | |||
2010-01-28 | Silenced some more cppcheck style warnings. | Torbjörn Andersson | |
svn-id: r47628 | |||
2009-10-10 | Fixed some warnings. | Marcus Comstedt | |
svn-id: r44877 | |||
2009-10-10 | RGB support. | Marcus Comstedt | |
svn-id: r44874 | |||
2009-08-22 | Second attempt to fix DC and iPhone backends compilation | Eugene Sandulenko | |
svn-id: r43651 | |||
2009-08-22 | Attempt to fix DC and iPhone backends compilation | Eugene Sandulenko | |
svn-id: r43650 | |||
2009-07-05 | Refresh the screen if pollEvent() is called without updateScreen() being ↵ | Marcus Comstedt | |
called for a long time. svn-id: r42139 | |||
2009-03-21 | Fixed some warnings. | Marcus Comstedt | |
svn-id: r39590 | |||
2009-03-17 | Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ↵ | Marcus Comstedt | |
int16. svn-id: r39493 | |||
2009-02-15 | Removed OSystem_Dreamcast::fillScreen implementation after discussing it ↵ | Johannes Schickel | |
with Marcus. svn-id: r38327 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-01 | Merged r36175 from branch-0-13-0: | Marcus Comstedt | |
Fixed alpha blending in the UI dialogs by adding alpha computation to the blendPixelPtr() function. To minimize impact, pre-multiplied alpha is assumed, meaning that the blending of the R, G and B components is the same both with and without hardware alpha. svn-id: r36177 | |||
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn | |
svn-id: r35995 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-07-08 | Removed various obsolete methods from OSystem (screenToOverlayX/Y, ↵ | Max Horn | |
overlayToScreenX/Y) svn-id: r27961 | |||
2007-07-01 | Removing non-ASCII chars from source code | Max Horn | |
svn-id: r27818 | |||
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-10-22 | Check for degenerated rect in copyRectTo*. | Marcus Comstedt | |
svn-id: r24452 | |||
2006-06-30 | Moved backends/dc into new platform directory. | Marcus Comstedt | |
svn-id: r23357 |