mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-16 09:11:11 +00:00
Commit for upcoming v0.0.0.4 release.
This commit is contained in:
parent
70a31b68d4
commit
3213ebfc50
28 changed files with 12 additions and 19 deletions
Binary file not shown.
Binary file not shown.
|
@ -3963,7 +3963,7 @@ byte 1 32
|
|||
byte 1 114
|
||||
byte 1 49
|
||||
byte 1 54
|
||||
byte 1 49
|
||||
byte 1 51
|
||||
byte 1 0
|
||||
align 1
|
||||
LABELV $480
|
||||
|
|
|
@ -1708,7 +1708,7 @@ byte 1 32
|
|||
byte 1 114
|
||||
byte 1 49
|
||||
byte 1 54
|
||||
byte 1 49
|
||||
byte 1 51
|
||||
byte 1 32
|
||||
byte 1 40
|
||||
byte 1 99
|
||||
|
@ -1807,7 +1807,7 @@ byte 1 32
|
|||
byte 1 114
|
||||
byte 1 49
|
||||
byte 1 54
|
||||
byte 1 49
|
||||
byte 1 51
|
||||
byte 1 32
|
||||
byte 1 40
|
||||
byte 1 99
|
||||
|
|
|
@ -1631,13 +1631,6 @@ CALLP4
|
|||
pop
|
||||
ADDRLP4 12
|
||||
ARGP4
|
||||
CNSTP4 0
|
||||
ARGP4
|
||||
ADDRGP4 strcat
|
||||
CALLP4
|
||||
pop
|
||||
ADDRLP4 12
|
||||
ARGP4
|
||||
ADDRLP4 56
|
||||
ARGP4
|
||||
ADDRGP4 strcat
|
||||
|
|
|
@ -1059,7 +1059,7 @@ byte 1 32
|
|||
byte 1 114
|
||||
byte 1 49
|
||||
byte 1 54
|
||||
byte 1 49
|
||||
byte 1 51
|
||||
byte 1 32
|
||||
byte 1 40
|
||||
byte 1 99
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -6,7 +6,7 @@ typedef Node NODEPTR_TYPE;
|
|||
#define STATE_LABEL(p) ((p)->x.state)
|
||||
#define PANIC error
|
||||
/*
|
||||
generated at Wed May 18 10:42:20 2016
|
||||
generated at Wed May 18 16:39:40 2016
|
||||
by lburg.c - faked rcsid
|
||||
*/
|
||||
static void _kids(NODEPTR_TYPE, int, NODEPTR_TYPE[]);
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -199,7 +199,7 @@ typedef struct
|
|||
const purePak_t com_purePaks[] =
|
||||
{
|
||||
{BASEGAME, "assets0", 3496770638u},
|
||||
{BASEGAME, "qvm", 153775135u},
|
||||
{BASEGAME, "qvm", 4150615392u},
|
||||
{BASEGAME, "textures", 25205174u},
|
||||
|
||||
|
||||
|
|
|
@ -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.4 r163"
|
||||
#define PRODUCT_VERSION "v0.0.0.4 r165"
|
||||
#endif
|
||||
|
||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||
|
|
|
@ -874,8 +874,8 @@ q3rallycode
|
|||
Main=
|
||||
Selected=engine\code\qcommon\files.c
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=16
|
||||
Caret=1,32
|
||||
TopLine=32
|
||||
Caret=39,58
|
||||
[engine\code\q3_ui\ui_rally_controls.c]
|
||||
TopLine=780
|
||||
Caret=1,819
|
||||
|
@ -895,7 +895,7 @@ Caret=1,1254
|
|||
TopLine=563
|
||||
Caret=1,579
|
||||
[engine\code\zlib\zlib.h]
|
||||
TopLine=1171
|
||||
TopLine=1236
|
||||
Caret=1,1279
|
||||
[engine\misc\nsis\q3rally.nsi.in]
|
||||
TopLine=1
|
||||
|
@ -910,5 +910,5 @@ Caret=1,2528
|
|||
TopLine=1
|
||||
Caret=1,8
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=185
|
||||
Caret=34,201
|
||||
TopLine=175
|
||||
Caret=31,202
|
||||
|
|
Loading…
Reference in a new issue