Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-15 | Remove Gson dependency start custom libjtmx implementation | Nao Pross | 1 | -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-12 | Update makefile to allow disablig -Xmx flag | Nao Pross | 1 | -1/+5 | |
2018-12-02 | Update makefile to make javac errors more verbose | Nao Pross | 1 | -1/+1 | |
2018-11-25 | Minor makefile correction | Nao Pross | 1 | -1/+1 | |
It was copying another res folder inside res | |||||
2018-11-25 | Add jar recipe in Makefile, move res folder inside package | Nao Pross | 1 | -2/+7 | |
MapLoader was update accordingly to load maps as resources | |||||
2018-11-24 | Remove super dangerous pack recipe from makefile | Nao Pross | 1 | -16/+2 | |
It has some problems and deletes everything on your working directory. Super dangerous. | |||||
2018-11-24 | Enable use of assertions | Nao Pross | 1 | -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-24 | Add RenderingHints and minor performance improvements | Nao Pross | 1 | -2/+1 | |
2018-11-21 | Disable Pause feature, add scene UNIQUE_NAME generator | Nao Pross | 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) | |||||
2018-11-20 | Update makefile to make jdb always use port 8000 | Nao Pross | 1 | -1/+1 | |
2018-11-20 | Update Makefile | Nao Pross | 1 | -1/+1 | |
2018-11-20 | Update makefile to allow debugging with jdb | Nao Pross | 1 | -4/+18 | |
2018-11-19 | Create java package for the project | Nao Pross | 1 | -13/+21 | |
2018-11-19 | Update Scene class (and some derivates) to be abstract | Nao Pross | 1 | -1/+1 | |
2018-11-19 | Update makefile | Nao Pross | 1 | -9/+15 | |