Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | NEVERHOOD: Fix issues in the save/load screens | johndoe123 | |
- Add virtual keyboard support in save/load screens | |||
2013-05-08 | NEVERHOOD: Fix some logic bugs and minor changes | johndoe123 | |
- Fix video speed in the very last scene (Scene1317) - Fix back door not opening in Scene1401 - Fix projector not moving in Scene1402 - Fix projector not appearing in Scene1403 - Fix wrong Klaymen walking in Scene2205 - Fix wrong scene change in Module2300 - Fix symbols not appearing in Scene3011 - Define out some remaining logic debug code - Remove some obsolete comments - Reduce debug output - Use a List instead of an Array when building the microtiles rectangles | |||
2013-05-08 | NEVERHOOD: Work on the save/load/delete menus | johndoe123 | |
- Rename WidgetScene to GameStateMenu - Merge common code from the save/load/delete into GameStateMenu | |||
2013-05-08 | NEVERHOOD: Add game-internal savegame delete menu | johndoe123 | |
- Rename Widget::addSprite to Widget::initialize | |||
2013-05-08 | NEVERHOOD: Changed the save/load menu to allow gaps in saved games to ↵ | johndoe123 | |
simplify game deletion | |||
2013-05-08 | NEVERHOOD: Merge some code in the save/load menus | johndoe123 | |
2013-05-08 | NEVERHOOD: Delete all sound/music items on exit | johndoe123 | |
- Minor cleanup | |||
2013-05-08 | NEVERHOOD: Implement game-internal savegame overwrite query screen | johndoe123 | |
- Rename and reorder fields in the Klaymen class | |||
2013-05-08 | NEVERHOOD: Add support for loading/saving games with the game's own menu | johndoe123 | |
- Add LoadGameMenu class | |||
2013-05-08 | NEVERHOOD: Implement restart functionality (from both main menu and game logic) | johndoe123 | |
- Some minor cleanup | |||
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: Merge CollisionMan into Scene class | johndoe123 | |
2013-05-08 | NEVERHOOD: Rename some CollisionMan methods/fields | johndoe123 | |
- Remove fallback detector (I think it's not needed) - Rename Scene insertMouse methods | |||
2013-05-08 | NEVERHOOD: A little more work on the menu stuff | johndoe123 | |
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: Add SavegameListBox | johndoe123 | |
2013-05-08 | NEVERHOOD: Add TextLabelWidget (still doesn't do anything) | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with menu widget stuff (doesn't do anything yet!) | johndoe123 | |
2013-05-08 | NEVERHOOD: Add new method StaticSprite::loadSprite and use it instead of ↵ | johndoe123 | |
setting stuff "manually" | |||
2013-05-08 | NEVERHOOD: Make use of NDrawRect::set | johndoe123 | |
2013-05-08 | NEVERHOOD: Rename stuff in Sprite: | johndoe123 | |
- processDelta() to updateBounds() - getRect() to getCollisionBounds() - _drawRect to _drawOffset - _rect to _collisionBounds - _deltaRect to _collisionBoundsOffset | |||
2013-05-08 | NEVERHOOD: Add making of video to the main menu | johndoe123 | |
- Clear render queue at each scene initiailization - Fix mouse cursor visibility (again :) - Fix SmackerScene screen clearing | |||
2013-05-08 | NEVERHOOD: Implement CreditsScene | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with the MenuModule | johndoe123 | |