Open-source survival racing game on the ioquake3 engine.
Find a file
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
.github/workflows Fix uploading build from GitHub Actions 2023-03-03 10:49:25 -06:00
baseq3r New intro in Theora 2022-03-24 03:20:26 +05:00
engine Fix inconsistent value for no weapon change in UI 2023-06-04 13:56:49 -05:00
tools/radiant-config/radiant15-netradiant Added more options to func_breakable 2022-03-19 21:49:08 +01:00
.gitattributes Update .gitattributes 2022-03-03 21:49:35 +01:00
.gitignore added missing car sounds 2022-03-16 07:21:43 +01:00
changelog.txt Normalize all the line endings 2022-03-03 21:58:53 +01:00
q3rallycode.ppr new roadmap 2023-03-02 21:44:38 +01:00
README.md Add directions for compiling 2023-03-07 17:33:13 -06:00
roadmap_0.5.txt new roadmap 2023-03-02 21:44:38 +01:00
run-debug.sh Restore .x86 to Linux and macOS client/server executable names. 2018-08-08 15:57:53 +00:00
run.sh Fix run.sh for moving to git 2023-03-02 23:13:18 -06:00

Q3Rally It's damn fast, baby.

Q3Rally is a standalone game based on ioquake3.

For compiling, see engine/README.md.