Commit Graph
100 Commits
Author SHA1 Message Date
Ruben Gonzalez dd61223c0b Add new CSGO weapon id's/itemdefs. (#929) 2018-12-12 11:35:36 -08:00
Ruben Gonzalez 846a99e57f Merge branch 'master' of github.com:alliedmodders/sourcemod 2018-12-06 18:49:15 -05:00
Ruben Gonzalez c28f957fb3 Update csgo gamedata part 1 2018-12-06 18:47:44 -05:00
Ruben Gonzalez d79c5e0dfa Switch CS:GO Clantag set/get to use netprops + offset over sig + offset. (#922)
* Switch CS:GO Clantag set/get to use netprops + offset over sig+offset.

* Make sure the new functions are defined before using them...

* Fix offset name

* Fix incorrectly dereferencing.
2018-11-09 07:13:17 -05:00
Ruben Gonzalez 6eb319f46e Update CS:GO gamedata. (#904) 2018-10-09 20:18:53 -04:00
Ruben Gonzalez 75193e9ee9 Add new weapons to CSWeaponID enum. (#869) 2018-09-12 10:13:39 -04:00
Ruben Gonzalez e4862dade8 Update CS:GO mac64/linux64 gamedata. 2018-07-13 19:44:40 -04:00
Ruben Gonzalez ed908b6545 Fix CS:GO weaponPrice offset. 2018-07-13 07:47:53 -04:00
Ruben Gonzalez 54cf1337c1 Merge branch 'master' of github.com:alliedmodders/sourcemod 2018-07-06 19:18:44 -04:00
Ruben Gonzalez dcde5927b1 Update SetClanTag signature 2018-07-06 19:18:14 -04:00
Ruben Gonzalez d430bd2f5c Fix CompileRegex not actually setting a valid error code. (#775)
Fix CompileRegex not actually setting a valid error code.
2018-05-28 13:59:43 -04:00
Ruben Gonzalez e2767a3c80 Remove goto from ExtensionSys.cpp (#729) 2018-05-25 09:49:10 -04:00
Ruben Gonzalez 5ac3390656 Add new regex natives. (#767)
Add new regex natives to get multiple/all matches.
2018-02-15 15:31:24 -05:00
Ruben Gonzalez 5a35760215 Merge pull request #744 from alliedmodders/show-required-exts
Address issue #737
2017-12-31 11:06:35 -05:00
Ruben Gonzalez 40356fc9db Address issue #737 2017-12-30 14:08:56 -05:00
Ruben Gonzalez 6896ef739d Merge pull request #728 from alliedmodders/show-required-exts
Split optional extensions into their own block if not found.
2017-11-30 16:02:33 -05:00
Ruben Gonzalez c87afde1bd Add optional extensions not found to sm exts list in a seperate list. 2017-11-30 14:21:19 -05:00
Ruben Gonzalez 51cea0e04e Only show extensions that failed to load if the extension is required. 2017-11-30 12:57:12 -05:00
Ruben Gonzalez 38ba9b4561 Merge pull request #727 from alliedmodders/reverse-csgo-native-changes
Revert "Make CS:GO specific natives exist only on CS:GO"
2017-11-27 13:39:09 -05:00
Ruben Gonzalez 8e6ca1ce09 Revert "Make CS:GO specific natives exist only on CS:GO"
This reverts commit 687db96b38.
2017-11-27 12:58:24 -05:00
Ruben Gonzalez 7507672895 Merge pull request #701 from alliedmodders/csgo-hashmap
CStrike extension changes for CS:GO
2017-11-03 19:48:55 -04:00
Ruben Gonzalez b6a2f72e95 Merge branch 'master' into csgo-hashmap 2017-10-27 18:57:28 -04:00
Ruben Gonzalez 6085afbaae Fix comment info 2017-10-27 18:55:02 -04:00
Ruben Gonzalez 687db96b38 Make CS:GO specific natives exist only on CS:GO 2017-10-04 18:20:06 -04:00
Ruben Gonzalez 588e88c7ee Fix build error. 2017-10-04 14:42:07 -04:00
Ruben Gonzalez 8c8af88cee Add additional native, fix include file. 2017-09-19 12:37:11 -04:00
Ruben Gonzalez 8a36d0486b Add enum value for max regular items. 2017-09-10 10:16:23 -04:00
Ruben Gonzalez 1f3b14367d Add new native to get enum value based on item definition index. 2017-09-09 23:27:32 -04:00
Ruben Gonzalez 3d461ecea1 Add support for CreateIitemEntityByName for CS:GO 2017-09-08 08:37:28 -04:00
Ruben Gonzalez b4d34ef062 Merge pull request #671 from alliedmodders/csgo-weaponpricefix
Fix CS_GetWeaponPrice returning incorrect weapon prices.
2017-09-04 08:49:33 -04:00
Ruben Gonzalez a341a0e85c Use implemented function to get weapon name. 2017-09-03 19:31:23 -04:00
Ruben Gonzalez d8f0484327 Make IsValidWeaponID check weapon info on CS:S 2017-09-03 19:30:35 -04:00
Ruben Gonzalez b68405b651 Fix cstrike include file. 2017-09-03 19:30:06 -04:00
Ruben Gonzalez 453e9da7c5 Intial CS:Go changes and slight changes for CS:S WeaponID related function. 2017-09-03 09:19:12 -04:00
Ruben Gonzalez 0e7a3b0173 Use keyvalue to get weapon price, change void * to appropriate class names. 2017-08-28 10:17:12 -04:00
Ruben Gonzalez 22033c21f2 Fix CS_GetWeaponPrice returning incorrect weapon prices. 2017-08-25 10:26:28 -04:00
Ruben Gonzalez 5f9d571e12 Fix trying to use signature function for WeaponIDToAlias on linux. 2017-08-21 15:00:22 -04:00
Ruben Gonzalez f7d3e44b19 Fix CS:S build 2017-08-21 10:48:54 -04:00
Ruben Gonzalez a01e9e510c Fix using Q_strcpy instead of Q_strncpy 2017-08-21 10:35:58 -04:00
Ruben Gonzalez 3eb297bee1 Fix cstrike extension natives/forwards due to update 2017-08-21 10:28:59 -04:00
Ruben Gonzalez cbb5c6d740 Fix Handle buy call 2017-08-18 15:24:17 -04:00
Ruben Gonzalez 955a29a4aa Fix HandleCommand_Buy_Internal param order. 2017-08-18 15:06:20 -04:00
Ruben Gonzalez 1d9ea142c4 Update more CS:GO gamedata 2017-08-18 10:33:41 -04:00
Ruben Gonzalez b9fd586f2f Update CS:GO CBaseClient related gamedata. 2017-06-21 07:37:04 -04:00
Ruben Gonzalez f413ea7f4b Merge pull request #623 from alliedmodders/CSWeaponDrop-change
Use the same weapon drop function in CS:GO as in CS:S
2017-06-12 15:49:58 -04:00
Ruben Gonzalez 2f0272f864 Use the same weapon drop function in CS:GO as in CS:S 2017-06-12 08:39:27 -04:00
Ruben Gonzalez fc1da58040 Merge branch 'master' of github.com:alliedmodders/sourcemod 2017-05-28 07:16:45 -04:00
Ruben Gonzalez b3a89b70b5 Update CS:GO gamedata fixes #616 2017-05-28 07:16:01 -04:00
Ruben Gonzalez ae0ece411e Fix CS:GO gamedata. 2017-05-24 10:42:22 -04:00
Ruben Gonzalez b7be7eb44e Update CS:GO gamedata 2017-05-24 09:10:12 -04:00
Ruben Gonzalez 946150c8a2 Merge branch 'master' of github.com:alliedmodders/sourcemod 2017-05-24 08:41:53 -04:00
Ruben Gonzalez 9ebea1cdac Update CS:GO gamedata. 2017-05-24 08:41:30 -04:00
Ruben Gonzalez 001503c85f Update CS:GO windows gamedata 2017-05-13 12:13:30 -04:00
Ruben Gonzalez 1831449e81 Update CS:GO gamedata for windows. 2017-05-13 08:44:25 -04:00
Ruben Gonzalez cd530679bd Update CS:GO windows gamedata. 2017-05-12 21:24:11 -04:00
Ruben Gonzalez 2febfae906 Update GDC symbols.txt (NPOTB). 2017-03-25 13:27:26 -04:00
Ruben Gonzalez 2db2af9343 Fix GDC's Linux SIg offset checking (NPOTB). 2017-03-25 09:29:45 -04:00
Ruben Gonzalez 8e813109a2 Updated CS:GO gamedata. 2017-03-25 09:03:08 -04:00
Ruben Gonzalez 8a6889663d Fix CS:GO gamedata. 2017-03-24 20:15:41 -04:00
Ruben Gonzalez 89c4be525b Ignore replay and sourcetv in @spec targeting. (#595) 2017-03-11 16:12:43 +00:00
Ruben Gonzalez 6290834e2b Update cstrike extension gamedata. 2016-11-28 21:54:24 -05:00
Ruben Gonzalez c097bdc9ce Update more tf2 gamedata. 2016-10-12 21:36:29 -04:00
Ruben Gonzalez da69ae0371 Update tf2 gamedata. 2016-10-12 21:22:48 -04:00
Ruben Gonzalez 549fea4b0a Trigger Build 2016-10-06 23:19:09 -04:00
Ruben Gonzalez 0c08b72b5e Update pushbuild.txt 2016-10-06 22:36:29 -04:00
Ruben Gonzalez 51a6b9ce30 Update CS:GO gamedata for latest update. 2016-08-06 17:30:18 -04:00
Ruben Gonzalez 4b52a7e531 Update Insurgency gamedata. 2016-08-02 16:13:30 -04:00
Ruben Gonzalez f2751815be Fix CS:GO signature for conflicts with detours. 2016-08-02 12:11:38 -04:00
Ruben Gonzalez 9d72f0b335 Update CS:GO gamedata for cstrike extension. 2016-02-18 11:16:05 -05:00
Ruben Gonzalez 803c6b0a82 Update TerminateRound detour comment's 2016-02-18 11:15:39 -05:00
Ruben Gonzalez c81466bb33 Trigger Build 2015-12-22 12:19:57 -05:00
Ruben Gonzalez 6042518691 Update CS:GO CSore offset. 2015-10-24 19:16:35 -04:00
Ruben Gonzalez 02a9db8e50 Update CS:GO gamedata for CScore. 2015-10-24 01:53:49 -04:00
Ruben Gonzalez 7e4bfce892 Update CS:GO gamedata. 2015-10-08 19:08:17 -04:00
Ruben Gonzalez c3fcc44718 Update CS:GO gamedata. 2015-09-25 23:09:39 -04:00
Ruben Gonzalez 48eee4db9b Sync GDC symbols.txt to match one currently used (NPOTB). 2015-09-20 15:28:33 -04:00
Ruben Gonzalez 249be7ad56 Merge pull request #411 from alliedmodders/terminate-fix
Add shim for TerminateRound for  CS:GO
2015-09-16 19:31:52 -04:00
Ruben Gonzalez 6268abe2c3 Untab #ifdef's 2015-09-16 19:21:58 -04:00
Ruben Gonzalez 6aa776eab7 Add comments to VIP RoundEnd reasons. Fix typo. 2015-09-16 19:21:21 -04:00
Ruben Gonzalez c86a6abdc5 Add shim for TerminateRound for CS:GO 2015-09-16 19:03:40 -04:00
Ruben Gonzalez 189369fcf3 Fix GDC byte offset check printing for linux (NPOTB) 2015-09-15 21:59:24 -04:00
Ruben Gonzalez a01a63cb71 Update CS:GO gamedata. 2015-09-15 19:23:28 -04:00
Ruben Gonzalez bb39c54f17 Merge pull request #403 from alliedmodders/gdc-fix
Fix Makefile for GDC and improve output (NPOTB)
2015-09-13 17:23:24 -04:00
Ruben Gonzalez cfd116b93b Removed public/sourcepawn from include. Add -Wno-unused for unused variables. 2015-09-12 20:30:53 -04:00
Ruben Gonzalez cec5bfe7b2 Update Makefile to compile against central. Added some more info on byte checks. 2015-09-11 15:36:11 -04:00
Ruben Gonzalez 229769ed22 Fix CS:GO Score gamedata. 2015-08-15 20:16:02 -04:00
Ruben Gonzalez 3ab31eba7b Update FoF sdktools gamedata. 2015-07-13 08:53:30 -04:00
Ruben Gonzalez 25a8209ffc Update CS:GO gamedata MVP base to be the same as Scores. 2015-06-26 11:00:10 -04:00
Ruben Gonzalez 3c0b89b80f Update CS:GO MVP and Contribution score offsets. 2015-06-26 10:44:20 -04:00
Ruben Gonzalez c2ba31e341 Update more CS:GO gamedata. 2015-05-28 13:29:05 -04:00
Ruben Gonzalez 12239fe852 Update CS:GO gamedata for latest update. 2015-05-26 22:04:08 -04:00
Ruben Gonzalez 869777e9c4 Trigger build. 2015-05-15 20:53:17 -04:00
Ruben Gonzalez eab5e78150 Trigger Build 2015-05-15 18:30:02 -04:00
Ruben Gonzalez 0344c3d56f Trigger Build 2015-05-15 15:51:37 -04:00
Ruben Gonzalez 176a8182e8 Merge pull request #316 from alliedmodders/ondropweapon-fix
Fix not being able to block CS_OnCSWeaponDrop and clarify include file. (bug 6334)
2015-03-29 18:32:00 -04:00
Ruben Gonzalez debbaea384 Merge pull request #317 from alliedmodders/ffgamedata-update
Fix Fortress Forever gamedata.
2015-03-27 21:45:55 -04:00
Ruben Gonzalez 756255999f Fix Fortress Forever gamedata. 2015-03-27 21:29:06 -04:00
Ruben Gonzalez 35e4374e2e Fix not being able to block CS_OnCSWeaponDrop and clarify include file. 2015-03-27 19:54:42 -04:00
Ruben Gonzalez 637471ef29 Merge pull request #303 from alliedmodders/tf2_vstk_fix
Fix some TF2 natives not having the correct vstk size.
2015-03-14 09:26:16 -04:00
Ruben Gonzalez f06a3605d2 Fix typo 2015-03-13 16:52:20 -04:00