summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-07-02Introduce draw manager, refactor mainOxore
Move timers to struct game. Partially move field painting to draw manager.
2018-06-25Major refactoringOxore
Fix memleak in KeyMap, fix memleak caused by loading a yaml file in main.c. Change Copyright information. Rename functions.c and .h to engine.c and .h. Take field and shape related functions to separate file (still not all of them) and refactor them a lot. Refactor collision detection. Add more warnings. Add sanitizer option commented out.
2018-06-22Refactor MakefileOxore
2017-12-02Yaml loader for text resources added, need to be involvedOxore
2017-12-01Make make to put all object files into "build" directoryOxore
2017-11-30Move includes to root dirOxore
2017-06-20Major refactoring!Oxore
2017-05-25Makefile added, README.md updatedOxore