summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-24Enable use of assertionsNao Pross1-0/+6
Assertions are faster and normally not enabled, so they are a good to debug when things that *should* never happen, happen.
2018-11-24Add RenderingHints and minor performance improvementsNao Pross1-2/+1
2018-11-21Disable Pause feature, add scene UNIQUE_NAME generatorNao Pross1-1/+2
There is a bug with the management of the scenes that has to be solved before implementing the pause (and consequently PauseScene)
2018-11-20Update makefile to make jdb always use port 8000Nao Pross1-1/+1
2018-11-20Update MakefileNao Pross1-1/+1
2018-11-20Update makefile to allow debugging with jdbNao Pross1-4/+18
2018-11-19Create java package for the projectNao Pross1-13/+21
2018-11-19Update Scene class (and some derivates) to be abstractNao Pross1-1/+1
2018-11-19Update makefileNao Pross1-9/+15