Commit graph

604 commits

Author SHA1 Message Date
P3rlE
d9c6a530f4 Saving files before refreshing line endings 2022-03-03 21:57:10 +01:00
P3rlE
73d08bb7a6 Update .gitattributes 2022-03-03 21:49:35 +01:00
P3rlE
53a5148759 Corrected line endings 2022-03-03 06:35:52 +01:00
P3rlE
e8de4d00a0 Fixed Hud
Hopefully the last commit for 0.4
2022-03-02 17:14:45 +01:00
insellium
6473a31a0f LAST COMMIT - for 0.4 release
version change + deleting useless map
2022-03-02 20:20:51 +05:00
insellium
aff6156a3f Changes for upcoming 0.4
Added new car - Lotus
Disabled sv_pure for reflect & plate fix
Changed default settings in code
2022-03-02 14:38:24 +05:00
P3rlE
f81c4d68c5 version change 2022-03-02 05:56:28 +01:00
P3rlE
738bc1b80c make quad glow purple
quad purple glow
some preparations for 0.5
2022-03-02 05:55:45 +01:00
P3rlE
da3fe95b71 Changes 2022-03-01 22:38:28 +01:00
P3rlE
2c70b4498b Reverted widescreen changes 2022-03-01 21:51:56 +01:00
P3rlE
3ec62383a8 Revert widescreen changes
Reverted widescreen changes...
2022-03-01 21:38:39 +01:00
P3rlE
f66bfc66c7 Revert widescreen changes
Reverted widescreen changes...
2022-03-01 21:07:26 +01:00
P3rlE
0653107087 Some code Cleanup 2022-03-01 20:55:24 +01:00
P3rlE
09afe21143 changed year in the menu 2022-02-26 20:40:42 +01:00
P3rlE
f804ccfd9f removed pak check 2022-02-26 00:10:30 +01:00
P3rlE
471e61a022 Merge branch 'master' of https://github.com/Q3Rally-Team/q3rally 2022-02-25 23:47:47 +01:00
insellium
c09c7f2bed Remove cheat protection from OpenGL2's r_forceSun 2022-02-23 10:14:05 +05:00
P3rlE
bd93476198 Merge branch 'master' of https://github.com/Q3Rally-Team/q3rally 2022-02-19 19:04:47 +01:00
P3rlE
9916297ecd Version Upcount 2022-02-19 19:04:25 +01:00
insellium
df5b241e2b New Q3Rally Intro! 2022-02-19 14:07:20 +05:00
insellium
d6005fb74c Merge branch 'master' of https://github.com/Q3Rally-Team/q3rally 2022-02-19 12:36:52 +05:00
insellium
7624678b32 NEW RACING MAP: Ridge Racer
This is my retextured and generally the latest version of the map from TheBigBuu straight out of 2010!
2022-02-19 12:36:47 +05:00
P3rlE
96d1cffde1 Merge branch 'master' of https://github.com/Q3Rally-Team/q3rally 2022-02-14 19:22:14 +01:00
P3rlE
fc96a4a2ca Some changed stuff 2022-02-14 19:19:42 +01:00
insellium
554361af01 Updated blimp textures 2022-02-14 21:32:52 +05:00
P3rlE
4e0d283892 - adding files missed in the last commit 2022-02-05 22:24:46 +01:00
P3rlE
aa25dbacbc - fixed (hopefully) railgun bug
- added medal for telefrag
2022-02-05 21:49:34 +01:00
P3rlE
97c4bd4295 Impressive Medal now given by frag, not by hit 2022-02-02 23:59:26 +01:00
insellium
c444e2b27c added "ely_sunset" skybox
I forgot to add to the previous commit.
2022-02-03 01:12:01 +05:00
insellium
08b7b80570 MAP UPDATE: Dirty Fun 2022-02-03 01:09:28 +05:00
insellium
75e52799c0 Updates for 0.4
NEW CAR: Gremlin
UPDATED MAPS: "david5", "sk1" and "mk"
Replaced some textures with original ones (not all have been replaced yet).
2022-02-01 02:07:38 +05:00
Zack Middleton
efd3a95e9a Revert "Fix cursor sensitivity in the menu"
This reverts commit 2b93e67527.

This change made the in-game cursor speed match system cursor if
in_nograb is 1 but slower than the system cursor if in_nograb is 0
(the default).
2022-01-26 00:13:24 -05:00
Zack Middleton
2b93e67527 Fix cursor sensitivity in the menu
Based on patch by Eugene C. from https://bugzilla.icculus.org/show_bug.cgi?id=6435
2022-01-25 19:45:33 -05:00
P3rlE
db7ff12900 Another Update to the roadmap 2022-01-18 23:33:29 +01:00
P3rlE
0c68fb15b9 changed roadmap file
Also a test commit
2022-01-18 23:12:54 +01:00
q3rally
7281774a1b Version Upcount for Nightly Build 2022-01-15 20:48:08 +00:00
zturtleman
6f468b0443 Fix auto added third sigil when only two sigil exist in the map.
If the item that is converted to the third sigil had "count" set on the entity in the map, it would be impossible to pick up.
2022-01-15 03:01:05 +00:00
zturtleman
755736061c Only show as many Domination sigils on the HUD as exist in the map. 2022-01-15 02:56:10 +00:00
zturtleman
7edcfd0e0a Fix Domination sigil HUD status icons at the top of the screen. 2022-01-15 01:46:02 +00:00
zturtleman
146f909848 Fixes for Domination found when looking at the code. Whether they were causing noticeable issues is unknown. This breaks network compatibility with past release's QVMs (this is handled by GAME_VERSION).
- CS_SIGILSTATUS used the same configstring index as a G_ModelIndex(); CS_MODELS to CS_MODELS + MAX_MODELS
- PW_SIGILWHITE, etc powerups were out of bounds for ps.powerups[] (see MAX_POWERUPS) and read ammo values
2022-01-02 19:58:57 +00:00
zturtleman
d6679e53ab Revert chat changes made in r437 and r438. 2021-12-22 02:23:39 +00:00
insellium
69051a0340 corrected .arena files (request by Halogod35)
restored "gfx/damage" files
2021-12-21 14:12:00 +00:00
insellium
e23606e1f7 q3r_david5 updated
added .aas file for "q3r_babel"
2021-12-12 15:04:29 +00:00
insellium
635c7a06c2 q3r_valley updated 2021-12-09 20:44:08 +00:00
q3rally
b68d5f5db1 Reverted the chat position 2021-12-07 20:08:46 +00:00
q3rally
135d030e11 more hud fixes 2021-11-30 22:44:46 +00:00
q3rally
221e699e09 fixed upper right hud positions 2021-11-30 19:57:37 +00:00
q3rally
7c932fe29a lowered the frag bonus from 5 seconds to 0.5 seconds
version upcount
2021-11-11 18:04:58 +00:00
insellium
56e8c61bc8 very little fix 2021-10-10 14:28:51 +00:00
insellium
a9193cb4ee NEW MAP - WAREHOUSE PLAYGROUND (Block Fort Remake from Mario Kart) 2021-10-10 13:44:00 +00:00