zturtleman
62467f97b9
Fix losing race rank after finishing if following other player
...
If you finish the race and then follow another player (fire and then
rear fire to switch to SPECTATOR_FOLLOW) and then after other player
finishes and there is no one else to follow the game switches you
to SPECTATOR_FREE. This calls ClientBegin() which clears most of the
game client data, including the finishRaceTime. This puts the player
in last place on the scoreboard.
2021-06-15 10:30:30 +00:00
q3rally
cad778cadc
Added 4-Team-Domination
...
Added default bots to arena files
2021-06-11 04:29:41 +00:00
q3rally
bf13265969
2021-06-07 14:56:21 +00:00
zturtleman
1568196e27
ioquake3 resync to revision 6920 from 6893.
...
Updated to latest recommended build settings, increased deployment target to 10.7
Further tweaks to Xcode project
Now works as well as possible in Xcode 11
Figured out method of referencing GLSL generated C files outside of code directory
Update README.md
Add C syntax highlighting to readme
Simplify glsl -> C stringification
Make LCC path resolution more robust
GitHub Actions setup
Remove old CI system configurations
Add status badge to README
Fix shader stringify
Run apt-get update before installing deps
Avoid platform sed differences
Run actions on pull request too
Use `r_texturemode GL_LINEAR_MIPMAP_LINEAR` by default
[sdl] Turn tentative definition into actual definition.
Add TOOLS_CFLAGS to build preamble
Fix use of TOOLS_CC being reported as CC
Use the correct compiler for tools when cross building under cygwin
Allow using pulseaudio for SDL audio capture
Restore bots crushing unseen player on q3tourney6 in non-CTF
Fix the number of weights in the IQM model calculation
Fixes a crash when compiling the project on windows in 64 bit mode.
2021-06-07 09:11:19 +00:00
zturtleman
5fd3d16c15
Update ioquake3 svn revision
...
ioquake3 default git branch being renamed probably added a bunch of svn revisions.
2021-06-07 08:40:37 +00:00
q3rally
1c1694e7e2
added q3r_citydom map and aas and textures
...
changed version numbering
2021-05-28 19:46:16 +00:00
q3rally
ae3c64ee50
commit for 0.0.3.0 release (code freeze)
...
tweaked telefrag gun
updated roadmap
updated discord logo in main menu
version upcount
2021-05-13 16:02:43 +00:00
q3rally
521d68adc2
finished the alt fire for railgun (telefrag gun)
2021-05-11 11:02:37 +00:00
q3rally
c16d8e6e49
fixed bug in bot path creation system (thx zturtleman)
...
added discordlogo.tga
added reflect image for babel (by insellium)
2021-05-05 18:38:41 +00:00
q3rally
c83d372dbd
shotgun bullet missing bug fixed
2021-05-03 19:22:06 +00:00
q3rally
aa1d5aa0c7
added discord button to main menu
...
(still needs work for hyperlinking)
version number upcount
2021-05-03 14:46:16 +00:00
q3rally
176e27e1ab
fixed headmodel in options bug
...
version number upcount
2021-04-28 04:20:12 +00:00
q3rally
af34652a43
finally fixed interface bug
...
version number upcount
2021-04-27 21:28:14 +00:00
q3rally
d429a7ced4
added flameball explosion sound
2021-04-27 19:25:29 +00:00
q3rally
7dcf020d87
fixed interface bug with overlapping icons
2021-04-25 20:46:11 +00:00
q3rally
7df4038c2f
changed code for the new flamersounds
...
changed flashcolor
2021-04-25 16:53:25 +00:00
q3rally
211c5e546c
added live stats (still have to refine)
...
kicked out sdk message
version upcount
2021-04-21 13:58:24 +00:00
q3rally
a56979818c
small fix in the spectator menu
...
version upcount
2021-04-15 21:55:52 +00:00
q3rally
629909b230
removed more useless "crosshair" code
...
version number upcount
2021-04-12 21:33:56 +00:00
q3rally
cafe7d3f32
removed the useless "crosshair" code
...
version number upcount
2021-04-12 17:47:32 +00:00
q3rally
65ffc81230
2021-04-11 09:51:15 +00:00
q3rally
c42c0bdb40
fixed bug where the laptime line switched one digit left instead of right when going over 10 minutes
...
fixed fullbright shader
version number upcount
2021-04-07 07:48:47 +00:00
q3rally
5f36034b3b
added skid sound for cars
...
version number count up
2021-04-06 13:38:59 +00:00
q3rally
67fa01cd4c
new aas file for q3r_dm02
...
updated version number
2021-04-04 21:31:22 +00:00
q3rally
4f04a97fdf
worked out the surfaceparms stuff
...
added visual effect for SURF_SNOW (needs fixing)
deleted useless surfaceparms files
2021-04-03 23:31:23 +00:00
q3rally
03eb3cc489
maap q3r_david4 updated
...
little menu fix for demo record
2021-03-29 19:13:42 +00:00
q3rally
8666c811e6
fixed missing icon
2021-03-28 20:21:50 +00:00
q3rally
56a952364a
fixed menu items for start/stop demo recording
2021-03-27 18:29:09 +00:00
zturtleman
6d1235628a
Fix demo start/stop bind drawing in controls menu.
2021-03-27 06:29:59 +00:00
q3rally
3c91df6fca
tweaked the speedometer
2021-03-26 22:43:44 +00:00
q3rally
62c09831da
Changed years in file headers
2021-03-24 20:13:01 +00:00
q3rally
f898d41f1d
start/stop demorecording key binding in menu
...
needs fixing / donĀ“t show up right
2021-03-21 23:46:40 +00:00
q3rally
6ac080d361
minimap can now switched on/off via q3roptions menu
2021-03-21 21:17:56 +00:00
q3rally
511e6d79f0
fixed a little bug in start server screen
...
added insellium in the credits properly
2021-03-21 12:07:19 +00:00
q3rally
eab7719a54
map preview is now widescreen
...
new unknownmap.tga by insellium in widescreen
2021-03-19 05:15:44 +00:00
zturtleman
a57f21e4e8
Make dedicated server use new icon.
2021-03-17 18:33:02 +00:00
zturtleman
89da51f883
Add ability to change window dedicated server executable icon
2021-03-17 18:29:24 +00:00
q3rally
745959cb54
New icon for Q3Rally
2021-03-15 18:39:56 +00:00
q3rally
d4f45f9e60
added new/tweaked headmodels by insellium
...
changed gauntlet to chainsaw
code changes for chainsaw
fixed q3r_david4 map
tweaked flag models again
new unknownmap image
2021-03-14 22:13:21 +00:00
q3rally
e15489102f
added new flags by insellium
2021-03-09 20:10:36 +00:00
q3rally
026b2a877d
new nightly
2021-03-02 22:29:01 +00:00
q3rally
a43f8f2c3e
fixed broken shader (thx insellium)
...
added new dm map by insellium
2021-03-02 20:01:57 +00:00
q3rally
398e860694
added new skins from Bloody Rally
...
thx insellium
2021-02-28 19:44:30 +00:00
q3rally
48d29fc343
added more plates
...
colors from camaro tweaked
thx insellium
2021-02-25 17:49:08 +00:00
q3rally
e42db69cdb
removed RLE-Compression prevents plates from working ingame
2021-02-24 22:22:28 +00:00
q3rally
57d3c2b6b2
did a little workaround for the grenade launcher
...
still wip
2021-02-23 22:02:53 +00:00
q3rally
a69dfd5687
changed the serverinfo menu
...
was q3a style
now it is also q3rally style
2021-02-23 04:36:36 +00:00
q3rally
6dd218d1de
Changed masterserver
2021-02-22 19:56:04 +00:00
q3rally
931f952063
fixed grenade launcher physics
2021-02-19 22:13:57 +00:00
q3rally
7cb3f10b46
lightning gun effects tweaked
...
blood marks replaced by sparks
widescreen levelshots added
2021-02-19 21:04:56 +00:00