Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
c4045a6
Make !setteam debug only & fix debug build warning
Vauff May 15, 2025
12d3c88
Add !strip and !give admin commands
Vauff May 15, 2025
03583fe
Add more weapon sounds to !stopsound
Vauff May 15, 2025
d4709c0
Enforce maximum team limits in ZR
Vauff May 22, 2025
1c4189c
Fix off-by-one error in invalid nomination min player check
Vauff May 22, 2025
deed970
Improve zombie moan randomization
Vauff May 23, 2025
749f848
Ensure uninitialized variable isn't accessed
Vauff May 24, 2025
8c44649
Fix edge case where saved cooldowns could be lost
Vauff May 24, 2025
13e5104
Remove player_ping cooldown for active leaders
Frozen-H2O May 28, 2025
6b65b79
Update sdk
Vauff May 29, 2025
1bf052d
Fix rare crash due to missing null check
Vauff May 29, 2025
87cdc93
Disabling cs2f_leader_enable now removes leaders
Frozen-H2O Jun 16, 2025
f1bf81e
Fix GetReason bug when an arg had double quotes
Frozen-H2O Jun 16, 2025
d38ebbe
fix: scroll buttons not worling on game_ui
Kxnrl Jun 19, 2025
b2c9206
Fix template spawns leaking causing significant performance issues
Vauff Jun 25, 2025
04e7391
Add automatic/burst-fire switch sound to !stopsound
Vauff Jun 25, 2025
9022612
Fix a code block that needed to obey cs2f_votemanager_enable
Vauff Jun 25, 2025
933dbd4
Stop relying on unstable default map changes
Vauff Jun 26, 2025
d6acadb
Hide disabled maps from showing in !nominate multiple match list
Vauff Jun 26, 2025
242174d
Fix !setnextmap misusing HandlePlayerMapLookup
Vauff Jun 26, 2025
f53a6fe
Admin config rework
Frozen-H2O Jun 26, 2025
a37dd41
Expose admin ranks to MetaMod API
Frozen-H2O Jun 27, 2025
00b4aad
Fix issues with API exposed to Metamod
Frozen-H2O Jun 29, 2025
35e0967
Allow for same round changes to infection time
Frozen-H2O Jun 30, 2025
243c50f
Properly use uint32_t instead of uint16_t
Frozen-H2O Jul 3, 2025
6c139eb
Add map display name option that shows in map vote UI
Vauff Jul 3, 2025
9758d11
Allow null HTTP request completion callbacks
Vauff Jul 4, 2025
810db26
Reset player colour after SetModel input
Vauff Jul 4, 2025
e8092cc
Fix knife knockback
Vauff Jul 4, 2025
dce6d21
Retain current alpha in SetModel
Vauff Jul 6, 2025
01edd89
Remove unneeded mega-velocity fix
Vauff Jul 6, 2025
57bcd1f
Fix git triggering full rebuilds with new versioning system
Vauff Jul 7, 2025
05eb27e
Fix packaging & errors in VS
Vauff Jul 8, 2025
8f90a6d
Rework ZR purchase restrictions for more flexibility & AWS compatibility
Vauff Jul 11, 2025
6f380f1
Add configuration of max purchase amounts with game cvars
Vauff Jul 11, 2025
eb7dc73
Various kevlar purchasing fixups
Vauff Jul 12, 2025
9d4db3b
Revert to old beacon particle to fix some issues
Vauff Jul 13, 2025
11399bd
De-duplicate ZR class visuals code
Vauff Jul 13, 2025
18b06c6
Some improvements to animation bug fix
Vauff Jul 13, 2025
08ffd17
Add hud system with HTML formatting & priority handling
Vauff Jul 14, 2025
83acdf3
Feat: add classic spawn warning message (#363)
notkoen Jul 14, 2025
8ee58fd
Allow targeting zombies with !give
Vauff Jul 14, 2025
7e345cd
Fix some text being hidden on specific resolutions
Vauff Jul 20, 2025
ab455db
Block html injections in c_hsay
Frozen-H2O Jul 22, 2025
661b3cb
Minor cleanup
Frozen-H2O Jul 23, 2025
6e450d1
Move hud priority to an enum
Vauff Jul 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}
path: CS2Fixes/build/package
path: CS2Fixes/build/package/cs2

release:
name: Release
Expand Down
Loading