git-svn-id: https://svn.eduke32.com/eduke32@388 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2006-12-06 06:27:07 +00:00
parent a53a03eb88
commit bee93c60b7
2 changed files with 27 additions and 42 deletions

View File

@ -1670,7 +1670,7 @@ void drawpoly (double *dpx, double *dpy, long n, long method)
{ {
fullbrightdrawingpass = 2; fullbrightdrawingpass = 2;
shadeforfullbrightpass = globalshade; // save the current shade shadeforfullbrightpass = globalshade; // save the current shade
globalshade = -30; // fullbright globalshade = -128; // fullbright
bglDisable(GL_FOG); // no fog bglDisable(GL_FOG); // no fog
drawpoly(dpx, dpy, n_, method_); // draw them afterwards, then. :) drawpoly(dpx, dpy, n_, method_); // draw them afterwards, then. :)
bglEnable(GL_FOG); bglEnable(GL_FOG);

View File

@ -1289,8 +1289,6 @@ void caches(void)
printext256(0L,k,31,-1,tempbuf,1); printext256(0L,k,31,-1,tempbuf,1);
k += 6; k += 6;
} }
} }
void checksync(void) void checksync(void)
@ -1931,7 +1929,6 @@ void coolgaugetext(short snum)
if (p->invdisptime > 0) displayinventory(p); if (p->invdisptime > 0) displayinventory(p);
if (ps[snum].gm&MODE_MENU) if (ps[snum].gm&MODE_MENU)
if ((current_menu >= 400 && current_menu <= 405)) if ((current_menu >= 400 && current_menu <= 405))
return; return;
@ -1956,7 +1953,6 @@ void coolgaugetext(short snum)
break; break;
} }
} }
for (i=connecthead;i>=0;i=connectpoint2[i]) for (i=connecthead;i>=0;i=connectpoint2[i])
if (i != myconnectindex) if (i != myconnectindex)
@ -2079,7 +2075,6 @@ void coolgaugetext(short snum)
u |= 2; u |= 2;
} }
} }
else else
{ {
@ -2089,7 +2084,6 @@ void coolgaugetext(short snum)
u |= 2; u |= 2;
} }
} }
} }
@ -2235,7 +2229,6 @@ void coolgaugetext(short snum)
digitalnumber(64,SBY+17,lAmount,-16,10+16); digitalnumber(64,SBY+17,lAmount,-16,10+16);
} }
if (u&1024) if (u&1024)
{ {
if (u != -1) patchstatusbar(196,SBY+17,219,SBY+17+11); if (u != -1) patchstatusbar(196,SBY+17,219,SBY+17+11);
@ -2260,7 +2253,6 @@ void coolgaugetext(short snum)
patchstatusbar(250,SBY+24,261,SBY+24+6); patchstatusbar(250,SBY+24,261,SBY+24+6);
} }
} }
if (p->inven_icon) if (p->inven_icon)
{ {
@ -2558,8 +2550,6 @@ void showtwoscreens(void)
handleevents(); handleevents();
getpackets(); getpackets();
} }
} }
} }
/* /*
@ -3222,9 +3212,32 @@ void displayrest(long smoothratio)
if (pp->palette == waterpal) tintr=0,tintg=0,tintb=63,tintf=8; if (pp->palette == waterpal) tintr=0,tintg=0,tintb=63,tintf=8;
else if (pp->palette == slimepal) tintr=20,tintg=63,tintb=20,tintf=8; else if (pp->palette == slimepal) tintr=20,tintg=63,tintb=20,tintf=8;
#else #else
if (pp->palette == waterpal) { hictinting[MAXPALOOKUPS-1].r = 192; hictinting[MAXPALOOKUPS-1].g = 192; hictinting[MAXPALOOKUPS-1].b = 255; } if (pp->palette == waterpal)
else if (pp->palette == slimepal) { hictinting[MAXPALOOKUPS-1].r = 208; hictinting[MAXPALOOKUPS-1].g = 255; hictinting[MAXPALOOKUPS-1].b = 224; } {
else { hictinting[MAXPALOOKUPS-1].r = 255; hictinting[MAXPALOOKUPS-1].g = 255; hictinting[MAXPALOOKUPS-1].b = 255; } if (hictinting[MAXPALOOKUPS-2].r == 255 && hictinting[MAXPALOOKUPS-2].g == 255 && hictinting[MAXPALOOKUPS-2].b == 255)
{
hictinting[MAXPALOOKUPS-1].r = 192;
hictinting[MAXPALOOKUPS-1].g = 192;
hictinting[MAXPALOOKUPS-1].b = 255;
}
else Bmemcpy(&hictinting[MAXPALOOKUPS-1],&hictinting[MAXPALOOKUPS-2],sizeof(hictinting[0]));
}
else if (pp->palette == slimepal)
{
if (hictinting[MAXPALOOKUPS-3].r == 255 && hictinting[MAXPALOOKUPS-3].g == 255 && hictinting[MAXPALOOKUPS-3].b == 255)
{
hictinting[MAXPALOOKUPS-1].r = 208;
hictinting[MAXPALOOKUPS-1].g = 255;
hictinting[MAXPALOOKUPS-1].b = 192;
}
else Bmemcpy(&hictinting[MAXPALOOKUPS-1],&hictinting[MAXPALOOKUPS-3],sizeof(hictinting[0]));
}
else
{
hictinting[MAXPALOOKUPS-1].r = 255;
hictinting[MAXPALOOKUPS-1].g = 255;
hictinting[MAXPALOOKUPS-1].b = 255;
}
#endif #endif
} }
#endif #endif
@ -3638,7 +3651,6 @@ void drawbackground(void)
rotatesprite(x<<16,y<<16,65536L,0,dapicnum,8,0,8+16+64+128,0,y1,x2-1,ydim-1); rotatesprite(x<<16,y<<16,65536L,0,dapicnum,8,0,8+16+64+128,0,y1,x2-1,ydim-1);
rotatesprite((x+x1)<<16,y<<16,65536L,0,dapicnum,8,0,8+16+64+128,xdim-x2,y1,xdim-1,ydim-1); rotatesprite((x+x1)<<16,y<<16,65536L,0,dapicnum,8,0,8+16+64+128,xdim-x2,y1,xdim-1,ydim-1);
} }
} }
if (ud.screen_size > 8 && (ready2send || ud.recstat == 2)) if (ud.screen_size > 8 && (ready2send || ud.recstat == 2))
@ -3775,7 +3787,6 @@ static void SE40_Draw(int spnum,long x,long y,long z,short a,short h,long smooth
else else
offz -= sector[sprite[floor1].sectnum].ceilingz; offz -= sector[sprite[floor1].sectnum].ceilingz;
// if(ok==2) { Message("no floor2",RED); return; } // if(ok==2) { Message("no floor2",RED); return; }
for (j=headspritestat[15];j>=0;j=nextspritestat[j]) // raise ceiling or floor for (j=headspritestat[15];j>=0;j=nextspritestat[j]) // raise ceiling or floor
@ -4706,6 +4717,13 @@ short spawn(short j, short pn)
break; break;
} }
}
else
{
sp->xrepeat = sp->yrepeat = 0;
changespritestat(i,5);
break;
}
} }
else else
@ -4715,7 +4733,6 @@ short spawn(short j, short pn)
break; break;
} }
} }
else else
{ {
@ -4724,16 +4741,6 @@ short spawn(short j, short pn)
break; break;
} }
}
else
{
sp->xrepeat = sp->yrepeat = 0;
changespritestat(i,5);
break;
}
} }
if (sector[SECT].lotag == 1) if (sector[SECT].lotag == 1)
@ -4937,7 +4944,6 @@ short spawn(short j, short pn)
break; break;
} }
} }
else else
{ {
@ -4945,7 +4951,6 @@ short spawn(short j, short pn)
break; break;
} }
} }
else else
{ {
@ -4953,7 +4958,6 @@ short spawn(short j, short pn)
break; break;
} }
} }
else else
{ {
@ -5293,7 +5297,6 @@ short spawn(short j, short pn)
sp->xrepeat = 24; sp->xrepeat = 24;
sp->yrepeat = 24; sp->yrepeat = 24;
changespritestat(i,6); changespritestat(i,6);
break; break;
@ -5670,8 +5673,6 @@ short spawn(short j, short pn)
changespritestat(i,2); changespritestat(i,2);
break; break;
case STEAM__STATIC: case STEAM__STATIC:
if (j >= 0) if (j >= 0)
{ {
@ -6130,7 +6131,6 @@ short spawn(short j, short pn)
break; break;
case SEENINE__STATIC: case SEENINE__STATIC:
case OOZFILTER__STATIC: case OOZFILTER__STATIC:
@ -6336,7 +6336,6 @@ void animatesprites(long x,long y,short a,long smoothratio)
t->shade = l; t->shade = l;
} }
for (j=0;j < spritesortcnt; j++) //Between drawrooms() and drawmasks() for (j=0;j < spritesortcnt; j++) //Between drawrooms() and drawmasks()
{ //is the perfect time to animate sprites { //is the perfect time to animate sprites
t = &tsprite[j]; t = &tsprite[j];
@ -7425,7 +7424,6 @@ FOUNDCHEAT:
FTA(5,&ps[myconnectindex]); FTA(5,&ps[myconnectindex]);
ps[myconnectindex].cheat_phase = 0; ps[myconnectindex].cheat_phase = 0;
// FTA(21,&ps[myconnectindex]); // FTA(21,&ps[myconnectindex]);
ps[myconnectindex].cheat_phase = 0; ps[myconnectindex].cheat_phase = 0;
KB_FlushKeyBoardQueue(); KB_FlushKeyBoardQueue();
@ -8620,7 +8618,6 @@ void checkcommandline(int argc,char **argv)
initprintf("Network mode: peer-to-peer\n"); initprintf("Network mode: peer-to-peer\n");
} }
} }
netparam[i-firstnet-1] = argv[i]; netparam[i-firstnet-1] = argv[i];
i++; i++;
@ -9793,7 +9790,6 @@ void app_main(int argc,char **argv)
if (netparamcount > 0) _buildargc = (argc -= netparamcount+1); // crop off the net parameters if (netparamcount > 0) _buildargc = (argc -= netparamcount+1); // crop off the net parameters
// gotta set the proper title after we compile the CONs if this is the full version // gotta set the proper title after we compile the CONs if this is the full version
if (VOLUMEALL) wm_setapptitle(HEAD2); if (VOLUMEALL) wm_setapptitle(HEAD2);
@ -10611,7 +10607,6 @@ void fakedomovethingscorrect(void)
fakemovefifoplc = movefifoplc; fakemovefifoplc = movefifoplc;
while (fakemovefifoplc < movefifoend[myconnectindex]) while (fakemovefifoplc < movefifoend[myconnectindex])
fakedomovethings(); fakedomovethings();
} }
void fakedomovethings(void) void fakedomovethings(void)
@ -10907,7 +10902,6 @@ void fakedomovethings(void)
myzvel = 128; myzvel = 128;
myz = cz+(4<<8); myz = cz+(4<<8);
} }
} }
if (p->fist_incs || if (p->fist_incs ||
@ -11268,7 +11262,6 @@ char domovethings(void)
ps[i].palookup = ud.pcolor[i] = j; ps[i].palookup = ud.pcolor[i] = j;
} }
if (sprite[ps[i].i].pal != 1) if (sprite[ps[i].i].pal != 1)
sprite[ps[i].i].pal = ud.pcolor[i]; sprite[ps[i].i].pal = ud.pcolor[i];
@ -11374,8 +11367,6 @@ void doorders(void)
handleevents(); handleevents();
getpackets(); getpackets();
} }
} }
void dobonus(char bonusonly) void dobonus(char bonusonly)
@ -11476,7 +11467,6 @@ void dobonus(char bonusonly)
bonuscnt++; bonuscnt++;
} }
} }
for (t=0;t<20;t+=5) for (t=0;t<20;t+=5)
if (breathe[t+2] && (totalclock%120) > breathe[t] && (totalclock%120) <= breathe[t+1]) if (breathe[t+2] && (totalclock%120) > breathe[t] && (totalclock%120) <= breathe[t+1])
@ -11678,7 +11668,6 @@ void dobonus(char bonusonly)
getpackets(); getpackets();
} }
} }
KB_FlushKeyBoardQueue(); KB_FlushKeyBoardQueue();
@ -11729,7 +11718,6 @@ FRAGBONUS:
gametext(160,165,"PRESS ANY KEY TO CONTINUE",0,2+8+16); gametext(160,165,"PRESS ANY KEY TO CONTINUE",0,2+8+16);
t = 0; t = 0;
minitext(23,80," NAME KILLS",8,2+8+16+128); minitext(23,80," NAME KILLS",8,2+8+16+128);
for (i=0;i<playerswhenstarted;i++) for (i=0;i<playerswhenstarted;i++)
@ -11865,7 +11853,6 @@ FRAGBONUS:
} }
if (playerbest > 0) for (ii=playerbest/(26*60), ij=1; ii>9; ii/=10, ij++) ; if (playerbest > 0) for (ii=playerbest/(26*60), ij=1; ii>9; ii/=10, ij++) ;
clockpad = max(clockpad,ij); clockpad = max(clockpad,ij);
} }
while (1) while (1)
@ -11950,7 +11937,6 @@ FRAGBONUS:
yy+=10; yy+=10;
} }
} }
if (playerbest > 0) if (playerbest > 0)
{ {
@ -12228,7 +12214,6 @@ void ceilingglass(short i,short sectnum,short n)
} }
} }
void lotsofcolourglass(short i,short wallnum,short n) void lotsofcolourglass(short i,short wallnum,short n)
{ {
long j, xv, yv, z, x1, y1; long j, xv, yv, z, x1, y1;