disabled dep-files when building on dos, because it goes into an infinite loop
[dosdemo] / src / infcubes.c
2019-09-04 John Tsiombikasbackported g3d changes:
2018-02-17 John Tsiombikasadded specular offset parameters in gen_phong_tex
2018-02-17 John Tsiombikasenvmap, fake phong texture generation, and more
2018-02-17 John Tsiombikaswriting obj loader
2018-02-15 John Tsiombikasremoved redundant immediate mode draw_cube from infcubes
2018-02-15 John Tsiombikas- moved image rgb24->rgb16 conversion to gfxutil
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
2018-02-13 John Tsiombikasstarting infcubes part