mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
This commit is contained in:
parent
cb1a03e5f2
commit
bf13265969
4 changed files with 82 additions and 7 deletions
59
changelog.txt
Normal file
59
changelog.txt
Normal file
|
@ -0,0 +1,59 @@
|
|||
!!! --- Q3Rally v0.3 changelog --- !!!
|
||||
|
||||
new since v0.0.1.2
|
||||
|
||||
Added:
|
||||
|
||||
– new Domination game type
|
||||
– new car model
|
||||
– added new skins from Bloody Rally (thx insellium)
|
||||
– changed gauntlet to chainsaw
|
||||
– new unknownmap image
|
||||
– new icon for q3rally.exe files
|
||||
– different icons for client and server
|
||||
– widescreen preview in offline and online mode
|
||||
– new widesreen map images
|
||||
– new ammoboxes and ammosprites
|
||||
– new shotgun sound
|
||||
– new console background
|
||||
– minimap can now switched on/off in the q3roptions menu
|
||||
– start/stop demo recording key binding via menu
|
||||
– added more skins (PS2)
|
||||
– new skins for the camaro
|
||||
– two new domination maps
|
||||
– added discord button to main menu
|
||||
– added alt fire mode for railgun (telefrag gun)
|
||||
|
||||
Fixed:
|
||||
|
||||
– sync the code with ioquake3
|
||||
– some tweaks on Domination
|
||||
– change console background to something more readable
|
||||
– revised all shaders
|
||||
– minor changes on q3r_david4
|
||||
– get surfaceparms to work
|
||||
– fix bug where the game freeze at 161 mph
|
||||
– bug fixed where blue cannot win a ctf game (thx zturtleman)
|
||||
– fixed bug where q3rally crashed by selecting eu_greatbritain plate
|
||||
– fixed splash screen overlay in HUD
|
||||
– tweaked the overpowered railgun
|
||||
– fixed the menu transitions, now they are a bit faster
|
||||
– fixed serverinfo menu from q3a style to q3rally style
|
||||
– tweaked flags from insellium
|
||||
– code changes for chainsaw
|
||||
– fixed q3r_david4 map
|
||||
– tweaked flag models again
|
||||
– removed useless files
|
||||
– changed sounds from .wav to .ogg
|
||||
– fixed startserver screen (on and offline)
|
||||
– fixed torch shader
|
||||
– updated q3r_banner texture
|
||||
– tweaked/merged scripts
|
||||
– fixed tree shader
|
||||
– updated file headers
|
||||
– polished the speedometer
|
||||
– polished menu buttons, etc…
|
||||
– q3r_ctf_01 updated
|
||||
– shotgun bullet bug fixed
|
||||
– fixed bug in bot path creation system
|
||||
– reworked readme files
|
|
@ -207,9 +207,9 @@ typedef struct
|
|||
const purePak_t com_purePaks[] =
|
||||
{
|
||||
|
||||
{BASEGAME, "assets0", 684878755u},
|
||||
{BASEGAME, "assets0", 3629305249u},
|
||||
{BASEGAME, "qvm", 2059895209u},
|
||||
{BASEGAME, "textures", 2140773524u},
|
||||
{BASEGAME, "textures", 2208510430u},
|
||||
|
||||
|
||||
#if 0
|
||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.3" // r400
|
||||
#define PRODUCT_VERSION "v0.3b_r408"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -863,12 +863,16 @@ q3rallycode
|
|||
1=engine\code\qcommon\qcommon.h
|
||||
2=engine\code\cgame\cg_info.c
|
||||
3=engine\code\qcommon\files.c
|
||||
4=engine\code\game\g_spawn.c
|
||||
5=engine\code\cgame\cg_main.c
|
||||
6=engine\code\cgame\cg_local.h
|
||||
7=engine\code\cgame\cg_rally_tools.c
|
||||
[Selected Project Files]
|
||||
Main=
|
||||
Selected=engine\code\qcommon\files.c
|
||||
Selected=engine\code\qcommon\q_shared.h
|
||||
[engine\code\qcommon\q_shared.h]
|
||||
TopLine=42
|
||||
Caret=27,70
|
||||
Caret=36,70
|
||||
[engine\code\qcommon\qcommon.h]
|
||||
TopLine=700
|
||||
Caret=1,715
|
||||
|
@ -876,5 +880,17 @@ Caret=1,715
|
|||
TopLine=195
|
||||
Caret=1,210
|
||||
[engine\code\qcommon\files.c]
|
||||
TopLine=195
|
||||
Caret=38,212
|
||||
TopLine=193
|
||||
Caret=21,210
|
||||
[engine\code\game\g_spawn.c]
|
||||
TopLine=730
|
||||
Caret=1,745
|
||||
[engine\code\cgame\cg_main.c]
|
||||
TopLine=984
|
||||
Caret=29,1000
|
||||
[engine\code\cgame\cg_local.h]
|
||||
TopLine=1909
|
||||
Caret=1,1924
|
||||
[engine\code\cgame\cg_rally_tools.c]
|
||||
TopLine=611
|
||||
Caret=1,618
|
||||
|
|
Loading…
Reference in a new issue