Page 1 of 1

Engoo quake

Posted: March 22nd, 2012, 7:14 pm
by leilei
I did this 1.5 years ago.

It just spices up software mode Quake and also can be compiled for DOS with DJGPP

it's been on hold since my coding rush died down and it needs a bit of asm for speed. I had no luck learning or even finding someone who could write assembly functions of some new mipblock code (functions that do the lightmap blending process into the surface cache).

because seriously, abrash asm is scary

Re: Engoo quake

Posted: February 23rd, 2013, 11:29 am
by leilei
Here's a compiled build of svn revision 228 for DOS

Re: Engoo quake

Posted: March 2nd, 2013, 12:49 pm
by MrFlibble
Hmm, does it yield a performance increase for hi-res modes in DOSBox?

Re: Engoo quake

Posted: March 2nd, 2013, 11:40 pm
by leilei
If anything, it's a performance decrease. New functions are in C only.

I tried to unroll as much as I could.