Releases: untrustedmodders/plugify-plugin-s2sdk
Releases · untrustedmodders/plugify-plugin-s2sdk
v2.2.1
v2.2.0
2.2.0 (2025-10-21)
Features
- update thread safety (551a0d3)
Bug Fixes
- add lldb debug script for schemas (04e0799)
- add lldb init file (e86b9bf)
- add more game formatters for LLDB (3dd4961)
- add Severity operator (df22698)
- cvar improvements (1b943f9)
- enable debug logger (02ef163)
- lldb 2nd script revert (db69965)
- maps case ins comparator (1837805)
- more thread safety rework (ed310b2)
- move schema to flat_maps and remove hashes (0cf3854)
- remove LoggingRareOptions_t (683eb4a)
- rework schemas (ec2599a)
- schema remove old code (15dab23)
- some build issues (7617b69)
- some manager rework with containers (61e7c2c)
- some manager rework with containers (f221f94)
- some manager rework with containers (ab39ddd)
- some refactor (b737efb)
- update enum
GearSlot(e57f83b) - update string (a94da28)
- update SwitchTeam sig (746658f)
v2.1.2
v2.1.1
2.1.1 (2025-10-15)
Bug Fixes
GearSlot(3ab38ef)m_bGameRestartfor TerminateRound (0c09579)- add AutoExecConfig (30476e1)
- add missing type (f0b88cf)
- add more methods to clients and entities (fd53953)
- add new methods to manifests (0dfb9f7)
- add ReplyToCommand (6fac901)
- add terminate round listener (1cf38ec)
- Added show_survival_respawn_status workaround (7ccaae6)
- change DECLARE_SCHEMA_CLASS (901cd79)
- fix enum to string for cpp types (e7028ac)
- fix zm test (773897a)
- improve hasher for schema (4a1ac91)
- linux build (f04eaed)
- linux crash (ea719ae)
- more fixes for zm (af2dc5e)
- more refactor (1ef0769)
- more refactor (739564c)
- more string_view refactor (811d8f2)
- new methods (1945e47)
- refactor (fe1a719)
- refactor cvars (a77b873)
- refactor schema (bb6f734)
- remove some testing assets from addons (55e4200)
- remove some utils (92556b1)
- replace PostEventAbstract by CNetMessage (52d6e25)
- revert multi addon (56068ff)
- rework game path (c2f4f97)
- rework logger (fc260e1)
- rework precache (9948a7c)
- rework SwitchClientTeam (773fcd6)
- small cmake refactor of macro (e95fc56)
- small refactor (fc6769a)
- small refactor (ea79ab6)
- some vote update (4ab9d14)
- typo (65ca3d0)
- update controller & pawn offsets (c655406)
- update hook api (2e4a88b)
- update manifest, add for gamedata new signatures, update external libs (dc252fb)
- update offsets (596fd86)
- update offsets and move some vtables to offset section (dcef04f)
- update sdk (0a0d6ea)
- update sdk (c5766fa)
- update SetModel sig (c3cc381)
- update sigs (a4f1cde)
- update zm (5ee304f)
- use atomics on counter (f1a2d2c)
- wrong assembly load (f45a70f)
v2.1.0
2.1.0 (2025-10-06)
Features
- add v8 support to plugify (b9e9268)
Bug Fixes
- AccountId type (37d05b3)
- add
ConCommandManager::AddValveCommandlogging (63a4993) - add linux addresses (b70f232)
- add v8 (4d43d58)
- improve san and debug symbols on windows (9241e5c)
- isolate hook on linux (4328e82)
- rework dispatch spawn (55d305a)
- update
GetWeaponCategoryandGetWeaponGearSlotenum's (e6761ca) - update callback
OnClientAuthenticated(4b1eb52) - update configs (316d45b)
- update method
GetClientAccountIdand add new methodGetClientSteamID64(d339101) - update sigs for point script on linux (cd1198c)
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2025-09-27)
⚠ BREAKING CHANGES
- bump for new plugify
Features
Bug Fixes
- add cvar query features + client's language and os (add3e56)
- add logging to pb (7e8a11f)
- add missing build macros without prefix (c7b9b4e)
- add new line to log (7fb752c)
- add new method
GetServerLanguage(5d88855) - another hook rework (ca0ad44)
- build (94db942)
- build issue (4fcebbe)
- change some client method names (231905b)
- changed type of 'name' and 'value' (CvarValueCallback) from int32 to string (c365a71)
- correct include directive syntax (34a54c9)
- enable warnings (918bb9e)
- gameconfig loading (c9fe1d4)
- hook for cvar respond (9c6a7c7)
- make data as array for cvar query (3488009)
- remove mutexes (74a4af6)
- replace hook (34bf332)
- replace PostEventAbstract by Send (4a91994)
- respond hook (6dd4706)
- small refactor (a3122fa)
- some fixes for hooks (502670b)
- uncomment vote (2cc5a7d)
- update export symbols (195ba8b)
- update hook (d580f77)
- update plugify (10a0ce1)
- updating
ResultTypestructure (b2731b6)