sourcemod/extensions/cstrike
Nicholas Hastings ae485c3115
Add A2S_Rules fix for CS:GO to CStrike extension. (#614)
* Add A2S_Rules fix for CS:GO to CStrike extension.

* Dont force set the cvar. Add checks before patching.

* Remove incorrect and useless check.

* Remove checking value as it is in the signature.

* Update build script changes to AMBuild 2.1 API to fix build.

* Fix bad check and ConVarRef being resolved too early.

* Whoops. This line is kinda important. Got nuked when refactoring.

* Remove unused variable.

* Updatet gamedata.

* Switch to "Addresses" gamedata lookup

* Add linux64 gamedata

* Fix mac build

Co-authored-by: Ruben Gonzalez <drifter01620@gmail.com>
Co-authored-by: Peace-Maker <peace-maker@wcfan.de>
2021-03-08 22:42:32 +00:00
..
AMBuilder Add A2S_Rules fix for CS:GO to CStrike extension. (#614) 2021-03-08 22:42:32 +00:00
extension.cpp Add A2S_Rules fix for CS:GO to CStrike extension. (#614) 2021-03-08 22:42:32 +00:00
extension.h cstrike: Fix wrong timeleft calculation (#1072) 2019-09-02 15:33:28 -07:00
forwards.cpp Fix detour HandleCommand_Buy_Internal (#1406) 2020-12-18 12:10:10 +00:00
forwards.h Fix cstrike extension natives/forwards due to update 2017-08-21 10:28:59 -04:00
itemdef-hash.h Replace AString with std::string. 2020-05-20 17:57:18 -07:00
natives.cpp PassType typo fixup (#1018) 2019-05-15 07:22:34 -04:00
RegNatives.cpp Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
RegNatives.h Replace ke::Vector with std::vector. 2020-05-31 11:35:51 -07:00
rulesfix.cpp Add A2S_Rules fix for CS:GO to CStrike extension. (#614) 2021-03-08 22:42:32 +00:00
rulesfix.h Add A2S_Rules fix for CS:GO to CStrike extension. (#614) 2021-03-08 22:42:32 +00:00
smsdk_config.h Add A2S_Rules fix for CS:GO to CStrike extension. (#614) 2021-03-08 22:42:32 +00:00
timeleft.cpp cstrike: Fix wrong timeleft calculation (#1072) 2019-09-02 15:33:28 -07:00
timeleft.h Added support for CS:GO to cstrike extension (bug 5299, r=asherkin). 2012-05-26 18:31:23 -04:00
util_cstrike.cpp Replace AString with std::string. 2020-05-20 17:57:18 -07:00
util_cstrike.h Fix comment info 2017-10-27 18:55:02 -04:00
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00