mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 12:01:44 +00:00
fixed version to 0.0.1.3
added testrim in "high res" 330x330px instead of 64x64px
This commit is contained in:
parent
c9f50d970f
commit
9083b36b55
7 changed files with 3069 additions and 3065 deletions
6
baseq3r/models/players/wheels/bmw_m6.skin
Normal file
6
baseq3r/models/players/wheels/bmw_m6.skin
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
tag_wheelfr,
|
||||||
|
tag_wheelfl,
|
||||||
|
tag_wheelrr,
|
||||||
|
tag_wheelrl,
|
||||||
|
w_tread,models/players/wheels/tread.tga
|
||||||
|
w_rim,models/players/wheels/rim_bmw_m6.tga
|
BIN
baseq3r/models/players/wheels/icon_bmw_m6.tga
Normal file
BIN
baseq3r/models/players/wheels/icon_bmw_m6.tga
Normal file
Binary file not shown.
BIN
baseq3r/models/players/wheels/rim_bmw_m6.tga
Normal file
BIN
baseq3r/models/players/wheels/rim_bmw_m6.tga
Normal file
Binary file not shown.
|
@ -111,7 +111,7 @@ endif
|
||||||
export CROSS_COMPILING
|
export CROSS_COMPILING
|
||||||
|
|
||||||
ifndef VERSION
|
ifndef VERSION
|
||||||
VERSION=v0.0.1.2
|
VERSION=v0.0.1.3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef CLIENTBIN
|
ifndef CLIENTBIN
|
||||||
|
|
|
@ -206,8 +206,9 @@ typedef struct
|
||||||
|
|
||||||
const purePak_t com_purePaks[] =
|
const purePak_t com_purePaks[] =
|
||||||
{
|
{
|
||||||
|
|
||||||
{BASEGAME, "assets0", 2542858763u},
|
{BASEGAME, "assets0", 2542858763u},
|
||||||
{BASEGAME, "qvm", 2053143463u},
|
// {BASEGAME, "qvm", 2053143463u},
|
||||||
{BASEGAME, "textures", 1169861390u},
|
{BASEGAME, "textures", 1169861390u},
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -67,9 +67,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define BASETA "missionpack"
|
#define BASETA "missionpack"
|
||||||
|
|
||||||
#ifndef PRODUCT_VERSION
|
#ifndef PRODUCT_VERSION
|
||||||
#define PRODUCT_VERSION "v0.0.1.2_r241"
|
#define PRODUCT_VERSION "v0.0.1.3_r242"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef PRODUCT_DATE
|
#ifndef PRODUCT_DATE
|
||||||
# define PRODUCT_DATE __DATE__
|
# define PRODUCT_DATE __DATE__
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -95,7 +95,7 @@ q3rallycode
|
||||||
engine\code\botlib\l_utils.h
|
engine\code\botlib\l_utils.h
|
||||||
engine\code\botlib\lcc.mak
|
engine\code\botlib\lcc.mak
|
||||||
engine\code\botlib\linux-i386.mak
|
engine\code\botlib\linux-i386.mak
|
||||||
+cgame
|
-cgame
|
||||||
engine\code\cgame\cg_atmospheric.c
|
engine\code\cgame\cg_atmospheric.c
|
||||||
engine\code\cgame\cg_consolecmds.c
|
engine\code\cgame\cg_consolecmds.c
|
||||||
engine\code\cgame\cg_draw.c
|
engine\code\cgame\cg_draw.c
|
||||||
|
@ -165,7 +165,7 @@ q3rallycode
|
||||||
engine\code\client\snd_openal.c
|
engine\code\client\snd_openal.c
|
||||||
engine\code\client\snd_public.h
|
engine\code\client\snd_public.h
|
||||||
engine\code\client\snd_wavelet.c
|
engine\code\client\snd_wavelet.c
|
||||||
+game
|
-game
|
||||||
engine\code\game\ai_chat.c
|
engine\code\game\ai_chat.c
|
||||||
engine\code\game\ai_chat.h
|
engine\code\game\ai_chat.h
|
||||||
engine\code\game\ai_cmd.c
|
engine\code\game\ai_cmd.c
|
||||||
|
@ -858,18 +858,14 @@ q3rallycode
|
||||||
engine\resync_svn.sh
|
engine\resync_svn.sh
|
||||||
engine\cross-make-mingw64.sh
|
engine\cross-make-mingw64.sh
|
||||||
[Open project files]
|
[Open project files]
|
||||||
0=engine\code\qcommon\q_shared.h
|
0=engine\code\qcommon\files.c
|
||||||
1=engine\code\qcommon\files.c
|
1=engine\code\qcommon\q_shared.h
|
||||||
2=engine\code\qcommon\qcommon.h
|
|
||||||
[Selected Project Files]
|
[Selected Project Files]
|
||||||
Main=
|
Main=
|
||||||
Selected=engine\code\qcommon\q_shared.h
|
Selected=engine\code\qcommon\q_shared.h
|
||||||
[engine\code\qcommon\q_shared.h]
|
|
||||||
TopLine=55
|
|
||||||
Caret=39,70
|
|
||||||
[engine\code\qcommon\files.c]
|
[engine\code\qcommon\files.c]
|
||||||
TopLine=194
|
TopLine=194
|
||||||
Caret=33,210
|
Caret=3,211
|
||||||
[engine\code\qcommon\qcommon.h]
|
[engine\code\qcommon\q_shared.h]
|
||||||
TopLine=595
|
TopLine=49
|
||||||
Caret=79,708
|
Caret=34,70
|
||||||
|
|
Loading…
Reference in a new issue