Engoo quake

Discuss game modding
Post Reply
User avatar
leilei
File Contributor
Posts: 465
Joined: August 16th, 2007, 2:45 pm

Engoo quake

Post 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
User avatar
leilei
File Contributor
Posts: 465
Joined: August 16th, 2007, 2:45 pm

Re: Engoo quake

Post by leilei »

Here's a compiled build of svn revision 228 for DOS
User avatar
MrFlibble
Forum Administrator
Posts: 1799
Joined: December 9th, 2010, 7:19 am

Re: Engoo quake

Post by MrFlibble »

Hmm, does it yield a performance increase for hi-res modes in DOSBox?
User avatar
leilei
File Contributor
Posts: 465
Joined: August 16th, 2007, 2:45 pm

Re: Engoo quake

Post by leilei »

If anything, it's a performance decrease. New functions are in C only.

I tried to unroll as much as I could.
Post Reply