mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
changed version and year numbers
This commit is contained in:
parent
ec43a3482f
commit
4564867539
4 changed files with 13 additions and 9 deletions
|
@ -428,14 +428,14 @@ static void Main_MenuDraw( void ) {
|
|||
// STONELANCE
|
||||
UI_DrawProportionalString( 320, 432, "DEMO FOR MATURE AUDIENCES DEMO", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
//UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2009 New Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2019 | 17 Years of Q3R | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2020 | 18 Years of Q3R | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
// UI_DrawProportionalString( 320, 372, "DEMO FOR MATURE AUDIENCES DEMO", UI_CENTER|UI_SMALLFONT, color );
|
||||
// UI_DrawString( 320, 400, "Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
|
||||
// END
|
||||
} else {
|
||||
// STONELANCE
|
||||
//UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2009 New Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2019 | 17 Years of Q3R | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2020 | 18 Years of Q3R | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
// UI_DrawString( 320, 450, "Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
|
||||
// END
|
||||
}
|
||||
|
|
|
@ -99,7 +99,7 @@ static void UI_Rally_CreditMenu_Draw( void ) {
|
|||
UI_DrawProportionalString( 320, y, "Cyberdemon, Killaz and skw|d", UI_CENTER|UI_SMALLFONT, color_white );
|
||||
|
||||
y += 2.0 * PROP_HEIGHT * PROP_SMALL_SIZE_SCALE;
|
||||
UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2019 | 17 Years of Q3R | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2020 | 18 Years of Q3R | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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.0.2.5_r265"
|
||||
#define PRODUCT_VERSION "v0.0.2.8_r274"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -872,15 +872,16 @@ q3rallycode
|
|||
11=engine\code\q3_ui\ui_rally_options.c
|
||||
12=engine\code\game\g_weapon.c
|
||||
13=engine\code\game\g_rally_rearweapon.c
|
||||
14=engine\code\q3_ui\ui_rally_credits.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
Selected=engine\code\q3_ui\ui_menu.c
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=183
|
||||
Caret=129,192
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=47
|
||||
Caret=40,70
|
||||
Caret=39,70
|
||||
[engine\Makefile]
|
||||
TopLine=114
|
||||
Caret=17,114
|
||||
|
@ -900,10 +901,10 @@ Caret=1,724
|
|||
TopLine=655
|
||||
Caret=1,670
|
||||
[engine\code\q3_ui\ui_menu.c]
|
||||
TopLine=103
|
||||
Caret=22,121
|
||||
TopLine=416
|
||||
Caret=63,438
|
||||
[engine\code\q3_ui\ui_credits.c]
|
||||
TopLine=49
|
||||
TopLine=21
|
||||
Caret=1,64
|
||||
[engine\code\q3_ui\ui_rally_controls.c]
|
||||
TopLine=544
|
||||
|
@ -917,3 +918,6 @@ Caret=13,612
|
|||
[engine\code\game\g_rally_rearweapon.c]
|
||||
TopLine=201
|
||||
Caret=3,223
|
||||
[engine\code\q3_ui\ui_rally_credits.c]
|
||||
TopLine=89
|
||||
Caret=65,102
|
||||
|
|
Loading…
Reference in a new issue