Commit graph

884 commits

Author SHA1 Message Date
MotoLegacy
b0f30c3824 SERVER: Set Waypoint sprites to EF_FULLBRIGHT explicitly 2024-12-07 00:53:47 -08:00
MotoLegacy
28b25b42dc CLIENT: Refactor Waypoint Mode UI 2024-12-07 00:44:43 -08:00
MotoLegacy
7203fbef96 MENU: Appropriately set sv_listen_qw on Solo and Co-Op enter 2024-12-06 23:58:00 -08:00
erysdren
144ca75b9c MENU: fix console not opening in menu 2024-12-04 09:52:50 -06:00
MotoLegacy
81b12b2118 SERVER: Increase vertical velocity threshold for sprinting 2024-11-30 14:44:25 -08:00
MotoLegacy
db6fa67d41 Merge branch 'main' of https://github.com/nzp-team/quakec 2024-11-30 14:09:41 -08:00
MotoLegacy
6f1fecbb86 SERVER: Fix last-frame reload cancelling on weapons 2024-11-30 14:09:28 -08:00
MotoLegacy
25b1e08b56 MENU: Cap Field of View at 150 2024-11-30 13:23:00 -08:00
MotoLegacy
93cb148e2e MENU: Save player name in Co-Op menu 2024-11-30 13:20:33 -08:00
Peter0x44
10f32b496e CLIENT: Draw controller glyphs properly for bouncing betties prompt 2024-11-30 06:30:24 +00:00
MotoLegacy
a9cc26679a CLIENT: Add Hold Breath to Steady Rifle 2024-11-28 12:35:16 -08:00
MotoLegacy
ee349fcc6c CLIENT: Better handling of crosshair recoil effect 2024-11-26 14:00:35 -08:00
MotoLegacy
9a33650b70 SERVER: buy_weapon should not support messages 2024-11-26 12:46:59 -08:00
MotoLegacy
514d98c6e8 CLIENT: Make controller glyph on useprint smaller; useprint less claustrophobic 2024-11-26 11:47:57 -08:00
MotoLegacy
b3c25885ef SERVER: Prevent Zombie sounds from triggering during spawn 2024-11-26 11:37:14 -08:00
MotoLegacy
368e8e7409 MENU: Add headers to server browser table 2024-11-26 00:31:01 -08:00
MotoLegacy
fac0c5f70d MENU: Set protocol for WEB 2024-11-25 23:33:50 -08:00
MotoLegacy
5bf23dce3a Merge branch 'main' of https://github.com/nzp-team/quakec into menu-qc 2024-11-25 21:18:09 -08:00
MotoLegacy
70ea41fef8 MENU: Final bringup 2024-11-25 21:17:55 -08:00
MotoLegacy
937b8b588f CLIENT: Fix underflow of Round stopwatch 2024-11-24 18:49:39 -08:00
MotoLegacy
75152b9ad6 SERVER: Remove Bowie Knife on Re-Spawn 2024-11-24 18:33:55 -08:00
MotoLegacy
217e34b05e SERVER: Give up after X attempts to pick random Perk-A-Cola 2024-11-24 18:21:55 -08:00
MotoLegacy
c367fdc844 CLIENT: Add automatic Q3 shader generation for alpha transparency 2024-11-24 17:34:06 -08:00
erysdren
5c516618ff MENU: menu_coop.qc: only show note when buttons not hovered 2024-11-19 15:24:50 -06:00
erysdren
ac55f3875d MENU: menu_coop.qc: add input note for serverlist 2024-11-19 15:17:08 -06:00
erysdren
51d8827319 MENU: m_menu.qc: cap maxlen at 23 2024-11-17 10:57:20 -06:00
erysdren
854530bf8a MENU: m_menu.qc: improve styling on ServerList 2024-11-17 10:54:35 -06:00
erysdren
5de586ba7e MENU: menu_coop.qc: update function names 2024-11-17 10:43:25 -06:00
erysdren
d7cfeb3826 MENU: menu_coop.qc: add explanations for refreshing 2024-11-17 10:39:47 -06:00
erysdren
8c86b48547 MENU: macro hax to get NextButton/PreviousButton 2024-11-16 11:41:49 -06:00
erysdren
81f7179ebf MENU: cap input len based on visible chars 2024-11-15 10:25:07 -06:00
erysdren
6a0b432779 MENU: m_menu.qc: actually connect to server 2024-11-14 10:31:21 -06:00
erysdren
708a5b652b MENU: m_menu.qc: use correct opcodes and formatting 2024-11-14 10:03:00 -06:00
erysdren
1b95e9f54f MENU, CLIENT: streamline to #pragma target fte_5768 2024-11-14 10:02:48 -06:00
erysdren
7484b40862 MENU: m_menu.qc: sanitize name string to ASCII range 2024-11-14 09:52:03 -06:00
erysdren
6185259280 MENU: m_menu.qc: only draw cursor if hovered 2024-11-13 06:13:21 -06:00
erysdren
7245c18a2f MENU: m_menu.qc: fix pos+size of TextInputs 2024-11-12 13:20:43 -06:00
erysdren
a97469e7be MENU: m_menu.qc: improve styling of textinput 2024-11-12 13:09:36 -06:00
erysdren
cffc82e6d8 MENU: menu_coop.qc: fix too many refreshes 2024-11-12 10:59:06 -06:00
erysdren
22ff9e5fd7 MENU: menu_coop.qc: add manual refresh button 2024-11-12 10:44:36 -06:00
erysdren
ef5d3209f8 MENU: m_menu.qc: shift drawn areas of server list 2024-11-12 10:44:25 -06:00
erysdren
43d09e46ad MENU: use functions to start solo and coop games 2024-11-12 10:14:48 -06:00
erysdren
e02d043a66 MENU: menu_coop.qc: specify password is optional 2024-11-12 10:04:25 -06:00
erysdren
d6c3934b73 MENU: menu_coop.qc: refresh server list cache faster 2024-11-12 10:00:25 -06:00
erysdren
983fd24a4c MENU: m_menu.qc: make serverlist scrollbar wider 2024-11-12 10:00:10 -06:00
erysdren
6ce5294367 MENU: Co-Op menus WIP 2024-11-10 09:56:17 -06:00
erysdren
9d1d4c3bab MENU: sui_sys.qc: check scancodes in text input 2024-11-10 09:54:51 -06:00
cypress
35d887fb55 SERVER: Explicitly use SUB_UseTargets() for buy_weapon 2024-11-03 09:54:14 -08:00
cypress
e3c5771604 MENU: More dynamic background changing 2024-10-20 15:33:28 -07:00
cypress
a150787339 MENU: Invert mouse fix 2024-10-20 13:19:44 -07:00