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 |
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 |
2016-09-11 |
Michael Georgoulopoulos | Test blits of RLE with scaling |
commit | commitdiff | tree | snapshot |
2016-09-11 |
Michael Georgoulopoulos | Finished RLE thingy |
commit | commitdiff | tree | snapshot |
2016-09-11 |
John Tsiombikas | added two new global pointers in demo.h: vmem_back... |
commit | commitdiff | tree | snapshot |
2016-09-11 |
John Tsiombikas | fixed watcom makefiles to avoid long command lines... |
commit | commitdiff | tree | snapshot |
2016-09-11 |
John Tsiombikas | fixed the outgoing transitions to not delay needlessly... |
commit | commitdiff | tree | snapshot |
2016-09-09 |
Michael Georgoulopoulos | Implemented RLE compression for reflected objects |
commit | commitdiff | tree | snapshot |
2016-09-09 |
John Tsiombikas | Merge branch 'master' of goat:git/dosdemo |
commit | commitdiff | tree | snapshot |
2016-09-09 |
John Tsiombikas | removed mesh dump |
commit | commitdiff | tree | snapshot |
2016-09-09 |
John Tsiombikas | torus with crude zsorting |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Michael Georgoulopoulos | Update visual studio project |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Michael Georgoulopoulos | Merge branch 'master' of mutantstargoat.com:/home/nucle... |
commit | commitdiff | tree | snapshot |
2016-09-08 |
Michael Georgoulopoulos | Added a function named rleEncode... don't remember... |
commit | commitdiff | tree | snapshot |
2016-09-08 |
John Tsiombikas | added crappy polygon filler |
commit | commitdiff | tree | snapshot |
2016-09-06 |
John Tsiombikas | wrote most of the 3d pipeline stuff |
commit | commitdiff | tree | snapshot |
2016-09-06 |
John Tsiombikas | started writing some 3d pipeline stuff |
commit | commitdiff | tree | snapshot |
2016-09-06 |
John Tsiombikas | let's keep screen names simpler to make it easy to... |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Michael Georgoulopoulos | Renamed mike.c to grise.c (and functions and stuff) |
commit | commitdiff | tree | snapshot |
2016-09-04 |
Michael Georgoulopoulos | Return 0xCAFE from screen.init() to force display the... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Michael Georgoulopoulos | Added intermediate buffer to be able to alter the refle... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
Michael Georgoulopoulos | Various reflection improvements |
commit | commitdiff | tree | snapshot |
2016-09-02 |
Michael Georgoulopoulos | Merge branch 'master' of mutantstargoat.com:/home/nucle... |
commit | commitdiff | tree | snapshot |
2016-09-02 |
Michael Georgoulopoulos | Fixed typos |
commit | commitdiff | tree | snapshot |
2016-09-02 |
John Tsiombikas | fixed build on watcom |
commit | commitdiff | tree | snapshot |
2016-09-02 |
Michael Georgoulopoulos | Applied displacement to reflection |
commit | commitdiff | tree | snapshot |
2016-09-02 |
Michael Georgoulopoulos | Added normalmap + parallax scrolling |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Michael Georgoulopoulos | Added scrolling |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Michael Georgoulopoulos | Load and display background image for "galaxy rise... |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Michael Georgoulopoulos | Merge branch 'master' of mutantstargoat.com:/home/nucle... |
commit | commitdiff | tree | snapshot |
2016-09-01 |
Michael Georgoulopoulos | Added mike.c for testing |
commit | commitdiff | tree | snapshot |
2016-08-31 |
John Tsiombikas | svn datafiles instructions in readme |
commit | commitdiff | tree | snapshot |
2016-08-31 |
Michael Georgoulopoulos | Added the correct 8.3 files from libimago to Visual... |
commit | commitdiff | tree | snapshot |
2016-08-31 |
Michael Georgoulopoulos | test test |
commit | commitdiff | tree | snapshot |
2016-08-31 |
John Tsiombikas | fixed mklibs.bat unix line endings, and added pull.bat |
commit | commitdiff | tree | snapshot |
2016-08-31 |
John Tsiombikas | watcom build imago.lib |
commit | commitdiff | tree | snapshot |
2016-08-30 |
John Tsiombikas | UNIX makefile for imago |
commit | commitdiff | tree | snapshot |
2016-08-30 |
John Tsiombikas | change parts with number keys |
commit | commitdiff | tree | snapshot |
2016-08-30 |
John Tsiombikas | imago subproject |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Tsiombikas | missing includes |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Tsiombikas | Merge branch 'master' of goat:git/dosdemo |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Tsiombikas | fractal effect is cooking |
commit | commitdiff | tree | snapshot |
next |