Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
191 commits
Select commit Hold shift + click to select a range
9d21d58
Add new KeyValue inputs
Vauff Apr 7, 2025
60d1d54
Enable dev builds on all branches
Vauff Apr 8, 2025
b669b3e
Fix Tec-9 weapon definition
Vauff Apr 12, 2025
e65ee01
stopsound block R8 windup sound
Faramour Apr 12, 2025
93cc7b0
Fix regression with c_defend duration
Frozen-H2O Apr 17, 2025
9bf86d1
Fix movement unlocker toggle regression & remove some old patches
Vauff Apr 18, 2025
6ec47d6
Minor refractor for extend logic
Frozen-H2O Apr 22, 2025
9eb92df
Allow c_timeleft to be used from server console
Frozen-H2O Apr 24, 2025
a87d305
Fix pending cooldowns lingering when current cooldown was longer
Vauff Apr 27, 2025
1cb90dd
Fix Docker minimal rebuilds after a Docker update
Vauff May 3, 2025
a86ab93
Fix moonwalking players after playermodel change
Vauff May 3, 2025
e32546b
Update CTakeDamageInfo for 2025-05-08 CS2 update
Vauff May 9, 2025
2cfc4ec
Update game ban fix for 2025-05-07 CS2 update
Vauff May 9, 2025
58dc72f
Simplify end of map detection
Vauff May 10, 2025
e92db96
Change flashlight parenting (#359)
tilgep May 23, 2025
f52b556
Entwatch dropped item glow (#360)
tilgep Jun 3, 2025
7cfb8e3
Make !setteam debug only & fix debug build warning
Vauff May 15, 2025
f712294
Add !strip and !give admin commands
Vauff May 15, 2025
65986a7
Add more weapon sounds to !stopsound
Vauff May 15, 2025
3d78b17
Enforce maximum team limits in ZR
Vauff May 22, 2025
cb39098
Fix off-by-one error in invalid nomination min player check
Vauff May 22, 2025
4d5e98a
Improve zombie moan randomization
Vauff May 23, 2025
c908eed
Ensure uninitialized variable isn't accessed
Vauff May 24, 2025
23a3cb0
Fix edge case where saved cooldowns could be lost
Vauff May 24, 2025
9036040
Remove player_ping cooldown for active leaders
Frozen-H2O May 28, 2025
8e76f73
Update sdk
Vauff May 29, 2025
41f7eb7
Fix rare crash due to missing null check
Vauff May 29, 2025
9917aa3
Disabling cs2f_leader_enable now removes leaders
Frozen-H2O Jun 16, 2025
c24bee6
Fix GetReason bug when an arg had double quotes
Frozen-H2O Jun 16, 2025
2c8a6db
fix: scroll buttons not worling on game_ui
Kxnrl Jun 19, 2025
81a713d
Fix template spawns leaking causing significant performance issues
Vauff Jun 25, 2025
5064a89
Add automatic/burst-fire switch sound to !stopsound
Vauff Jun 25, 2025
1ea9fcc
Fix a code block that needed to obey cs2f_votemanager_enable
Vauff Jun 25, 2025
a93f8af
Stop relying on unstable default map changes
Vauff Jun 26, 2025
d6ef15d
Hide disabled maps from showing in !nominate multiple match list
Vauff Jun 26, 2025
8c3e415
Fix !setnextmap misusing HandlePlayerMapLookup
Vauff Jun 26, 2025
37cf6b1
Admin config rework
Frozen-H2O Jun 26, 2025
c88b8fb
Expose admin ranks to MetaMod API
Frozen-H2O Jun 27, 2025
6242a70
Fix issues with API exposed to Metamod
Frozen-H2O Jun 29, 2025
4731979
Allow for same round changes to infection time
Frozen-H2O Jun 30, 2025
98e820a
Properly use uint32_t instead of uint16_t
Frozen-H2O Jul 3, 2025
0c79e85
Add map display name option that shows in map vote UI
Vauff Jul 3, 2025
c3c7a2b
Allow null HTTP request completion callbacks
Vauff Jul 4, 2025
370a0a0
Reset player colour after SetModel input
Vauff Jul 4, 2025
d15a945
Fix knife knockback
Vauff Jul 4, 2025
5983fd7
Retain current alpha in SetModel
Vauff Jul 6, 2025
f513366
Remove unneeded mega-velocity fix
Vauff Jul 6, 2025
a6637d5
Fix git triggering full rebuilds with new versioning system
Vauff Jul 7, 2025
3e0225a
Fix packaging & errors in VS
Vauff Jul 8, 2025
46f6bed
Rework ZR purchase restrictions for more flexibility & AWS compatibility
Vauff Jul 11, 2025
749d8c9
Add configuration of max purchase amounts with game cvars
Vauff Jul 11, 2025
3ccc0f9
Various kevlar purchasing fixups
Vauff Jul 12, 2025
3fde4d6
Revert to old beacon particle to fix some issues
Vauff Jul 13, 2025
ed4acb2
De-duplicate ZR class visuals code
Vauff Jul 13, 2025
8054a71
Some improvements to animation bug fix
Vauff Jul 13, 2025
9322c45
Add hud system with HTML formatting & priority handling
Vauff Jul 14, 2025
4373d06
Feat: add classic spawn warning message (#363)
notkoen Jul 14, 2025
557d9d8
Allow targeting zombies with !give
Vauff Jul 14, 2025
1613b2d
Fix some text being hidden on specific resolutions
Vauff Jul 20, 2025
103a92b
Block html injections in c_hsay
Frozen-H2O Jul 22, 2025
b8c21b7
Minor cleanup
Frozen-H2O Jul 23, 2025
7203027
Move hud priority to an enum
Vauff Jul 24, 2025
e1a7aeb
feat: Added damage cash for human side. (#367)
oylsister Jul 24, 2025
1c65792
Add more hud manager convars for reducing instances of flashing
Vauff Jul 25, 2025
89d382f
c_listdc only displays IPs for ADMFLAG_RCON
Frozen-H2O Jul 26, 2025
88f2f2e
Make c_unrtv share a cooldown with c_rtv
Frozen-H2O Jul 26, 2025
a07a601
Stop zombies from being displayed in c_tracers
Frozen-H2O Jul 27, 2025
8430e50
change @<msg> to match csgo behaviour
snorux Jul 27, 2025
44dcbf0
Correctly end round if last team player DCs
Frozen-H2O Jul 27, 2025
a8053e6
Update signatures for 2025-07-28 CS2 update
Vauff Jul 29, 2025
2ec3c9b
Remove ViewmodelService and uses
tilgep Jul 30, 2025
f71bb6b
fix compile error
tilgep Jul 30, 2025
2b3a726
More gamedata updates for 2025-07-28 CS2 update
Vauff Jul 31, 2025
5b232b7
make CheckTransmit works
Kxnrl Aug 1, 2025
9ff6916
fix: gravity
Kxnrl Aug 1, 2025
e5f9b11
Update CheckJumpButtonWater
xen-000 Aug 1, 2025
8f3de4b
Update sdk
xen-000 Aug 1, 2025
a991026
make schema system works
Kxnrl Aug 1, 2025
3951973
Linux BotNavIgnore patch is now very similar to Windows
Vauff Aug 1, 2025
5c165c3
update TouchLinked_t
Kxnrl Aug 1, 2025
6107697
Input/Output relate
Kxnrl Aug 1, 2025
2cccf00
missing null check
Vauff Aug 1, 2025
6eb8aae
Fix a couple more sigs
xen-000 Aug 1, 2025
49d4f19
Temp hack for entity listener
xen-000 Aug 1, 2025
e435d95
Update SDK, fix cmd initialization order, start CUtl container migration
Vauff Aug 2, 2025
f27dbcb
Migrate user prefs to std
Vauff Aug 3, 2025
d4c25f4
fix: AddEntityIOEvent for linux
Kxnrl Aug 3, 2025
6fee430
update CTakeDamageInfo
Kxnrl Aug 3, 2025
0e5d393
Correct schema keyValueMap initialization
xen-000 Aug 3, 2025
8698cac
Correct command list initialization
xen-000 Aug 3, 2025
84a0618
Fix a couple compile errors
xen-000 Aug 3, 2025
92d2658
Viewmodel cleanup
Vauff Aug 3, 2025
604c5ee
Fix AddEntityIoEvent for linux again
Vauff Aug 3, 2025
8574b2e
Add new argument to UTIL_FindPickerEntity
Vauff Aug 3, 2025
8d3b098
Fix compile warning
Vauff Aug 3, 2025
5ece8b1
Hacky fixes for recipient filters
Vauff Aug 3, 2025
12b2f51
Update panoramavote recipientfilter
tilgep Aug 3, 2025
442cf94
Finish gamedata TODO's
Vauff Aug 3, 2025
abbe7e4
Add entwatch hud using point_orient
tilgep Aug 3, 2025
beda23c
Fix bad if statement
Vauff Aug 3, 2025
e7fd635
new arg doesn't work on wrapper function!
Vauff Aug 3, 2025
4df810a
Update EmitSoundFilter
Vauff Aug 4, 2025
451a7ed
Revert CheckTransmit hack & update to new SDK definition
Vauff Aug 4, 2025
3b26bcc
Partially update CServerSideClient
Vauff Aug 4, 2025
3b73790
Update CRecipientFilter for new SDK definition
Vauff Aug 5, 2025
4f75d01
Update protobufs
Vauff Aug 5, 2025
50094ad
Revert "Temp hack for entity listener"
Vauff Aug 5, 2025
3ba8efe
feat: ``trigger_gravity`` fix
Kxnrl Aug 6, 2025
b71cb63
Fix EntWatch clantags not updating
Vauff Aug 6, 2025
2d3b983
fix: empty targetname for ``game_player_equip``
Kxnrl Aug 6, 2025
d993616
Make win overlay uses DispatchParticle
EasterLee Aug 6, 2025
d6eb705
Update sdk
xen-000 Aug 6, 2025
638774f
Revert schema system hack and refactor
xen-000 Aug 6, 2025
caf4397
Fix broken sig lookup
Vauff Aug 6, 2025
04d878a
Relay chain offset to child classes
xen-000 Aug 7, 2025
64a8992
Fix WeaponPurchaseCount_t
xen-000 Aug 7, 2025
a3d8cc6
Remove simple overlay
Vauff Aug 7, 2025
23bd3e4
Move ZR vectors to std::vector
Vauff Aug 7, 2025
50bd0a1
Fix !zclass being out of order after std::map migration
Vauff Aug 7, 2025
3bb6898
add comments & fallback for ``trigger_gravity``
Kxnrl Aug 8, 2025
5a9dce6
attempt to fix ``CEntityIdentity::AcceptInput``
Kxnrl Aug 8, 2025
c5f07a3
Update SDK
Vauff Aug 10, 2025
ff5c9ba
Fix incorrect iteration of ZR class skins
Vauff Aug 10, 2025
6bf4771
Fix EmitSoundFilter on Windows
Vauff Aug 10, 2025
dcdeba3
use main view attachment for overlay
EasterLee Aug 10, 2025
87818f9
Fix broken viewmodel animations when subtick movement is disabled
Vauff Aug 11, 2025
9b0efb1
Update EW hud position on think
tilgep Aug 12, 2025
5eb46f9
undo double define
tilgep Aug 12, 2025
0843122
Remove hide crash mitigations
Vauff Aug 13, 2025
c801f04
Hide improvements
Vauff Aug 13, 2025
c28e6d5
Some optimizations
Vauff Aug 13, 2025
262daec
Fix subtick movement disabler not removing subtick viewangles
Vauff Aug 13, 2025
2ff4b89
Allow item buttons to press if locked (#371)
tilgep Aug 13, 2025
8d3afa1
update player services
Kxnrl Aug 14, 2025
4ac9f87
Update signatures for 2025-08-14 CS2 update
Vauff Aug 14, 2025
c655840
offsets
Kxnrl Aug 14, 2025
498bb06
update CTakeDamageInfo
Kxnrl Aug 15, 2025
8eef8f2
Update SDK
Vauff Aug 15, 2025
a0354d3
Update protobufs
Vauff Aug 15, 2025
97d89d2
Yet another EmitSoundFilter fix
Vauff Aug 16, 2025
cb7e2fc
Update SetPawn for 2025-08-18 CS2 update
Vauff Aug 18, 2025
18939ca
Move m_angEyeAngles to CCSPlayerPawn
Vauff Aug 18, 2025
4fb6d21
Offset updates for 2025-08-26 CS2 update (#380)
Vauff Aug 27, 2025
23eddb3
Update GoToIntermission offset for 2025-08-26 CS2 update
Vauff Sep 2, 2025
d5658ba
Update sdk
xen-000 Sep 4, 2025
f107d79
Fix oversight in a couple address resolves
xen-000 Sep 4, 2025
adceddd
Update signatures for 2025-09-03 CS2 update
xen-000 Sep 4, 2025
0f6575e
Remove map system KeyValues config converter
Vauff Aug 18, 2025
aec0a9b
Remove leftover patch
Vauff Aug 18, 2025
a84e973
More std migrations + timer refactor
Vauff Aug 21, 2025
115814c
Use smart pointers to store our commands
Vauff Aug 21, 2025
8d11cba
Clean up extern usage, move them all into respective headers
Vauff Aug 22, 2025
8a0c1ee
Automatically reload map config at map change if edits were made
Vauff Aug 22, 2025
f6cb87f
Wait/retry when map downloads get rate limited?
Vauff Aug 22, 2025
25c0361
Refactor most map access to be object oriented
Vauff Aug 30, 2025
4d82bc3
Fix map names that appeared in other map names being unselectable
Vauff Aug 30, 2025
6a107ee
Migrate saved cooldowns storage to JSON
Vauff Aug 30, 2025
50c8858
Query workshop ID's in HandlePlayerMapLookup for various information
Vauff Aug 31, 2025
ada784e
Fix jump bug when subtick movement was disabled
Vauff Sep 2, 2025
1a88341
Fix HandlePlayerMapLookup crash
Vauff Sep 3, 2025
8515112
Teleport flashlight whenever toggled on
xen-000 Sep 10, 2025
9c570cf
Send rcon output to the player
xen-000 Sep 10, 2025
439d3ab
Fix gcc complain about missing std::optional (#382)
hzqst Sep 10, 2025
6b16222
Fix timing of map vote end detection
Vauff Sep 14, 2025
bcb89a0
Reset default ZR class scales
Vauff Sep 17, 2025
342bcac
Update signatures for 2025-09-16 CS2 update
Vauff Sep 17, 2025
d136b50
Update SDK
Vauff Sep 17, 2025
0e3850a
Update offsets for 2025-09-16 CS2 update
Vauff Sep 17, 2025
50bf519
Additional fixes for previous update + WIP 2025-09-17 update fixes
Vauff Sep 18, 2025
dff23ee
Update movement unlocker patch for Windows
xen-000 Sep 18, 2025
ec5d46e
Update movement unlocker for 2025-09-23
xen-000 Sep 24, 2025
49331f9
Remove stringtable fix
Vauff Sep 22, 2025
89c0ce3
Update protobufs
Vauff Sep 26, 2025
a109d79
Update movement unlocker for 2025-09-25
xen-000 Sep 26, 2025
affd376
Update SDK
Vauff Sep 26, 2025
fe4573f
Update signatures for 1.41.1.3-rc1
Vauff Oct 14, 2025
f47574a
Update offsets for 2025-10-14 CS2 update
Vauff Oct 14, 2025
2cb321a
Fix CNavMesh_GetNearestNavArea declaration (#390)
hzqst Oct 15, 2025
600508e
Update SDK
Vauff Oct 15, 2025
756fd09
Update CTakeDamageInfo
Vauff Oct 15, 2025
408e9ef
Update globaltypes.h
Kxnrl Oct 15, 2025
0ea0710
const
Kxnrl Oct 15, 2025
57fc0f8
fix: knockback & takedamage
Kxnrl Oct 15, 2025
ec1df88
update variable name
Vauff Oct 15, 2025
6db670c
Update TakeDamageOld sig for 2025-10-15 CS2 update
Vauff Oct 16, 2025
32b8c6b
Update CTakeDamageResult
Vauff Oct 16, 2025
e6ad163
Re-add EmitSound_t default constructor to fix EmitSoundFilter
Vauff Oct 17, 2025
d37207f
Add weapon hiding
xen-000 Oct 21, 2025
f9f0d11
Use slot -1 for rcon ConCommands
xen-000 Oct 21, 2025
3ec2126
Fix team default classes ignoring enabled status
Vauff Oct 21, 2025
6a52cff
Update CheckJumpButtonWater signature for 2025-10-22 CS2 update
Vauff Oct 23, 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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- '*'
branches:
- main
- '*'
paths-ignore:
- LICENSE
- README.md
Expand Down 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