removed "Laps" from arenas.txt
version upcount
This commit is contained in:
q3rally 2021-07-31 20:36:42 +00:00
parent 2c8bf8438b
commit 85a1e0718d
5 changed files with 34 additions and 14 deletions

View file

@ -2607,8 +2607,8 @@ static void CG_PlayerSprites( centity_t *cent ) {
// Q3Rally Code Start
// UPDATE - enable this
// if ( cg_drawPositionSprites.integer && isRallyRace() &&
if ( isRallyRace() &&
if ( cg_drawPositionSprites.integer && isRallyRace() &&
// if ( isRallyRace() &&
cg_entities[cent->currentState.number].currentPosition >= 1 &&
cg_entities[cent->currentState.number].positionChangeTime + 5000 > cg.time) {
CG_PlayerFloatSpriteField( cent, cg_entities[cent->currentState.number].currentPosition );

View file

@ -345,7 +345,7 @@ typedef struct
typedef enum
{
MS_NUMSTARTS,
MS_LAPS,
// MS_LAPS,
MS_LAPTIME,
MS_NUMCHECKPOINTS,
MS_NUMOBSERVERSPOTS,

View file

@ -162,8 +162,8 @@ char *UI_GetStatKey(int num){
case MS_NUMSTARTS:
return "starts";
case MS_LAPS:
return "laps";
// case MS_LAPS:
// return "laps";
case MS_LAPTIME:
return "laptime";
@ -202,8 +202,8 @@ char *UI_GetStatName(int num){
case MS_NUMSTARTS:
return "Start positions:";
case MS_LAPS:
return "Laps:";
// case MS_LAPS:
// return "Laps:";
case MS_LAPTIME:
return "Laptime:";
@ -243,8 +243,8 @@ char *UI_GetDefaultStatValue( int num ){
case MS_NUMSTARTS:
return "Unknown";
case MS_LAPS:
return "Unknown";
// case MS_LAPS:
// return "Unknown";
case MS_LAPTIME:
return "Unknown";

View file

@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASETA "missionpack"
#ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "v0.3c_r430"
#define PRODUCT_VERSION "v0.3c_r431"
#endif

View file

@ -886,13 +886,33 @@ q3rallycode
engine\cross-make-mingw64.sh
[Open project files]
0=engine\code\qcommon\q_shared.h
1=engine\code\q3_ui\ui_rally_startserver.c
1=engine\code\q3_ui\ui_rally_options.c
2=engine\code\cgame\cg_local.h
3=engine\code\cgame\cg_main.c
4=engine\code\cgame\cg_players.c
5=engine\code\q3_ui\ui_rally_startserver.c
6=engine\code\q3_ui\ui_local.h
[Selected Project Files]
Main=
Selected=engine\code\q3_ui\ui_rally_startserver.c
Selected=engine\code\qcommon\q_shared.h
[engine\code\qcommon\q_shared.h]
TopLine=51
Caret=36,70
[engine\code\q3_ui\ui_rally_options.c]
TopLine=152
Caret=46,172
[engine\code\cgame\cg_local.h]
TopLine=1534
Caret=1,1552
[engine\code\cgame\cg_main.c]
TopLine=347
Caret=1,366
[engine\code\cgame\cg_players.c]
TopLine=2597
Caret=5,2610
[engine\code\q3_ui\ui_rally_startserver.c]
TopLine=253
Caret=12,215
TopLine=228
Caret=16,246
[engine\code\q3_ui\ui_local.h]
TopLine=332
Caret=3,348