summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-15Remove Gson dependency start custom libjtmx implementationNao Pross1-6/+7
This commit breaks MapLoader and by consequence the entire game. Being in Java 9+ now we will have multiple modules, namely: - libjtmx: separate minimal tmx (tiled) files loader library - subconscious: the game itself
2018-12-12Update makefile to allow disablig -Xmx flagNao Pross1-1/+5
2018-12-02Update makefile to make javac errors more verboseNao Pross1-1/+1
2018-11-25Minor makefile correctionNao Pross1-1/+1
It was copying another res folder inside res
2018-11-25Add jar recipe in Makefile, move res folder inside packageNao Pross1-2/+7
MapLoader was update accordingly to load maps as resources
2018-11-24Remove super dangerous pack recipe from makefileNao Pross1-16/+2
It has some problems and deletes everything on your working directory. Super dangerous.
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