Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-22 | NEVERHOOD: Fix warning | Eugene Sandulenko | |
2013-06-09 | NEVERHOOD: Add a console command to display the current surfaces | Filippos Karapetis | |
2013-05-08 | NEVERHOOD: Add Y-flipping to unpackSpriteNormal | johndoe123 | |
2013-05-08 | NEVERHOOD: Change graphic resource draw method to get a Surface instead of ↵ | johndoe123 | |
separate pixels/pitch - Merge SpriteResource::load and load2 | |||
2013-05-08 | NEVERHOOD: Clean up DiskplayerScene | johndoe123 | |
- Enable return to launcher - Remove obsolete comments - Remove braces in single-line statements - Remove unused non-transparent drawing code in BaseSurface::copyFrom - Clean up mouse cursor insertion code in Scene class | |||
2013-05-08 | NEVERHOOD: Merge TextSurface into FontSurface | johndoe123 | |
2013-05-08 | NEVERHOOD: Simplify resource loading | johndoe123 | |
- Renamne and clean up | |||
2013-05-08 | NEVERHOOD: Remove more old comments | johndoe123 | |
- Add the remaining idle stuff to Klayman | |||
2013-05-08 | NEVERHOOD: More work on the menu system: | johndoe123 | |
- Add handling of ascii and system key input - Fix TextSurface::drawChar() - Pause audio when entering the menu, resume it again afterwards - Add TextEditWidget - Add SaveGameMenu (doesn't actually save anything yet and needs more work) | |||
2013-05-08 | NEVERHOOD: Remove BaseSurface::addDirtyRect() which is obsolete as well | johndoe123 | |
2013-05-08 | NEVERHOOD: Implement an experimental "render queue" to only draw and update ↵ | johndoe123 | |
what's actually changed; it works surprisingly well so far and only needs a few more changes here and there | |||
2013-05-08 | NEVERHOOD: Graphics related changes/fixes: | johndoe123 | |
- Add BitmapFlags enum - Merge unpackSpriteRle and unpackSpriteRleRepl - Implement Y flipping in unpackSpriteRle - Fix Y flipping in AsScene2804CrystalWaves | |||
2013-05-08 | NEVERHOOD: Implement clipping against multiple clipRects, used only in ↵ | johndoe123 | |
several scenes for the Klayman sprite. Currently only implemented in KmScene2201 for testing. | |||
2013-05-08 | NEVERHOOD: Implement TextSurface, used in the save/load menus | johndoe123 | |
2013-05-08 | NEVERHOOD: Add support for shadow sprites, used only for the shadow of the ↵ | johndoe123 | |
car/vehicle thing | |||
2013-05-08 | NEVERHOOD: Add Scene2706 | johndoe123 | |
- Move calcDistance from Class521 to graphics.cpp | |||
2013-05-08 | NEVERHOOD: Implement Scene2208 (viewer for Hall Of Records text) | johndoe123 | |
- Implement Screen::drawSurface3 and Screen::drawUnk and move actual blitting code to Screen::blit | |||
2013-05-08 | NEVERHOOD: New modules Module1200, Module1400, Module1700 and Module1800 | johndoe123 | |
- Implement CollisionMan::removeSprite | |||
2013-05-08 | NEVERHOOD: Implement Scene1005 | johndoe123 | |
- Add FontSurface - Add DataResource - Fix NavigationScene, only accept input when interactive | |||
2013-05-08 | NEVERHOOD: Implement color replace in AnimatedSprite | johndoe123 | |
(used to disable a color in sprite drawing) | |||
2013-05-08 | NEVERHOOD: Implement MouseCursorResource and Mouse433 mouse cursor | johndoe123 | |
2013-05-08 | NEVERHOOD: Add transparency and x flipping to sprite drawing (flip y still ↵ | johndoe123 | |
TODO but rarely used) - Add Class511 (the lever) to Module1000 | |||
2013-05-08 | NEVERHOOD: More work on Scene1001, implement Class509 (yes, will be renamed ↵ | johndoe123 | |
later) and AnimResource related stuff | |||
2013-05-08 | NEVERHOOD: Module1000 and Scene1001 skeletons | johndoe123 | |
- Implement BaseSurface::drawSpriteResourceEx - Use CollisionMan in Scene - Some cleanup | |||
2013-05-08 | NEVERHOOD: Start with the Palette2 class (which needs a better name later) | johndoe123 | |
- Implement Screen::drawSurface2 (needs color key support) - The first intro now show up, complete with fade-in and fade-out | |||
2013-05-08 | NEVERHOOD: Start with the Background and DirtyBackground classes | johndoe123 | |
- Also make related changes in other code - Call the game module's draw method in the main loop - Add some more debug output in resource load functions | |||
2013-05-08 | NEVERHOOD: Start with Scene and Sprite classes | johndoe123 | |
2013-05-08 | NEVERHOOD: Add more | johndoe123 | |
- 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) | |||
2013-05-08 | NEVERHOOD: Start with the BaseSurface class (doesn't do much yet) | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with graphics code (bitmap parsing and rle decompression) | johndoe123 | |