Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update makefile to allow disablig -Xmx flag | Nao Pross | 2018-12-12 | 1 | -1/+5 |
| | |||||
* | Update makefile to make javac errors more verbose | Nao Pross | 2018-12-02 | 1 | -1/+1 |
| | |||||
* | Minor makefile correction | Nao Pross | 2018-11-25 | 1 | -1/+1 |
| | | | | It was copying another res folder inside res | ||||
* | Add jar recipe in Makefile, move res folder inside package | Nao Pross | 2018-11-25 | 1 | -2/+7 |
| | | | | MapLoader was update accordingly to load maps as resources | ||||
* | Remove super dangerous pack recipe from makefile | Nao Pross | 2018-11-24 | 1 | -16/+2 |
| | | | | | It has some problems and deletes everything on your working directory. Super dangerous. | ||||
* | Enable use of assertions | Nao Pross | 2018-11-24 | 1 | -0/+6 |
| | | | | | Assertions are faster and normally not enabled, so they are a good to debug when things that *should* never happen, happen. | ||||
* | Add RenderingHints and minor performance improvements | Nao Pross | 2018-11-24 | 1 | -2/+1 |
| | |||||
* | Disable Pause feature, add scene UNIQUE_NAME generator | Nao Pross | 2018-11-21 | 1 | -1/+2 |
| | | | | | There is a bug with the management of the scenes that has to be solved before implementing the pause (and consequently PauseScene) | ||||
* | Update makefile to make jdb always use port 8000 | Nao Pross | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | Update Makefile | Nao Pross | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | Update makefile to allow debugging with jdb | Nao Pross | 2018-11-20 | 1 | -4/+18 |
| | |||||
* | Create java package for the project | Nao Pross | 2018-11-19 | 1 | -13/+21 |
| | |||||
* | Update Scene class (and some derivates) to be abstract | Nao Pross | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Update makefile | Nao Pross | 2018-11-19 | 1 | -9/+15 |
| | |||||
* | initial commit | mafaldo | 2018-11-18 | 1 | -0/+28 |