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
/
screen.h
Age
Commit message (
Expand
)
Author
2014-02-18
DRACI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-14
ALL: colour -> color
Max Horn
2009-12-09
DRACI: Reduce header interdependencies; some cleanup
Max Horn
2009-10-30
Moved all one-line getters/setters to the header files
Robert Špalek
2009-10-28
Implement palette fading
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-28
Added const's to getPalette() and several uses of getObject()
Robert Špalek
2009-09-25
Added some more const's to the interface of Dragon History
Robert Špalek
2009-09-25
Add const's to many interfaces of engines/draci/
Robert Špalek
2009-07-01
Removed declaration of Screen::drawSprite() which is now obsolete.
Denis Kasak
2009-06-22
Changed Font::fillScreen() to accept a uint8 instead of a uint16.
Denis Kasak
2009-06-19
* Made the Screen class use the new Surface class.
Denis Kasak
2009-06-18
Turned constants into enum in order to remove need of prototypes.
Eugene Sandulenko
2009-06-18
Changed _screenWidth and _screenHeight from member variables to constants bec...
Denis Kasak
2009-06-17
Added kNumColours constant and replaced magic numbers with it.
Denis Kasak
2009-06-17
Added default parameter to Screen::setPaletteEmpty() so it clears all colours...
Denis Kasak
2009-06-17
Added prefices to safeguard defines in order to minimize risk of name clash.
Eugene Sandulenko
2009-06-17
Began work on the Screen class. Modified the demo animation to use the it.
Denis Kasak