summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add jar recipe in Makefile, move res folder inside packageNao Pross2018-11-251-2/+7
| | | | MapLoader was update accordingly to load maps as resources
* Remove super dangerous pack recipe from makefileNao Pross2018-11-241-16/+2
| | | | | It has some problems and deletes everything on your working directory. Super dangerous.
* Enable use of assertionsNao Pross2018-11-241-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 improvementsNao Pross2018-11-241-2/+1
|
* Disable Pause feature, add scene UNIQUE_NAME generatorNao Pross2018-11-211-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 8000Nao Pross2018-11-201-1/+1
|
* Update MakefileNao Pross2018-11-201-1/+1
|
* Update makefile to allow debugging with jdbNao Pross2018-11-201-4/+18
|
* Create java package for the projectNao Pross2018-11-191-13/+21
|
* Update Scene class (and some derivates) to be abstractNao Pross2018-11-191-1/+1
|
* Update makefileNao Pross2018-11-191-9/+15
|
* initial commitmafaldo2018-11-181-0/+28