Age | Commit message (Expand) | Author |
---|---|---|
2009-07-13 | Added Surface::fill() method and made Screen::fillScreen() use that instead o... | Denis Kasak |
2009-07-08 | Stopped doing a screen update immediately after changing the palette. This ca... | Denis Kasak |
2009-06-22 | Changed Font::fillScreen() to accept a uint8 instead of a uint16. | Denis Kasak |
2009-06-22 | * Expanded docs for the Sprite class | 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 | Began work on the Screen class. Modified the demo animation to use the it. | Denis Kasak |