Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update Makefile | Nao Pross | 2018-11-20 | 1 | -1/+1 | |
| | ||||||
* | Add Game class, fix GameWindow's scene loading / management | Nao Pross | 2018-11-20 | 6 | -61/+229 | |
| | | | | | The new Game class contains the state of the game and the main logic to manage maps, actors and scores. | |||||
* | Update gitignore | Nao Pross | 2018-11-20 | 1 | -0/+2 | |
| | ||||||
* | Update makefile to allow debugging with jdb | Nao Pross | 2018-11-20 | 1 | -4/+18 | |
| | ||||||
* | Make x y members of Tile public | Nao Pross | 2018-11-20 | 1 | -2/+2 | |
| | ||||||
* | Suppress serialVersionUID warning | Nao Pross | 2018-11-20 | 5 | -40/+52 | |
| | ||||||
* | Separate MapLoader constructors | Nao Pross | 2018-11-20 | 1 | -6/+6 | |
| | ||||||
* | Implement unbreakable weapons | Nao Pross | 2018-11-20 | 1 | -6/+12 | |
| | ||||||
* | Move util.Palette to graphics.Palette, fix canvas resize | Nao Pross | 2018-11-19 | 4 | -3/+3 | |
| | ||||||
* | Create java package for the project | Nao Pross | 2018-11-19 | 13 | -20/+61 | |
| | ||||||
* | Set up CardLayout for GameWindow and Scene pause/resume | Nao Pross | 2018-11-19 | 4 | -39/+130 | |
| | ||||||
* | Update GameWindow and remove parent frame dependency on Scene | Nao Pross | 2018-11-19 | 5 | -77/+74 | |
| | ||||||
* | Update Scene class (and some derivates) to be abstract | Nao Pross | 2018-11-19 | 10 | -64/+84 | |
| | ||||||
* | Add Actor.SkillSet, remove useless members in various strucutres | Nao Pross | 2018-11-19 | 4 | -96/+63 | |
| | ||||||
* | Update makefile | Nao Pross | 2018-11-19 | 1 | -9/+15 | |
| | ||||||
* | Add TODOs for various correctionsHEADmaster | Nao Pross | 2018-11-19 | 10 | -7/+102 | |
| | ||||||
* | Add gitignore, remove binaries | Nao Pross | 2018-11-19 | 23 | -1/+6 | |
| | ||||||
* | initial commit | mafaldo | 2018-11-18 | 37 | -0/+1464 | |