mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-13 07:21:31 +00:00
UI improvements
This commit is contained in:
parent
4e6c12cf07
commit
ad6c46175d
1 changed files with 73 additions and 12 deletions
|
@ -804,7 +804,7 @@ char *lodinglinetext;
|
||||||
qpic_t *awoo;
|
qpic_t *awoo;
|
||||||
char *ReturnLoadingtex (void)
|
char *ReturnLoadingtex (void)
|
||||||
{
|
{
|
||||||
int StringNum = Random_Int(55);
|
int StringNum = Random_Int(74);
|
||||||
switch(StringNum)
|
switch(StringNum)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
@ -898,7 +898,7 @@ char *ReturnLoadingtex (void)
|
||||||
return "ggnore";
|
return "ggnore";
|
||||||
break;
|
break;
|
||||||
case 31:
|
case 31:
|
||||||
return "Have you tried NZ:P on PC or NX?";
|
return "NZ:P is also on PC, Switch, Vita, and PSP!";
|
||||||
break;
|
break;
|
||||||
case 32:
|
case 32:
|
||||||
return "Submerge your device in water for godmode!";
|
return "Submerge your device in water for godmode!";
|
||||||
|
@ -967,6 +967,63 @@ char *ReturnLoadingtex (void)
|
||||||
return "\"my mom gave me plunger money\"";
|
return "\"my mom gave me plunger money\"";
|
||||||
break;
|
break;
|
||||||
case 54:
|
case 54:
|
||||||
|
return "dolphin dive on top of your friend for god mode";
|
||||||
|
break;
|
||||||
|
case 55:
|
||||||
|
return "no free rides. ass, grass, or cash!";
|
||||||
|
break;
|
||||||
|
case 56:
|
||||||
|
return "nzp-team.github.io/latest/game.html";
|
||||||
|
break;
|
||||||
|
case 57:
|
||||||
|
return "im an mlg gamer girl so its pretty guaranteed";
|
||||||
|
break;
|
||||||
|
case 58:
|
||||||
|
return "this is a w because you cant have enough fnaf";
|
||||||
|
break;
|
||||||
|
case 59:
|
||||||
|
return "i hope santa drops bombs on the uk";
|
||||||
|
break;
|
||||||
|
case 60:
|
||||||
|
return "Hoyl shit, bro! You fucking ported fortnite!";
|
||||||
|
break;
|
||||||
|
case 61:
|
||||||
|
return "icarly feet futtishist.";
|
||||||
|
break;
|
||||||
|
case 62:
|
||||||
|
return "Well, it's impossible to play, I'm disgusted.";
|
||||||
|
break;
|
||||||
|
case 63:
|
||||||
|
return "I like my women to not be cartoons";
|
||||||
|
break;
|
||||||
|
case 64:
|
||||||
|
return "Plot twist: NZP was always broken";
|
||||||
|
break;
|
||||||
|
case 65:
|
||||||
|
return "testing some think.";
|
||||||
|
break;
|
||||||
|
case 66:
|
||||||
|
return "fnaf is older than gay marriage in the us";
|
||||||
|
break;
|
||||||
|
case 67:
|
||||||
|
return "i want that twink Obliterated";
|
||||||
|
break;
|
||||||
|
case 68:
|
||||||
|
return "i think he's started the femboy transition process";
|
||||||
|
break;
|
||||||
|
case 69:
|
||||||
|
return "nice";
|
||||||
|
break;
|
||||||
|
case 70:
|
||||||
|
return "He's FUCKING annoying";
|
||||||
|
break;
|
||||||
|
case 71:
|
||||||
|
return "yeah pog female bikers";
|
||||||
|
break;
|
||||||
|
case 72:
|
||||||
|
return "This is either a stroke of genius or just a stroke";
|
||||||
|
break;
|
||||||
|
case 73:
|
||||||
return "Play some Custom Maps!";
|
return "Play some Custom Maps!";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -984,6 +1041,7 @@ void SCR_DrawLoadScreen (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (loadingScreen) {
|
if (loadingScreen) {
|
||||||
|
Draw_FillByColor(0, 0, 400, 240, 0, 0, 0, 255);
|
||||||
if (!loadscreeninit) {
|
if (!loadscreeninit) {
|
||||||
load_screen_exists = qfalse;
|
load_screen_exists = qfalse;
|
||||||
|
|
||||||
|
@ -1004,8 +1062,8 @@ void SCR_DrawLoadScreen (void)
|
||||||
if (load_screen_exists == qtrue)
|
if (load_screen_exists == qtrue)
|
||||||
Draw_StretchPic(scr_vrect.x, scr_vrect.y, lscreen, 400, 240);
|
Draw_StretchPic(scr_vrect.x, scr_vrect.y, lscreen, 400, 240);
|
||||||
|
|
||||||
Draw_FillByColor(0, 0, 480, 24, 0, 0, 0, 150);
|
Draw_FillByColor(0, 0, 480, 24, 0, 0, 0, 175);
|
||||||
Draw_FillByColor(0, 248, 480, 24, 0, 0, 0, 150);
|
Draw_FillByColor(0, 216, 480, 24, 0, 0, 0, 175);
|
||||||
|
|
||||||
Draw_ColoredString(2, 4, loadnamespec, 255, 255, 0, 255, 2);
|
Draw_ColoredString(2, 4, loadnamespec, 255, 255, 0, 255, 2);
|
||||||
}
|
}
|
||||||
|
@ -1040,7 +1098,14 @@ void SCR_SetUpToDrawConsole (void)
|
||||||
return; // never a console with loading plaque
|
return; // never a console with loading plaque
|
||||||
|
|
||||||
// decide on the height of the console
|
// decide on the height of the console
|
||||||
con_forcedup = !cl.worldmodel || cls.signon != SIGNONS;
|
if (!cl.worldmodel || cls.signon != SIGNONS)//blubs here, undid it actually
|
||||||
|
{
|
||||||
|
con_forcedup = qtrue;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
con_forcedup = qfalse;
|
||||||
|
}
|
||||||
|
|
||||||
if (con_forcedup)
|
if (con_forcedup)
|
||||||
{
|
{
|
||||||
|
@ -1066,11 +1131,7 @@ void SCR_SetUpToDrawConsole (void)
|
||||||
scr_con_current = scr_conlines;
|
scr_con_current = scr_conlines;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (clearconsole++ < vid.numpages)
|
if (clearnotify++ < vid.numpages)
|
||||||
{
|
|
||||||
Sbar_Changed ();
|
|
||||||
}
|
|
||||||
else if (clearnotify++ < vid.numpages)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue