index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
draci
/
surface.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
DRACI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-17
DRACI: Fix potential sign extention. CID 1003513
Eugene Sandulenko
2013-08-03
DRACI: Take advantage of Surface::getPixels.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-17
DRACI: Prefer Surface::create taking a PixelFormat over the one taking a byte...
Johannes Schickel
2011-04-14
ALL: colour -> color
Max Horn
2009-10-30
Moved all one-line getters/setters to the header files
Robert Špalek
2009-10-30
Remove most of default parameter values.
Robert Špalek
2009-10-03
Fixed positioning and update of the title under the mouse pointer.
Robert Špalek
2009-09-30
Remove trailing whitespaces
Max Horn
2009-09-30
- Adapt parts of the Draci code to match our code formatting guidelines
Johannes Schickel
2009-09-27
Fix rounding coordinates at the edge of the screen.
Robert Špalek
2009-09-26
draci: Fixed bug in Surface::centerOn{X,Y}() which made it return a negative ...
Denis Kasak
2009-09-25
Add const's to many interfaces of engines/draci/
Robert Špalek
2009-08-08
Implemented Surface::getRect().
Denis Kasak
2009-08-04
Added Surface methods centerOnX() and centerOnY().
Denis Kasak
2009-07-13
Added Surface::fill() method and made Screen::fillScreen() use that instead o...
Denis Kasak
2009-06-22
* Expanded docs for the Sprite class
Denis Kasak
2009-06-18
Added Surface class.
Denis Kasak