]> git.lizzy.rs Git - shadowclad.git/shortlog
shadowclad.git
2019-01-31 outfrostAdd the concept of a player character and load its...
2019-01-30 outfrostChange main light to directional
2019-01-30 outfrostThis is where we start needing a bigger window
2019-01-29 outfrostImplement building levels from TGA images
2019-01-29 outfrostRemove old drawing function, cleanup render.h
2019-01-29 outfrostMake textures render nicely
2019-01-29 outfrostApply all transforms in 3D assets during import
2019-01-29 outfrostRefactor log() to logDebug() to reduce ambiguity
2019-01-29 outfrostRender the level's grid of blocks
2019-01-29 outfrostGoddamn clipping planes rendering my crap backwards
2019-01-29 outfrostChoose C99 and make code a bit more standards-compliant
2019-01-29 outfrostTurn off performance metering for now
2019-01-29 outfrostRework asset import, add texture import
2019-01-29 outfrostImprove at-a-glance readability of the AiScene partial...
2019-01-28 outfrostExclude debugutil from build
2019-01-27 outfrostActually, screw strict function prototypes
2019-01-27 outfrostAdd a logger!
2019-01-24 outfrostReorder, move and rename things
2019-01-24 outfrostGenerate header dependencies automatically
2019-01-22 outfrostAdd vsync via EXT_swap_control
2019-01-16 outfrostStart haing some sort of clue where things are in AiScene
2019-01-15 outfrostUpdate Makefile
2019-01-15 outfrostFurther apply type aliases and cleanup includes
2019-01-13 outfrostRemove ambiguity in render.*
2019-01-13 outfrostRefactor handling of imported assets a bit
2019-01-13 outfrostAdd lighting (1 point light)
2019-01-06 outfrostAdd frametime & fps metering
2018-11-13 outfrostRefactor code style
2018-11-13 outfrostFormat header includes
2018-11-06 outfrostStart refactoring naming convention
2018-11-05 outfrostRender loaded aiScene primitively
2018-11-05 outfrostReturn aiScene* from import, move prints to debugutil
2018-11-05 outfrostRevamp Makefile
2018-10-11 outfrostLink libassimp and test importing a 3ds file
2018-10-10 outfrostAdd and fix header guards
2018-10-10 outfrostOnly render axis indicator on the positive side of...
2018-10-10 outfrostAdd nano .swp files to gitignore
2018-01-13 outfrostAdd TGA image parsing; Start work on level image parsing
2018-01-13 outfrostCreate basic working program; renders xyz axes
2018-01-13 outfrostInitial commit