Age | Commit message (Collapse) | Author |
|
- Fix dispenser in Scene2808 (wasn't clickable)
- Add Palette::fillBaseWhite
- Minor renaming in Module2800
|
|
couldn't find any apparent causes yet)
|
|
|
|
merge of the Palette/Palette2 classes
|
|
- Implement Screen::drawSurface3 and Screen::drawUnk and move actual blitting code to Screen::blit
|
|
- Implement CollisionMan::removeSprite
|
|
- The intro video after the logo screens is now played (still needs better sync)
|
|
- Implement Screen::drawSurface2 (needs color key support)
- The first intro now show up, complete with fade-in and fade-out
|
|
|
|
- SpriteResource and PaletteResource resource classes
- Extend BaseSurface to be able to draw SpriteResources onto it
- Implement Entity base class (this may need some work concerning the update/message callbacks later since I'm not sure if the way it's done now is portable)
|