2018-02-17 |
John Tsiombikas | envmap, fake phong texture generation, and more |
commit | commitdiff | tree | snapshot |
2018-02-17 |
John Tsiombikas | writing obj loader |
commit | commitdiff | tree | snapshot |
2018-02-15 |
John Tsiombikas | removed redundant immediate mode draw_cube from infcubes |
commit | commitdiff | tree | snapshot |
2018-02-15 |
John Tsiombikas | - moved image rgb24->rgb16 conversion to gfxutil |
commit | commitdiff | tree | snapshot |
2018-02-15 |
John Tsiombikas | - added mesh operations: apply_mesh_xform, append_mesh... |
commit | commitdiff | tree | snapshot |
2018-02-14 |
John Tsiombikas | - separated mesh algorithms in mesh.h/mesh.c |
commit | commitdiff | tree | snapshot |
2018-02-13 |
John Tsiombikas | starting infcubes part |
commit | commitdiff | tree | snapshot |
2018-02-13 |
John Tsiombikas | - added immediate mode drawing in 3dgfx |
commit | commitdiff | tree | snapshot |
2018-02-12 |
John Tsiombikas | - added optimization notes in readme |
commit | commitdiff | tree | snapshot |
2018-02-11 |
John Tsiombikas | added perf_start/perf_end assembly macros |
commit | commitdiff | tree | snapshot |
2018-02-10 |
John Tsiombikas | attempt to use new mikmod for djgpp build |
commit | commitdiff | tree | snapshot |
2018-02-10 |
John Tsiombikas | - added rules for building asm code in the gcc makefiles |
commit | commitdiff | tree | snapshot |
2018-02-10 |
John Tsiombikas | - added blur in gfxutil |
commit | commitdiff | tree | snapshot |
2018-02-09 |
John Tsiombikas | adding fast blur function |
commit | commitdiff | tree | snapshot |
2018-02-08 |
John Tsiombikas | changed the DJGPP makefiles to use different suffixes... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
John Tsiombikas | fixed point drawing in 3dgfx and added new greets screen |
commit | commitdiff | tree | snapshot |
2018-02-06 |
John Tsiombikas | fixed mistake in the DJGPP version of dpmi_alloc |
commit | commitdiff | tree | snapshot |
2018-02-06 |
John Tsiombikas | - instructed gcc to emit only pentium1 instructions |
commit | commitdiff | tree | snapshot |
2018-02-06 |
John Tsiombikas | forgot to undef the debugging NOKEYB macro |
commit | commitdiff | tree | snapshot |
2018-02-06 |
John Tsiombikas | builds with djgpp but crashes |
commit | commitdiff | tree | snapshot |
2018-02-04 |
John Tsiombikas | adding polyclip.obj to the watcom makefile |
commit | commitdiff | tree | snapshot |
2018-02-03 |
John Tsiombikas | clipping bugs... |
commit | commitdiff | tree | snapshot |
2018-02-02 |
John Tsiombikas | - clipper debugging |
commit | commitdiff | tree | snapshot |
2018-02-01 |
John Tsiombikas | optimized the metaballs slightly 3fps -> 5fps and fixed... |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Michael Kargas | Still not what I wanted to achieve, just wanted to... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
John Tsiombikas | updated vs project |
commit | commitdiff | tree | snapshot |
2016-10-19 |
John Tsiombikas | updated the dos makefile |
commit | commitdiff | tree | snapshot |
2016-10-19 |
John Tsiombikas | metaballs |
commit | commitdiff | tree | snapshot |
2016-10-19 |
John Tsiombikas | Merge branch 'master' of goat:git/dosdemo |
commit | commitdiff | tree | snapshot |
2016-10-19 |
John Tsiombikas | added serial spaceball support in the dos version.... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
John Tsiombikas | metaballs effect |
commit | commitdiff | tree | snapshot |
2016-10-17 |
Michael Georgoulopoulos | moving the vertices with a sine |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Michael Georgoulopoulos | Fog and sorting |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Michael Georgoulopoulos | Many thunders from origin to random points on a rotatin... |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Michael Georgoulopoulos | Oh no |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Michael Georgoulopoulos | Render thunder recursively |
commit | commitdiff | tree | snapshot |
2016-10-15 |
Michael Georgoulopoulos | Thunder... thunder... THUNDER SCREEN! HOOOOOOOOOOOOO |
commit | commitdiff | tree | snapshot |
2016-10-15 |
Michael Georgoulopoulos | Merge branch 'master' of mutantstargoat.com:/home/nucle... |
commit | commitdiff | tree | snapshot |
2016-10-11 |
John Tsiombikas | removed the empty stop function from grise.c (I feel... |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Michael Kargas | Not exactly what I want to achieve here, just keeping... |
commit | commitdiff | tree | snapshot |
2016-10-09 |
John Tsiombikas | added polygon clipper, not using it yet |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Michael Georgoulopoulos | gitignore VS project user settings |
commit | commitdiff | tree | snapshot |
2016-10-05 |
John Tsiombikas | removed drawFps from grise as it's now part of the... |
commit | commitdiff | tree | snapshot |
2016-10-05 |
John Tsiombikas | Merge branch 'master' of goat:git/dosdemo |
commit | commitdiff | tree | snapshot |
2016-10-05 |
John Tsiombikas | moved the drawFps call to the backends so it works... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Michael Georgoulopoulos | Merge branch 'master' of mutantstargoat.com:/home/nucle... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Michael Georgoulopoulos | Removed division in displacement inner loop |
commit | commitdiff | tree | snapshot |
2016-10-04 |
John Tsiombikas | SDL backend set the mouse button bitmask incorrectly |
commit | commitdiff | tree | snapshot |
2016-10-04 |
John Tsiombikas | removed empty stop functions from bump and plasma to... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
John Tsiombikas | changed the tunnel rotation to match the smaller texture |
commit | commitdiff | tree | snapshot |
2016-10-04 |
John Tsiombikas | added missing open flags and mode in init_logger |
commit | commitdiff | tree | snapshot |
2016-10-04 |
John Tsiombikas | optional high-quality but slower calculation of attribu... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
John Tsiombikas | DOS logger now redirects stdout/stderr instead of provi... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
John Tsiombikas | added texture mapping |
commit | commitdiff | tree | snapshot |
2016-10-03 |
John Tsiombikas | fixed build on macosx |
commit | commitdiff | tree | snapshot |
2016-10-03 |
John Tsiombikas | split the polyfiller to a preprocessor-based template... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
John Tsiombikas | added dependency tracking to the GNU makefile |
commit | commitdiff | tree | snapshot |
2016-10-03 |
John Tsiombikas | forgot to conditionally include malloc.h for alloca... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
John Tsiombikas | use the fast double->int conversion in 3dgfx.c |
commit | commitdiff | tree | snapshot |
2016-10-03 |
John Tsiombikas | added lighting |
commit | commitdiff | tree | snapshot |
2016-10-03 |
John Tsiombikas | much better, not perfect |
commit | commitdiff | tree | snapshot |
2016-10-02 |
John Tsiombikas | sucks, maybe I should try integer rasterization with... |
commit | commitdiff | tree | snapshot |
2016-10-02 |
John Tsiombikas | fixed illegal access in bump.c |
commit | commitdiff | tree | snapshot |
2016-10-02 |
John Tsiombikas | Merge branch 'master' of goat:git/dosdemo |
commit | commitdiff | tree | snapshot |
2016-10-02 |
John Tsiombikas | setting up to improve the rasterizer |
commit | commitdiff | tree | snapshot |
2016-10-01 |
John Tsiombikas | polyfill debugging mode |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Michael Kargas | Added boundary checks for lights, made lights bigger... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Michael Kargas | Added erase area function for lights, with boundaries... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Michael Kargas | Working on bump effect. I have more ideas for it, the... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
John Tsiombikas | bump.c: memset is in string.h |
commit | commitdiff | tree | snapshot |
2016-09-25 |
John Tsiombikas | Merge branch 'master' of goat:git/dosdemo |
commit | commitdiff | tree | snapshot |
2016-09-25 |
John Tsiombikas | Added special make rule for music.c, because since... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
John Tsiombikas | fixed the openwatcom compatibility issue produced by... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Michael Kargas | Forgot the makefile change |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Michael Kargas | Bump effect added. This is unfinished, nothing to see... |
commit | commitdiff | tree | snapshot |
2016-09-21 |
John Tsiombikas | SDL backend: toggle fullscreen with 'f' |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | turned on mixing interpolation in the SDL version too |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | added cfgopt to the dos makefile music |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | ugh ... |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | updated .gitignore |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | - added config file and commandline parsing |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | turned on mod player mixer interpolation, doesn't make... |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | build mikmod and the music code on windows |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | fixed music playback in dos |
commit | commitdiff | tree | snapshot |
2016-09-20 |
John Tsiombikas | forgot to write the music update function |
commit | commitdiff | tree | snapshot |
2016-09-19 |
John Tsiombikas | added an old version of mikmod for dos |
commit | commitdiff | tree | snapshot |
2016-09-19 |
John Tsiombikas | music playback works on GNU/Linux |
commit | commitdiff | tree | snapshot |
2016-09-19 |
John Tsiombikas | add mikmod source |
commit | commitdiff | tree | snapshot |
2016-09-19 |
John Tsiombikas | fixed bug introduced by moving the loop variables out... |
commit | commitdiff | tree | snapshot |
2016-09-19 |
John Tsiombikas | fixing C compatibility problems |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Michael Georgoulopoulos | Hey! Not fair! |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Michael Georgoulopoulos | Merge branch 'master' of mutantstargoat.com:/home/nucle... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Michael Georgoulopoulos | Function that distributes the streaks in an rle scanlin... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Michael Georgoulopoulos | Use pointers instead of structs to handle rleBitmap... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Michael Kargas | My first commit in this project, just a lame plasma... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Michael Georgoulopoulos | Merge branch 'master' of mutantstargoat.com:/home/nucle... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Michael Georgoulopoulos | propeller mini-effect |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Michael Georgoulopoulos | Made RLE streak width/position scaling use fixed point... |
commit | commitdiff | tree | snapshot |
2016-09-13 |
John Tsiombikas | grise: fixed artifact due to uninitialized guard-pand... |
commit | commitdiff | tree | snapshot |
2016-09-11 |
Michael Georgoulopoulos | Merge branch 'master' of mutantstargoat.com:/home/nucle... |
commit | commitdiff | tree | snapshot |
next |