mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +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.
6102
engine/Makefile
6102
engine/Makefile
File diff suppressed because it is too large
Load diff
|
@ -206,8 +206,9 @@ typedef struct
|
|||
|
||||
const purePak_t com_purePaks[] =
|
||||
{
|
||||
|
||||
{BASEGAME, "assets0", 2542858763u},
|
||||
{BASEGAME, "qvm", 2053143463u},
|
||||
// {BASEGAME, "qvm", 2053143463u},
|
||||
{BASEGAME, "textures", 1169861390u},
|
||||
|
||||
|
||||
|
|
|
@ -67,9 +67,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.0.1.2_r241"
|
||||
#define PRODUCT_VERSION "v0.0.1.3_r242"
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef PRODUCT_DATE
|
||||
# define PRODUCT_DATE __DATE__
|
||||
#endif
|
||||
|
|
|
@ -95,7 +95,7 @@ q3rallycode
|
|||
engine\code\botlib\l_utils.h
|
||||
engine\code\botlib\lcc.mak
|
||||
engine\code\botlib\linux-i386.mak
|
||||
+cgame
|
||||
-cgame
|
||||
engine\code\cgame\cg_atmospheric.c
|
||||
engine\code\cgame\cg_consolecmds.c
|
||||
engine\code\cgame\cg_draw.c
|
||||
|
@ -165,7 +165,7 @@ q3rallycode
|
|||
engine\code\client\snd_openal.c
|
||||
engine\code\client\snd_public.h
|
||||
engine\code\client\snd_wavelet.c
|
||||
+game
|
||||
-game
|
||||
engine\code\game\ai_chat.c
|
||||
engine\code\game\ai_chat.h
|
||||
engine\code\game\ai_cmd.c
|
||||
|
@ -858,18 +858,14 @@ q3rallycode
|
|||
engine\resync_svn.sh
|
||||
engine\cross-make-mingw64.sh
|
||||
[Open project files]
|
||||
0=engine\code\qcommon\q_shared.h
|
||||
1=engine\code\qcommon\files.c
|
||||
2=engine\code\qcommon\qcommon.h
|
||||
0=engine\code\qcommon\files.c
|
||||
1=engine\code\qcommon\q_shared.h
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=55
|
||||
Caret=39,70
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=194
|
||||
Caret=33,210
|
||||
[engine\code\qcommon\qcommon.h]
|
||||
TopLine=595
|
||||
Caret=79,708
|
||||
Caret=3,211
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=49
|
||||
Caret=34,70
|
||||
|
|
Loading…
Reference in a new issue