mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-01-31 22:00:35 +00:00
Changed build Number
This commit is contained in:
parent
d23bba3879
commit
a7d4901f1b
3 changed files with 17 additions and 5 deletions
|
@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
// second version that must match between game and cgame
|
// second version that must match between game and cgame
|
||||||
|
|
||||||
// STONELANCE
|
// STONELANCE
|
||||||
#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 18"
|
#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 25"
|
||||||
// END
|
// END
|
||||||
|
|
||||||
#define DEFAULT_GRAVITY 800
|
#define DEFAULT_GRAVITY 800
|
||||||
|
|
|
@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define PRODUCT_VERSION "0.1 build 18"
|
#define PRODUCT_VERSION "0.1 build 25"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||||
|
|
|
@ -424,7 +424,7 @@ q3rallycode
|
||||||
engine\code\null\null_main.c
|
engine\code\null\null_main.c
|
||||||
engine\code\null\null_net.c
|
engine\code\null\null_net.c
|
||||||
engine\code\null\null_snddma.c
|
engine\code\null\null_snddma.c
|
||||||
+q3_ui
|
-q3_ui
|
||||||
engine\code\q3_ui\ui.def
|
engine\code\q3_ui\ui.def
|
||||||
engine\code\q3_ui\ui_addbots.c
|
engine\code\q3_ui\ui_addbots.c
|
||||||
engine\code\q3_ui\ui_atoms.c
|
engine\code\q3_ui\ui_atoms.c
|
||||||
|
@ -483,7 +483,7 @@ q3rallycode
|
||||||
engine\code\q3_ui\ui_team.c
|
engine\code\q3_ui\ui_team.c
|
||||||
engine\code\q3_ui\ui_teamorders.c
|
engine\code\q3_ui\ui_teamorders.c
|
||||||
engine\code\q3_ui\ui_video.c
|
engine\code\q3_ui\ui_video.c
|
||||||
-qcommon
|
+qcommon
|
||||||
engine\code\qcommon\cm_load.c
|
engine\code\qcommon\cm_load.c
|
||||||
engine\code\qcommon\cm_local.h
|
engine\code\qcommon\cm_local.h
|
||||||
engine\code\qcommon\cm_patch.c
|
engine\code\qcommon\cm_patch.c
|
||||||
|
@ -861,6 +861,9 @@ q3rallycode
|
||||||
5=engine\code\q3_ui\ui_menu.c
|
5=engine\code\q3_ui\ui_menu.c
|
||||||
6=engine\code\q3_ui\ui_credits.c
|
6=engine\code\q3_ui\ui_credits.c
|
||||||
7=engine\code\qcommon\files.c
|
7=engine\code\qcommon\files.c
|
||||||
|
8=engine\code\qcommon\cm_load.c
|
||||||
|
9=engine\code\qcommon\qcommon.h
|
||||||
|
10=engine\code\qcommon\surfaceflags.h
|
||||||
[Selected Project Files]
|
[Selected Project Files]
|
||||||
Main=
|
Main=
|
||||||
Selected=engine\code\game\bg_public.h
|
Selected=engine\code\game\bg_public.h
|
||||||
|
@ -877,7 +880,7 @@ Caret=1,70
|
||||||
TopLine=20
|
TopLine=20
|
||||||
Caret=65,34
|
Caret=65,34
|
||||||
[engine\code\qcommon\q_shared.h]
|
[engine\code\qcommon\q_shared.h]
|
||||||
TopLine=33
|
TopLine=31
|
||||||
Caret=40,47
|
Caret=40,47
|
||||||
[engine\code\q3_ui\ui_menu.c]
|
[engine\code\q3_ui\ui_menu.c]
|
||||||
TopLine=476
|
TopLine=476
|
||||||
|
@ -888,3 +891,12 @@ Caret=60,298
|
||||||
[engine\code\qcommon\files.c]
|
[engine\code\qcommon\files.c]
|
||||||
TopLine=187
|
TopLine=187
|
||||||
Caret=34,201
|
Caret=34,201
|
||||||
|
[engine\code\qcommon\cm_load.c]
|
||||||
|
TopLine=1
|
||||||
|
Caret=1,1
|
||||||
|
[engine\code\qcommon\qcommon.h]
|
||||||
|
TopLine=35
|
||||||
|
Caret=1,1
|
||||||
|
[engine\code\qcommon\surfaceflags.h]
|
||||||
|
TopLine=59
|
||||||
|
Caret=1,1
|
||||||
|
|
Loading…
Reference in a new issue