dosdemo
2018-09-15 John Tsiombikasfixed overdlow when calculating winding of large polygo...
2018-09-12 John Tsiombikasfixed hairball update and drawing
2018-09-11 John Tsiombikasadded spaceball on linux
2018-09-10 John Tsiombikasframerate limiter in hairball
2018-09-10 John Tsiombikashairball screen
2018-09-08 John Tsiombikasbackported fixes from rtxon
2018-08-30 John Tsiombikasbackported from rtxon: check_clip_poly (needed for...
2018-08-30 John Tsiombikasbackported fixes from rtxon: BSP tree construction...
2018-08-25 John TsiombikasMerge branch 'master' of goat:git/dosdemo
2018-08-25 John Tsiombikasfixed bug in meshload. it would always expect it's...
2018-03-25 John Tsiombikasstarting tile-maze
2018-03-25 John Tsiombikasseparated the smoke-text effect to reuse it in multiple...
2018-03-22 John Tsiombikasneed reorganization
2018-03-22 John Tsiombikasmore pipes
2018-03-22 John Tsiombikasprocedural generator for the steam tunnels part
2018-02-21 John Tsiombikasswitching polytest between zsorting and BSP for perform...
2018-02-19 John Tsiombikasfixed warnings
2018-02-19 John Tsiombikassimplified clip_poly and clip_frustum slightly
2018-02-19 John Tsiombikasforgot to implement mouse calls for djgpp. moved it...
2018-02-19 John Tsiombikasmajor bsp bugs fixed
2018-02-19 John TsiombikasI need to go deeper bsp
2018-02-19 John Tsiombikasadded OpenGL debug/test program
2018-02-18 John Tsiombikasdebugging the BSP
2018-02-18 John Tsiombikasbsp construction doesn't crash any more
2018-02-18 John TsiombikasBSP construction debugging
2018-02-18 John Tsiombikasstarted BSP tree
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
2018-02-13 John Tsiombikas- added immediate mode drawing in 3dgfx
2018-02-12 John Tsiombikas- added optimization notes in readme
2018-02-11 John Tsiombikasadded perf_start/perf_end assembly macros
2018-02-10 John Tsiombikasattempt to use new mikmod for djgpp build
2018-02-10 John Tsiombikas- added rules for building asm code in the gcc makefiles
2018-02-10 John Tsiombikas- added blur in gfxutil
2018-02-09 John Tsiombikasadding fast blur function
2018-02-08 John Tsiombikaschanged the DJGPP makefiles to use different suffixes...
2018-02-08 John Tsiombikasfixed point drawing in 3dgfx and added new greets screen
2018-02-06 John Tsiombikasfixed mistake in the DJGPP version of dpmi_alloc
2018-02-06 John Tsiombikas- instructed gcc to emit only pentium1 instructions
2018-02-06 John Tsiombikasforgot to undef the debugging NOKEYB macro
2018-02-06 John Tsiombikasbuilds with djgpp but crashes
2018-02-04 John Tsiombikasadding polyclip.obj to the watcom makefile
2018-02-03 John Tsiombikasclipping bugs...
2018-02-02 John Tsiombikas- clipper debugging
2018-02-01 John Tsiombikasoptimized the metaballs slightly 3fps -> 5fps and fixed...
2016-10-20 Michael KargasStill not what I wanted to achieve, just wanted to...
2016-10-19 John Tsiombikasupdated vs project
2016-10-19 John Tsiombikasupdated the dos makefile
2016-10-19 John Tsiombikasmetaballs
2016-10-19 John TsiombikasMerge branch 'master' of goat:git/dosdemo
2016-10-19 John Tsiombikasadded serial spaceball support in the dos version....
2016-10-19 John Tsiombikasmetaballs effect
2016-10-17 Michael Georgoulopoulosmoving the vertices with a sine
2016-10-16 Michael GeorgoulopoulosFog and sorting
2016-10-16 Michael GeorgoulopoulosMany thunders from origin to random points on a rotatin...
2016-10-16 Michael GeorgoulopoulosOh no
2016-10-16 Michael GeorgoulopoulosRender thunder recursively
2016-10-15 Michael GeorgoulopoulosThunder... thunder... THUNDER SCREEN! HOOOOOOOOOOOOO
2016-10-15 Michael GeorgoulopoulosMerge branch 'master' of mutantstargoat.com:/home/nucle...
2016-10-11 John Tsiombikasremoved the empty stop function from grise.c (I feel...
2016-10-10 Michael KargasNot exactly what I want to achieve here, just keeping...
2016-10-09 John Tsiombikasadded polygon clipper, not using it yet
2016-10-05 Michael Georgoulopoulosgitignore VS project user settings
2016-10-05 John Tsiombikasremoved drawFps from grise as it's now part of the...
2016-10-05 John TsiombikasMerge branch 'master' of goat:git/dosdemo
2016-10-05 John Tsiombikasmoved the drawFps call to the backends so it works...
2016-10-04 Michael GeorgoulopoulosMerge branch 'master' of mutantstargoat.com:/home/nucle...
2016-10-04 Michael GeorgoulopoulosRemoved division in displacement inner loop
2016-10-04 John TsiombikasSDL backend set the mouse button bitmask incorrectly
2016-10-04 John Tsiombikasremoved empty stop functions from bump and plasma to...
2016-10-04 John Tsiombikaschanged the tunnel rotation to match the smaller texture
2016-10-04 John Tsiombikasadded missing open flags and mode in init_logger
2016-10-04 John Tsiombikasoptional high-quality but slower calculation of attribu...
2016-10-04 John TsiombikasDOS logger now redirects stdout/stderr instead of provi...
2016-10-04 John Tsiombikasadded texture mapping
2016-10-03 John Tsiombikasfixed build on macosx
2016-10-03 John Tsiombikassplit the polyfiller to a preprocessor-based template...
2016-10-03 John Tsiombikasadded dependency tracking to the GNU makefile
2016-10-03 John Tsiombikasforgot to conditionally include malloc.h for alloca...
2016-10-03 John Tsiombikasuse the fast double->int conversion in 3dgfx.c
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 Tsiombikasfixed illegal access in bump.c
2016-10-02 John TsiombikasMerge branch 'master' of goat:git/dosdemo
2016-10-02 John Tsiombikassetting up to improve the rasterizer
2016-10-01 John Tsiombikaspolyfill debugging mode
2016-09-29 Michael KargasAdded boundary checks for lights, made lights bigger...
2016-09-28 Michael KargasAdded erase area function for lights, with boundaries...
2016-09-27 Michael KargasWorking on bump effect. I have more ideas for it, the...
2016-09-25 John Tsiombikasbump.c: memset is in string.h
2016-09-25 John TsiombikasMerge branch 'master' of goat:git/dosdemo
2016-09-25 John TsiombikasAdded special make rule for music.c, because since...
2016-09-25 John Tsiombikasfixed the openwatcom compatibility issue produced by...
next