| Commit message (Expand) | Author | Age | Files | Lines |
* | Change Tile.loaded to Tile.active | Nao Pross | 2018-12-13 | 2 | -10/+12 |
* | Fix Map.getSize() to return a Dimension | Nao Pross | 2018-12-12 | 1 | -2/+2 |
* | Add loaded member to sprites and minor corrections | Nao Pross | 2018-12-12 | 2 | -21/+30 |
* | Minor access and synchronization corrections | Nao Pross | 2018-12-12 | 5 | -16/+22 |
* | Separate UPS from FPS, make thread for GameWindow (graphics thread) | Nao Pross | 2018-12-12 | 3 | -93/+124 |
* | Add initial impl for sprites | Nao Pross | 2018-12-07 | 2 | -2/+49 |
* | Fix NullPointerException on MapScene.tileAtCoordinates() | Nao Pross | 2018-12-04 | 1 | -2/+6 |
* | Replace old BattleScene code with new impl from WorldScene | Nao Pross | 2018-12-03 | 5 | -303/+43 |
* | Start impl of TurnInfo widget to show mission details | Nao Pross | 2018-12-03 | 2 | -1/+33 |
* | Fix anchors, add TerrainInfo widget | Nao Pross | 2018-12-03 | 5 | -24/+92 |
* | Update ActorInfo | Nao Pross | 2018-12-03 | 2 | -3/+3 |
* | Add widget anchors to place widgets in relative positions | Nao Pross | 2018-12-03 | 2 | -1/+36 |
* | Update PerfView to show FPS instead of DeltaTime | Nao Pross | 2018-12-03 | 2 | -7/+10 |
* | Refractor sleep in Scene rendering loop for better performance | Nao Pross | 2018-12-03 | 2 | -28/+37 |
* | Update Scene thread pause to use a higher level interface | Nao Pross | 2018-12-03 | 1 | -14/+12 |
* | Connect ActorInfo to mouse events to show info of actor under cursor | Nao Pross | 2018-12-02 | 4 | -12/+74 |
* | Add static class Font, update ActorInfo panel | Nao Pross | 2018-12-02 | 5 | -37/+90 |
* | Update default window size to 720p | Nao Pross | 2018-12-02 | 1 | -1/+1 |
* | Add option to not render the grid to MapScene | Nao Pross | 2018-11-27 | 2 | -7/+14 |
* | Add unscii-16 as default font in Scene | Nao Pross | 2018-11-27 | 2 | -8/+34 |
* | Fix PerfView text color | Nao Pross | 2018-11-26 | 1 | -0/+3 |
* | Add WorldScene and ActorInfo widget | Nao Pross | 2018-11-26 | 7 | -19/+101 |
* | Remove old MapEditor code | Nao Pross | 2018-11-25 | 2 | -251/+0 |
* | Rename MenuScene to MainMenuScene and minor code cleanup | Nao Pross | 2018-11-24 | 8 | -26/+25 |
* | Add simple PerfView widget to show the deltaTime | Nao Pross | 2018-11-24 | 2 | -0/+34 |
* | Add dynamic widgets (update on every gameloop tick) | Nao Pross | 2018-11-24 | 2 | -3/+27 |
* | Enable use of assertions | Nao Pross | 2018-11-24 | 1 | -3/+1 |
* | Call Game.update() on Scene loop | Nao Pross | 2018-11-24 | 1 | -0/+1 |
* | Add RenderingHints and minor performance improvements | Nao Pross | 2018-11-24 | 1 | -0/+13 |
* | Remove Swing dependency | Nao Pross | 2018-11-24 | 3 | -18/+12 |
* | Update MapScene size members on window resize | Nao Pross | 2018-11-24 | 2 | -1/+15 |
* | Add simple widget.Clickable interface with example Button | Nao Pross | 2018-11-21 | 4 | -3/+44 |
* | Start implementation of widgets feature | Nao Pross | 2018-11-21 | 2 | -1/+47 |
* | Disable Pause feature, add scene UNIQUE_NAME generator | Nao Pross | 2018-11-21 | 5 | -39/+62 |
* | Fix InvalidStateException at scene loading, add Scene.requestScene() | Nao Pross | 2018-11-21 | 5 | -63/+105 |
* | Generalize to use only Scenes, attempt to implement pause | Nao Pross | 2018-11-21 | 8 | -132/+247 |
* | Refractor MapScene.render() AffineTransforms | Nao Pross | 2018-11-20 | 3 | -19/+32 |
* | Correct BufferStrategy rendering | Nao Pross | 2018-11-20 | 1 | -4/+9 |
* | Remove Scene.absoluteRender(), add Scene.build() | Nao Pross | 2018-11-20 | 5 | -21/+34 |
* | Refractor game state change detection / locks | Nao Pross | 2018-11-20 | 2 | -2/+4 |
* | Move Map loading into Game (out of graphics) | Nao Pross | 2018-11-20 | 2 | -4/+10 |
* | Add currentMap to Game, waitStateChange now returns the new state | Nao Pross | 2018-11-20 | 1 | -2/+2 |
* | Refractor MapScene | Nao Pross | 2018-11-20 | 4 | -138/+159 |
* | Add Game class, fix GameWindow's scene loading / management | Nao Pross | 2018-11-20 | 4 | -60/+160 |
* | Suppress serialVersionUID warning | Nao Pross | 2018-11-20 | 5 | -40/+52 |
* | Move util.Palette to graphics.Palette, fix canvas resize | Nao Pross | 2018-11-19 | 4 | -2/+19 |
* | Create java package for the project | Nao Pross | 2018-11-19 | 5 | -0/+1111 |