Commit graph

586 commits

Author SHA1 Message Date
insellium
d69613a527 Updated Server cfs's + example config 2023-12-19 10:41:40 +05:00
Zack Middleton
91aebdd96f ioquake3 resync to commit 972635ea from b1e6ef14
Build QVMs even if there is no QVM JIT
OpenGL2: Fix border for cg_viewsize using HDR/FB-MSAA w/postProcess
OpenGL2: Fix r_clear when using HDR/FB-MSAA
OpenGL2: Fix FB-MSAA on AMD Windows driver
OpenGL2: Fix updating the loading screen with r_cubeMapping 1
2023-12-18 20:49:39 -06:00
Zack Middleton
a19b0be747 Remove BUILD_DEFINES from Makefile
It doesn't need to be configured.
2023-12-18 20:47:11 -06:00
insellium
227e401356 NEW GAME MODE: LAST CAR STANDING
New map for this game mode: COMING SOON
zturtleman, check it out, please.
2023-12-18 00:45:22 +05:00
insellium
d7c857b193 Lotus removed
Needs to be improved
2023-12-17 17:30:51 +05:00
insellium
6a9e2fdb0b Something from me
— Removed haze.ogg. It was temporary music for q3r_babel.
— Added a vignette with noise on the map loading screen.
— Added support for multiple music tracks in the main menu.
— Fixed strncpy error in ui_menu.c appearing during build compie.
— Version update. Looks like version 0.5 will slowly be done without P3rle. I miss him so much.

Ah yes, I'm not a coder.
2023-12-16 12:44:58 +05:00
insellium
47893b81f9 Updated server cfg's
These files were once used to create official Q3Rally servers. Now I've got the time to add them to baseq3r
2023-12-15 06:22:18 +05:00
Zack Middleton
3b65f0a358 Update server q3r_derby.cfg 2023-12-14 17:59:46 -06:00
insellium
d006948062 Removing couple of maps from Derby Mode 2023-12-15 04:57:09 +05:00
Zack Middleton
f855ff5ae9 Make black image for murcielago model be opaque
Using a transparent image on model ignored alpha but model editors, etc
may not.
2023-12-14 17:48:33 -06:00
insellium
5b5c32d0e4
Merge pull request #44 from zturtleman/no_mgun_derby
Don't spawn with machinegun in Demolition Derby
2023-12-15 04:01:27 +05:00
Zack Middleton
9048507722 Don't spawn with machinegun in Demolition Derby
Fixes https://github.com/Q3Rally-Team/q3rally/issues/25
2023-12-14 16:32:23 -06:00
insellium
d705263511 Some graphical changes
- Returned q3rstart
- Changed font in Scoreboard
- Temporarily removed many menu backgrounds. This is due to plans to publish map and model addons.
2023-12-14 13:41:35 +05:00
insellium
f13bcab3f4 Okay, TR_LINEAR make a sense for solution of GrenadeL problem 2023-12-11 07:01:22 +05:00
insellium
8b1de85aa0 GrenadeL alt fire fix 2023-12-11 06:40:33 +05:00
Zack Middleton
a4fe13c122 Fix "following" text being off-center 2023-12-09 22:51:45 -06:00
Zack Middleton
ae409da88b Add parentheses about binary-and
There wasn't a warning so it was probably fine?
2023-12-09 22:51:45 -06:00
Zack Middleton
dc0fa02eb3 Make spectator observer camera rotate smoothly 2023-12-09 22:51:45 -06:00
insellium
56383666bc Update for credits & car damage 2023-12-10 05:44:50 +05:00
Zack Middleton
528645fe86 Fix camera not rotating smoothly
Reducing camera angle in damageYaw to 8-bit caused camera to be limited
to 256 angles and not rotate smoothly.

Restore setting it locally in higher precision as a separate variable
(damageAngles) but still keep it as 8-bit in damagePitch/damageYaw so
it networks correctly.

Issue introduced in "Fix sending angles in damagePitch/damageYaw".
2023-12-09 18:33:04 -06:00
Zack Middleton
226fc030cd Fix intermission view angles
angle/angles is set for info_player_intermission in Q3Rally maps
(and used by Quake 3), not angles2.

(This also required the previous commit to fix angles that CGame
received.)
2023-12-09 18:30:07 -06:00
Zack Middleton
866db4eba5 Fix sending angles in damagePitch/damageYaw
damagePitch/damageYaw are send over the network as 8-bit but Q3Rally
stored 16-bit short for angle in them. This caused CGame to have
different angles than Game.
2023-12-09 18:30:07 -06:00
insellium
d1a0772586 WildGamer's Dream
Now the car is not damaging when driving and the crouch button is pressed (unless you deliberately hit the wall at high speed).
2023-11-20 23:45:56 +05:00
insellium
3baa6a5e7e Fixing Homing Missile of RL 2023-11-20 02:41:25 +05:00
insellium
d4c238aecd Fixed Grenade Missile Physics
FINALLY!!
2023-11-20 01:37:22 +05:00
Zack Middleton
b3fe8e7cc2 Add map rotation config files for servers
Created based on the "type" field in the scripts/*.arena files.

Use with "q3rally-server.x86_64 +exec q3r_racing.cfg".
2023-08-28 16:58:22 -05:00
Zack Middleton
bc4a435056 Add list of engine changes 2023-08-21 14:03:47 -05:00
Zack Middleton
0c524e000d Fix protocol handler scheme 2023-08-21 13:57:57 -05:00
Zack Middleton
8bf79baf63 Fix and resync Windows installer
Fix wrong file paths.
Merge installer changes from ioquake3.
2023-08-21 13:20:16 -05:00
Zack Middleton
a496080c2b ioquake3 resync to commit b1e6ef14 from 47c96419
Fixed another minor typo or two
Minor typo correction to be_aas_file.c
Add .gitignore to msvc10 folder
Added .gitignore to msvc folder
Fix macOS client/server failing to start from terminal
nsis: Remove Speex library
nsis: Require installing SDL
Don't list mod directories at Windows drive root
2023-08-21 12:58:15 -05:00
Zack Middleton
3b65f5dea6 Add license info to the README 2023-08-19 16:37:03 -05:00
Zack Middleton
400d2c85ef Improve AppStream metainfo
- Correct the software license to be GPL-2.0-or-later.
- Remove the hyphen in the developer name.
- Add social-audio intense due to unmoderated voice chat.
- Some syntax / order changes to match ioquake3's metainfo.
2023-08-19 15:41:01 -05:00
Matthias Mailänder
fd2440cca2 Add AppStream metadata and Open Age Rating. 2023-08-19 15:56:12 -04:00
Zack Middleton
777628604b Update Github Actions CI 2023-08-14 21:30:12 -05:00
Zack Middleton
5205081edc Improve documentation for compiling for ARM64 2023-08-14 21:17:14 -05:00
Zack Middleton
f2a68b0b24 Update Makefile for move to git 2023-08-14 17:54:14 -05:00
Zack Middleton
a9c7189b39 Don't use mouse for player while console is open
Caused by the previous commit.
2023-06-06 07:31:56 -05:00
Zack Middleton
ed4bec3d46 Make mouse movement in menus match regular desktop movement
Use absolute mouse input instead of relative in the menus. Convert the
absolute position to relative movement in virtual "640x480 but aspect
correct" coords and preserve fractional movement. Synchronize the
position of the UI's menu cursor by forcing it to 0,0 and then sending
a delta of the current position in virtual coords.

The cursor can also freely move out of the window in the menu.
2023-06-06 07:04:45 -05:00
Zack Middleton
08872e95e0 Fix func_breakable being destroyed with one shot
A use function was added to func_breakable so it can be destroyed when
triggered by an entity but it stopped using health when shot.

Issue introduced in e0418bd2d4.
2023-06-06 03:40:34 -05:00
Zack Middleton
ed6fbd1796 Fix players in race spawning with invisible gauntlet 2023-06-06 02:44:53 -05:00
Zack Middleton
c37b8b8f52 Restore machinegun in non-race gametypes
The change to have gauntlet in race had no effect as gauntlet is
removed a few lines below.

See commit b9c6fc91af.
2023-06-06 02:41:22 -05:00
Zack Middleton
b1a0437218 Fix shotgun texture with unpacked data on Linux
Changed models/weapons2/shotgun/shotgun.TGA to use .tga to match the
real filename. (Changed using a hex editor, no other changes.)
2023-06-04 20:00:01 -05:00
Zack Middleton
a0967278f5 Fix Kuro bot (bots/neko_c.c) with unpacked data on Linux 2023-06-04 19:52:17 -05:00
Zack Middleton
91b8c8dfc6 Rename the new URL scheme to q3rally
Websites can link to q3rally servers using the following:

    q3rally://connect/0.0.0.0

A protocol handler needs to be configured on the system to run:

    q3rally.x86_64 --uri q3rally://connect/0.0.0.0
2023-06-04 19:35:20 -05:00
Zack Middleton
1286903908 ioquake3 resync to commit 47c96419 from 4610a240
Document USE_INTERNAL_VORBIS in README
Update CI to Ubuntu 20.04
Add protocol handler support
Fix bad client reliableAcknowledge DOS exploit
2023-06-04 19:32:47 -05:00
Zack Middleton
51578c980c Fix bots going in reverse for no reason in races
On some maps bots went in reverse right away or got (almost to?) the
first checkpoint and then went in reverse forever. Race movement uses
derivatives on a curve but they seem to be invalid at fraction 0 and 1
so limit it to 0.05 to 0.95 (arbitrary).

This change fixes bots being stuck near the beginning of q3r_nightcity,
q3r_ridgeracer, and q3r_valley. The bots can complete the maps now.
2023-06-04 19:10:52 -05:00
Zack Middleton
43101bf2f8 Fix out of range death events
Event EV_DEATH1 + sv_maxclients was sent when a player dies. This
is the wrong event. For sv_maxclients 10, CGame errors out because
EV_BREAK_GLASS isn't implemented.

EV_DEATH1 to 3 exist for different animations/sounds in Q3.
Specifically EV_DEATH1 + i is used. "i" for this was removed in
Q3Rally but "i" exists at a higher scope for iterating through
clients.
2023-06-04 14:29:22 -05:00
Zack Middleton
5da196639f Fix event names for debug messages 2023-06-04 14:28:17 -05:00
Zack Middleton
70428c4d2e Fix controls menu not updating weapon model
Q3 updates the weapon model at end of drop weapon animation but
Q3Rally doesn't use animations. So update the weapon model when
triggering the weapon change sound.
2023-06-04 14:00:25 -05:00
Zack Middleton
b3b8e60176 Fix inconsistent value for no weapon change in UI
ui_controls2.c updated to ioq3 using WP_NUM_WEAPONS, to avoid out
of range enum usage, but ui_players.c was not updated.

The weapon was probably set to WP_NUM_WEAPONS. There is no item
for it so it would use machinegun model instead.
2023-06-04 13:56:49 -05:00