]> git.lizzy.rs Git - shadowclad.git/history - level.h
Add the concept of a player character and load its 3D model
[shadowclad.git] / level.h
2019-01-31 outfrostAdd the concept of a player character and load its...
2019-01-29 outfrostImplement building levels from TGA images
2019-01-29 outfrostRender the level's grid of blocks
2019-01-29 outfrostRework asset import, add texture import
2019-01-27 outfrostActually, screw strict function prototypes
2019-01-24 outfrostReorder, move and rename things
2019-01-13 outfrostRefactor handling of imported assets a bit
2018-11-13 outfrostRefactor code style
2018-11-05 outfrostReturn aiScene* from import, move prints to debugutil
2018-10-11 outfrostLink libassimp and test importing a 3ds file
2018-10-10 outfrostAdd and fix header guards
2018-01-13 outfrostAdd TGA image parsing; Start work on level image parsing