Commit graph

1038 commits

Author SHA1 Message Date
cypress
9e45d963f4
Merge pull request #119 from nzp-team/cypress_unittests
SERVER/YML: Add Unit test infrastructure
2025-03-10 20:19:50 -07:00
MotoLegacy
4ac4c8934c SERVER/YML: Add Unit test infrastructure 2025-03-10 20:16:35 -07:00
cypress
e770e118e1
Merge pull request #118 from Peter0x44/map_randommap_button
CLIENT: Add random map button
2025-03-08 14:05:48 -08:00
Peter Damianov
ae1b9fb630 CLIENT: Add random map button
Add a button to the map selection menu that starts a random map
2025-03-08 22:04:45 +00:00
cypress
5ab7980175
Merge pull request #116 from Peter0x44/remove_all_weapons_gameover 2025-03-03 07:08:05 -08:00
Peter0x44
282ef03c95 SERVER: Properly remove all weapons on game over
The code assumed the IDs of the weapons would stay the same after one is
removed. Instead, loop and call Weapon_RemoveWeapon(0).
2025-03-03 11:56:03 +00:00
cypress
bfa3df22ca
Merge pull request #115 from Peter0x44/fix_bat_file 2025-03-03 00:07:35 -08:00
Peter0x44
2c430e5abf TOOLS: Fix windows bat script, change fteqcc flags in line with the sh script 2025-03-03 08:05:14 +00:00
cypress
836cdd6ebb
Merge pull request #114 from nzp-team/cypress_prtemplate
GIT: Add Pull Request Template
2025-03-02 14:10:56 -08:00
MotoLegacy
96e12d1b9d GIT: Add Pull Request Template 2025-03-02 14:09:54 -08:00
cypress
62228b72d8
Merge pull request #113 from nzp-team/cypress_warnings
GLOBAL: Compile with -Wall and resolve many warnings
2025-03-02 14:06:56 -08:00
MotoLegacy
1feca87e6b GLOBAL: Compile with -Wall and resolve many warnings 2025-03-02 14:06:04 -08:00
cypress
e46c19bc5f
Merge pull request #112 from nzp-team/cypress_prbuilds
GIT: Update build script, do test builds for Pull Requests
2025-03-02 11:05:03 -08:00
MotoLegacy
01ec5e553d GIT: Update build script, do test builds for Pull Requests 2025-03-02 11:03:52 -08:00
MotoLegacy
a5b70d7480 SERVER: Use fixed spawn points for sys_testmode 2025-03-01 21:40:24 -08:00
MotoLegacy
8e0a7d6dbc Merge branch 'main' of https://github.com/nzp-team/quakec 2025-03-01 14:45:08 -08:00
cypress
3af4fd655b
Merge pull request #110 from tanuki-billie/patch-1
Fix incorrect mag size for Gewehr 43
2025-02-19 21:06:03 -08:00
tanuki!
c953d2e93c
Fix incorrect mag size for Gewehr 43 2025-02-19 20:09:34 -08:00
MotoLegacy
559b9caec5 SERVER: Add trigger_hurt spawnflag to kill Player instantly 2025-02-15 17:54:06 -08:00
MotoLegacy
0f69c7f73d Merge branch 'main' of https://github.com/nzp-team/quakec 2025-02-15 17:28:10 -08:00
cypress
768c8fd3f9
Merge pull request #109 from tanuki-billie/fix-low-ammo-indicator
Improved logic in HUD_AmmoString()
2025-02-11 19:22:35 -08:00
cypress
70b01aa279
Merge pull request #108 from Peter0x44/main
SERVER: Refactor W_Give_Ammo, ensure only the needed ammo gets added to the magazine
2025-02-11 19:21:54 -08:00
tanuki-billie
df9acf2c2b Improved logic in HUD_AmmoString() 2025-02-09 11:55:05 -08:00
Peter0x44
572654a2f3 SERVER: Refactor W_Give_Ammo, ensure only the needed ammo gets added to the magazine
The previous logic added the whole reserve to the magazine, which could
overfill magazines when the reserve didn't have enough to fill both guns
2025-02-09 07:37:04 +00:00
MotoLegacy
0b51a7d2f9 SERVER: Add delays for swapping useprints and interactions between unique entities 2025-02-07 23:33:31 -08:00
MotoLegacy
3f39571d4d CLIENT/MENU: Fix incorrect bind being printed on interface 2025-02-07 22:44:49 -08:00
MotoLegacy
de012d4109 SERVER: Allow custom pricing for Pack-A-Punch weapon ammo 2025-02-07 22:14:03 -08:00
MotoLegacy
df5f453fab CLIENT: Remove debug sv_cheats cvar set 2025-02-07 22:10:02 -08:00
cypress
ae943832f7
Merge pull request #105 from tanuki-billie/fix-accessibility
[MENU] Fix accessibility menu being inaccessible from gamepad / keyboard
2025-01-26 12:47:35 -08:00
tanuki-billie
f571b989ff select accessibility menu from dpad :3 2025-01-26 12:40:49 -08:00
cypress
6d28bcc808
Merge pull request #104 from nzp-team/cypress_hudorder
CLIENT: Fix small HUD inaccuracies; add accessibility options
2025-01-21 20:05:24 -08:00
MotoLegacy
e11e742191 CLIENT: Fix small HUD inaccuracies; add accessibility options 2025-01-21 20:03:58 -08:00
MotoLegacy
7c1ff11a19 CLEANUP: Remove accidental test launch scripts 2025-01-20 20:56:44 -08:00
MotoLegacy
06d0f9208d CLIENT: Improved scoreboard on HUD 2025-01-14 21:14:19 -08:00
cypress
a823256f6e
Merge pull request #98 from Peter0x44/hud_gameover_nodraw 2025-01-01 19:51:31 -05:00
cypress
d1f0fbaedc
Merge pull request #102 from Peter0x44/loading_tip_typo 2025-01-01 19:51:00 -05:00
Peter0x44
b862913ea5
Merge branch 'main' into hud_gameover_nodraw 2025-01-01 01:52:54 +00:00
Peter0x44
c81e99305e SERVER: Remove all weapons from players on game over 2024-12-31 13:45:07 +00:00
cypress
77e8408394
Merge pull request #100 from Peter0x44/controller_akimbo_fire_correct_side
CLIENT/SERVER: Fire the correct akimbo weapon when using gamepads
2024-12-30 23:20:08 -05:00
Peter0x44
6c06b1c13d CLIENT/SERVER: Fire the correct akimbo weapon when using gamepads 2024-12-31 04:14:05 +00:00
Peter0x44
3246731676 CLIENT: Correct typo in loading screen tip 2024-12-31 03:54:40 +00:00
MotoLegacy
dc8ff52c39 SERVER: Fix not backing up model on init 2024-12-29 13:04:44 -05:00
MotoLegacy
6357ee3226 CLIENT: Cap number of attempts on chase cam distance checks 2024-12-29 12:52:02 -05:00
MotoLegacy
b5ecd5dafd SERVER: Add supper for triggerstate; decrement game_counter when triggerstate is OFF 2024-12-29 12:27:47 -05:00
MotoLegacy
2cc0ca7ed3 SERVER: Restart Dedicated Server when party is empty 2024-12-27 16:15:11 -05:00
MotoLegacy
c7805825c7 FTE/SERVER: Map Voting functionality; Map rotation modes for dedicated servers 2024-12-26 20:35:20 -05:00
MotoLegacy
be22fefdee SERVER: Do not entrust a Client with EndGame logic 2024-12-26 20:00:33 -05:00
MotoLegacy
9e5546b27b MENU: Strip /udp/ from server address 2024-12-26 17:18:59 -05:00
MotoLegacy
3c79565a50 CLIENT: Directly grab the name infokey for players in Broadcasts 2024-12-26 17:11:50 -05:00
MotoLegacy
18cb18c6ba Merge branch 'main' of https://github.com/nzp-team/quakec 2024-12-26 16:52:18 -05:00