major bsp bugs fixed
[dosdemo] / src / polytest.c
2018-02-19 John Tsiombikasmajor bsp bugs fixed
2018-02-19 John Tsiombikasadded OpenGL debug/test program
2018-02-18 John Tsiombikasdebugging the BSP
2018-02-18 John TsiombikasBSP construction debugging
2018-02-15 John Tsiombikas- added mesh operations: apply_mesh_xform, append_mesh...
2018-02-14 John Tsiombikas- separated mesh algorithms in mesh.h/mesh.c
2016-10-19 John Tsiombikasadded serial spaceball support in the dos version....
2016-10-04 John TsiombikasSDL backend set the mouse button bitmask incorrectly
2016-10-04 John Tsiombikasoptional high-quality but slower calculation of attribu...
2016-10-04 John Tsiombikasadded texture mapping
2016-10-03 John Tsiombikassplit the polyfiller to a preprocessor-based template...
2016-10-03 John Tsiombikasadded lighting
2016-10-03 John Tsiombikasmuch better, not perfect
2016-10-02 John Tsiombikassucks, maybe I should try integer rasterization with...
2016-10-02 John Tsiombikassetting up to improve the rasterizer
2016-10-01 John Tsiombikaspolyfill debugging mode
2016-09-11 John Tsiombikasadded two new global pointers in demo.h: vmem_back...
2016-09-09 John Tsiombikasremoved mesh dump
2016-09-09 John Tsiombikastorus with crude zsorting
2016-09-08 John Tsiombikasadded crappy polygon filler
2016-09-06 John Tsiombikasstarted writing some 3d pipeline stuff