From 456486753943880d0be252c4e2e75b58bb03586b Mon Sep 17 00:00:00 2001 From: q3rally Date: Wed, 8 Jul 2020 18:16:59 +0000 Subject: [PATCH] changed version and year numbers --- engine/code/q3_ui/ui_menu.c | 4 ++-- engine/code/q3_ui/ui_rally_credits.c | 2 +- engine/code/qcommon/q_shared.h | 2 +- q3rallycode.ppr | 14 +++++++++----- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/engine/code/q3_ui/ui_menu.c b/engine/code/q3_ui/ui_menu.c index 1d1a50e6..48cbdab4 100644 --- a/engine/code/q3_ui/ui_menu.c +++ b/engine/code/q3_ui/ui_menu.c @@ -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 } diff --git a/engine/code/q3_ui/ui_rally_credits.c b/engine/code/q3_ui/ui_rally_credits.c index 74d235dd..69b6f643 100644 --- a/engine/code/q3_ui/ui_rally_credits.c +++ b/engine/code/q3_ui/ui_rally_credits.c @@ -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 ); } diff --git a/engine/code/qcommon/q_shared.h b/engine/code/qcommon/q_shared.h index 55f3ec2a..2707fe69 100644 --- a/engine/code/qcommon/q_shared.h +++ b/engine/code/qcommon/q_shared.h @@ -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 diff --git a/q3rallycode.ppr b/q3rallycode.ppr index 8ada5e3c..4d4a364b 100644 --- a/q3rallycode.ppr +++ b/q3rallycode.ppr @@ -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