]> git.lizzy.rs Git - shadowclad.git/history - Makefile
Also yeah divide by zero is a thing
[shadowclad.git] / Makefile
2020-09-17 outfrostMerge branch '29-license' into master
2020-09-17 outfrostAdd copyright and license notices in source code
2020-06-27 outfrostRestructure keyboard input handling
2020-06-26 outfrostSeparate init, main loop, and game update, cleanup...
2020-06-22 outfrostMigrate to GLFW 3
2020-06-11 outfrostCreate basic String struct
2020-06-03 outfrostImplement rudimentary player movement; fix geometry...
2020-06-03 outfrostImplement transform math to rotate movement direction
2020-06-03 outfrostTurn off scene node transform gizmos
2020-05-26 outfrostSeparate tranform code into geometry
2020-05-24 outfrostAdd minimal, wonky scene tree system
2020-05-02 outfrostRemove redundant library paths
2020-05-02 outfrostMake warnings errors, suppress more build commands
2020-02-19 outfrostFix includes and build instructions
2019-11-26 outfrostRefactor handling of subdirectories in Makefile
2019-10-11 outfrostOverhaul Makefile and directory structure
2019-01-31 outfrostAdd the concept of a player character and load its...
2019-01-29 outfrostChoose C99 and make code a bit more standards-compliant
2019-01-28 outfrostExclude debugutil from build
2019-01-27 outfrostActually, screw strict function prototypes
2019-01-27 outfrostAdd a logger!
2019-01-24 outfrostGenerate header dependencies automatically
2019-01-22 outfrostAdd vsync via EXT_swap_control
2019-01-15 outfrostUpdate Makefile
2019-01-06 outfrostAdd frametime & fps metering
2018-11-05 outfrostRevamp Makefile
2018-10-11 outfrostLink libassimp and test importing a 3ds file
2018-01-13 outfrostAdd TGA image parsing; Start work on level image parsing
2018-01-13 outfrostCreate basic working program; renders xyz axes