mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-16 09:11:11 +00:00
Changed year in GUI. First step into coding. :-)
This commit is contained in:
parent
66b3140d34
commit
891d6dc106
4 changed files with 20 additions and 12 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 - 2011 Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2012 Team Q3Rally | www.q3rally.com", 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 - 2011 Team Q3Rally | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2012 Team Q3Rally | 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 - 2011 Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2012 Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.0.0.3"
|
||||
#define PRODUCT_VERSION "v0.0.0.4"
|
||||
#endif
|
||||
|
||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||
|
|
|
@ -869,20 +869,22 @@ q3rallycode
|
|||
12=engine\code\botlib\be_interface.c
|
||||
13=engine\ChangeLog
|
||||
14=engine\code\qcommon\qcommon.h
|
||||
15=engine\code\q3_ui\ui_menu.c
|
||||
16=engine\code\q3_ui\ui_rally_credits.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\files.c
|
||||
Selected=engine\code\q3_ui\ui_menu.c
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=38
|
||||
Caret=1,52
|
||||
TopLine=47
|
||||
Caret=34,58
|
||||
[engine\code\game\g_public.h]
|
||||
TopLine=37
|
||||
TopLine=141
|
||||
Caret=1,1
|
||||
[engine\Makefile]
|
||||
TopLine=213
|
||||
Caret=1,227
|
||||
TopLine=224
|
||||
Caret=17,238
|
||||
[engine\code\game\bg_public.h]
|
||||
TopLine=13
|
||||
TopLine=91
|
||||
Caret=33,33
|
||||
[engine\code\cgame\cg_rally_hud.c]
|
||||
TopLine=831
|
||||
|
@ -891,7 +893,7 @@ Caret=1,845
|
|||
TopLine=630
|
||||
Caret=1,644
|
||||
[engine\code\game\g_local.h]
|
||||
TopLine=19
|
||||
TopLine=41
|
||||
Caret=1,33
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=185
|
||||
|
@ -917,3 +919,9 @@ Caret=1,452
|
|||
[engine\code\qcommon\qcommon.h]
|
||||
TopLine=252
|
||||
Caret=39,263
|
||||
[engine\code\q3_ui\ui_menu.c]
|
||||
TopLine=417
|
||||
Caret=58,438
|
||||
[engine\code\q3_ui\ui_rally_credits.c]
|
||||
TopLine=88
|
||||
Caret=60,102
|
||||
|
|
Loading…
Reference in a new issue