Ruben Gonzalez
588e88c7ee
Fix build error.
2017-10-04 14:42:07 -04:00
Scott Ehlert
65a8f3cbf8
Trigger build.
2017-10-03 03:24:44 -05:00
Scott Ehlert
82e6d00cea
Fix build.
2017-10-02 07:40:58 -05:00
Scott Ehlert
bbdecceb4b
Switch to AMBuild 2.1 API. ( #694 )
2017-10-02 07:18:57 -05:00
Andrew
f67e4ce610
Making rename's LogAction message consistent... ( #696 )
...
with the other plugin's messages.
2017-09-26 20:22:38 -04:00
Andrew
f289799c57
Making gravity's LogAction message consistent... ( #695 )
...
with the other plugin's messages.
2017-09-26 20:22:30 -04:00
Andrew
aac279322b
Making blind's LogAction message consistent... ( #697 )
...
with the other plugin's messages.
2017-09-26 20:22:02 -04:00
Kyle Sanderson
5d234bb9d6
Fix OnPlayerRunCmd crashing with invalid CUserCmd ptr. ( #693 )
2017-09-23 23:27:32 -07:00
peace-maker
7e898ee530
Fix core config values not being cached ( #673 )
...
Valid core config options aren't cached to be retrieved using `GetCoreConfigValue` after they've been loaded from core.cfg or set through the `sm config` root console menu.
E.g. `sm config ServerLang` would return `[SM] No such config option "ServerLang" exists.` all the time.
Stop notifying other listeners if the config key was consumed, but don't skip adding it to the cache.
Also fix `FollowCSGOServerGuidelines` always showing as unhandled command when being changed through `sm config FollowCSGOServerGuidelines yes`.
2017-09-23 17:24:39 -07:00
Andrew
54565c92f7
Add target arg to LogAction in basechat sm_psay. ( #690 )
2017-09-23 10:45:41 -07:00
Asher Baker
4e996a116d
Allow seeking to end of datapack ( #687 )
2017-09-19 23:27:35 +01: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
thewavelength
79ba2835f6
Fix build when product.version is mangled ( #679 )
...
Strip line breaks when reading product.version, as Git can mangle the line breaks if autocrlf is configured, resulting in `SM_BUILD_TAG` getting defined with a linebreak.
2017-09-10 01:17:35 +01: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
Peace-Maker
7eef3948b1
Don't break backwards compatibility with unmanaged forwards
...
Instead of adding new functions to `IForward`, we just allow NULL to be passed to `PushArray` and `PushString`.
2017-08-25 23:23:50 +02:00
Peace-Maker
e609a33e6d
Cleanup CForward::Execute using a helper function
...
Flatten out the nesting a bit.
2017-08-25 23:23:37 +02:00
Peace-Maker
41a9889cdd
Add Call_PushNullVector and Call_PushNullString
...
Be able to push NULL_[VECTOR|STRING] to a forward or direct function call.
The callee can check the parameter using the IsNullVector/IsNullString natives.
2017-08-25 23:23:24 +02:00
Peace-Maker
3de269946c
Add IsNativeParamNullVector and IsNativeParamNullString natives
...
Lets plugins check if some other plugin passed NULL_VECTOR or
NULL_STRING to a native in the native callback.
2017-08-25 23:23:07 +02:00
Peace-Maker
9fa4ed8bac
Add IsNullVector and IsNullString natives
...
Let plugins check if a string or vector passed to a function is their
NULL_VECTOR or NULL_STRING.
2017-08-25 23:22:39 +02:00
Ruben Gonzalez
22033c21f2
Fix CS_GetWeaponPrice returning incorrect weapon prices.
2017-08-25 10:26:28 -04:00
Nicholas Hastings
d705f6a2e1
Update links in README.
2017-08-23 09:52:31 -04:00
Fyren
3d19bfd57e
damn it, duck
2017-08-22 14:02:04 -06:00
Timocop
ea6cf26929
Ignore vote actions if target is no longer available ( #649 )
2017-08-22 20:56:12 +01:00
Maxim Telezhenko
68c00b8ae7
Remove superfluous assignment after delete ( #654 )
2017-08-22 20:55:04 +01:00
Michael
9af507a322
Remove replicated flag from sourcemod_version ( #667 )
2017-08-22 20:53:25 +01: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
Steve Zaretti
8627c0cbfc
Fix CS:GO Reload offset ( #660 )
...
* Fix some CS:GO gamedata
I've just tested some of them.
- Weapon_Drop
- Reload
I'm testing Weapon_CanUse in few minutes
* Weapon_CanUse did not change.
* prethink did'nt change either.
* I went too fast. Only weapon vtable changed.
2017-08-19 10:00:04 -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
awillinger
cb83a307ec
Fix (parts of) CS:GO gamedata ( #656 )
...
* Fix SDKTools gamedata (thanks to Rodya)
* Fix CStrike Linux gamedata
* Fix keys
* Fix keys #2
* Adjust Windows offsets as well
* Update CommitSuicide (from Bara)
2017-08-18 14:06:31 +01:00
Asher Baker
902cae595b
Include function name in cstrike ext error messages
2017-08-18 13:00:50 +01:00
shavit
b7b422f046
Removed gender from nomination changed translation phrase. ( #653 )
2017-08-15 06:53:48 +01:00
Asher Baker
01c6bb8c6f
Add an explanatory note to GetSteamAccountID
2017-08-12 13:04:26 +01:00
Nicholas Hastings
aeb52d4f45
Trigger build for hl2sdk-csgo update. ( fixes #648 ).
2017-08-06 10:37:31 -04:00
David Anderson
41bf281f1d
Merge pull request #647 from alliedmodders/revert-606-null_natives
...
Revert "Add natives to check for NULL_VECTOR and NULL_STRING"
2017-08-03 17:13:51 -07:00
Asher Baker
11aab699a5
Revert "Add natives to check for NULL_VECTOR and NULL_STRING"
2017-08-04 00:44:47 +01:00
Nicholas Hastings
1924da3527
Update Contagion tempents gamedata. ( Fixes #642 )
2017-07-28 14:12:28 -04:00
Asher Baker
2e6d02ad52
Fixup types can include additional flags in the high bytes
2017-07-27 19:31:20 +01:00