Nicholas Hastings
8f4f0f61ea
Merge pull request #466 from peace-maker/inform_customgd
...
Add info message when loading custom gamedata
2016-01-04 17:54:19 -05:00
Peace-Maker
edb820eae8
Add info message when loading custom gamedata
...
Print a message to console when there is a gamedata file loaded from the
|custom| folder.
2016-01-03 22:28:24 +01:00
Nicholas Hastings
497b51814d
Merge pull request #465 from klausenbusk/bug-5515
...
Allow plugins to suppress entity outputs (bug 5515).
Contributed by:
Ryan Stecker <voidedweasel@gmail.com>
Peace-Maker <peace-maker@wcfan.de>
2015-12-30 20:33:25 -05:00
Nicholas Hastings
311203b5cf
Fix Neotokyo SDKHooks gamedata (bug 6453).
2015-12-30 18:34:02 -05:00
Nicholas Hastings
7dc4d49b86
Fix Neotokyo SDKTools gamedata (bug 6453).
2015-12-30 16:11:22 -05:00
Kristian Klausen
4cba1925fd
Allow plugins to suppress entity outputs (fix 5515).
2015-12-30 17:51:57 +01:00
Nicholas Hastings
23fafbd47d
Update PVKII gamedata.
2015-12-30 08:34:54 -05:00
Nicholas Hastings
7fbcb81916
Merge pull request #456 from alliedmodders/canbeautobalanced
...
Add support for hooking CanBeAutobalanced to SDKHooks.
2015-12-29 15:56:24 -05:00
Kyle Sanderson
2812f227b7
Change SDKHooks CanBeAutoBalanced to only MRES_SUPERCEDE if the return changes.
2015-12-29 12:44:03 -08:00
Nicholas Hastings
ce07a44fb0
Merge pull request #455 from alliedmodders/normalshook-typeset
...
Converted NormalSHook to typeset and added old prototype.
2015-12-29 14:56:58 -05:00
Nicholas Hastings
23f9a1a524
Typo fix fix.
2015-12-22 16:18:53 -05:00
Ruben Gonzalez
c81466bb33
Trigger Build
2015-12-22 12:19:57 -05:00
Nicholas Hastings
26b056d2c4
Typo fix.
2015-12-22 09:58:57 -05:00
Nicholas Hastings
bd9fd43b76
Fix for Black Mesa's different GiveNamedItem prototype.
2015-12-22 09:55:15 -05:00
Nicholas Hastings
184ad9083c
Fix for varint gamerules sendprops being treated improperly in Black Mesa.
2015-12-22 09:54:55 -05:00
Nicholas Hastings
8e7093ba2b
Fix Black Mesa gamerules gamedata having always been incorrect.
2015-12-22 09:54:28 -05:00
Nicholas Hastings
eb3e7fcc32
Update Black Mesa gamedata for game update.
2015-12-22 09:54:05 -05:00
Nicholas Hastings
c5a81d7c6f
Adjust for hl2sdk-bms updates.
2015-12-22 09:53:05 -05:00
Nicholas Hastings
f42e9ff812
Merge branch 'master' of https://github.com/alliedmodders/sourcemod
2015-12-17 15:01:14 -05:00
Nicholas Hastings
dc791f1fbe
Update NMRiH gamedata.
2015-12-17 04:40:19 -08:00
Nicholas Hastings
bbd3d3f4b6
Update TF2 gamedata..
2015-12-16 14:53:13 -05:00
Asher Baker
8370112aa4
Merge pull request #462 from GoD-Tony/vtable-dump-fix
...
Update IDA vtable dump script
2015-12-12 21:44:56 +00:00
GoD-Tony
5e51ca0f80
Update IDA vtable dump script
...
A small fix to work with multiple versions of IDA x86 & x64
2015-12-12 22:01:21 +01:00
Asher Baker
7821c34a7b
Force a build to make sure I didn't break CS:GO
2015-12-11 20:54:05 +00:00
Nicholas Hastings
272d3c4b9e
Trigger build for hl2sdk-csgo updates.
2015-12-09 13:37:38 -05:00
Nicholas Hastings
dd9d60e1d7
Revert part of Windows CS:GO gamedata change to fix IServer lookup.
2015-12-09 10:54:15 -05:00
Nicholas Hastings
3219abcd1f
Update CS:GO engine gamedata.
2015-12-09 08:29:56 -05:00
Asher Baker
5733bb5b08
Force build for CS:GO SDK changes
2015-12-09 10:45:20 +00:00
stickz
75484c02a0
Add CheckHiddenSlots() Function
2015-11-27 12:51:38 -05:00
Nicholas Hastings
3e1ba143bf
Merge pull request #457 from GoD-Tony/vtable-dump-x64
...
Add x64 support to IDA vtable dump script (npotb).
2015-11-26 16:46:59 -05:00
GoD-Tony
d3ea10a600
Add x64 support to IDA vtable dump script
2015-11-26 17:36:14 +01:00
Nicholas Hastings
818e1e4e18
Add support for hooking CanBeAutobalanced to SDKHooks.
2015-11-26 10:35:00 -05:00
Nicholas Hastings
126ce99cd9
Resize clients array in newest NormalSHook prototype to MAXPLAYERS.
...
The old version of the newer one is left as a third typeset member to not break
compilation for users opting into it on dev branch. Both typeset members with
old array size are however marked as deprecated, since they can be missing
a client.
2015-11-26 09:43:08 -05:00
Nicholas Hastings
0d787e24ce
Converted NormalSHook to typeset and added old prototype.
...
New prototype was added in PR #247
2015-11-25 17:25:35 -05:00
Fyren
c11ac4c25e
Update SP to version that uses its own new.
2015-11-21 07:51:12 +00:00
Asher Baker
ef147860c2
Fix GetEntSendPropOffs returning 0 for missing props when actual=false
...
Issue introduced in #439 .
2015-11-21 01:46:35 +00:00
Fyren
0e80ffef55
Merge pull request #448 from alliedmodders/use-blamepluginerror
...
Update SP and use BlamePluginError in sdkhooks and sdktools.
2015-11-18 18:33:10 -07:00
Asher Baker
eb8996699e
Merge pull request #443 from alliedmodders/fix-ext-dep-load
...
Fix crash on failing to load dependent extension.
2015-11-18 14:12:27 +00:00
Fyren
cf4f500eda
And use it in sdktools, too.
2015-11-18 01:37:15 +00:00
Fyren
fec2fa3bf0
Update SP and use BlamePluginError in sdkhooks.
2015-11-18 01:24:31 +00:00
Nicholas Hastings
a4d06e1077
Update CTakeDamageInfoHack in SDK Hooks for semi-recent game/SDK updates.
2015-11-11 13:12:04 -05:00
Nicholas Hastings
5f9aaadacb
Update Windows TerminateRound signature for CS:GO (bug 6432).
2015-11-10 21:27:24 -05:00
Asher Baker
a802fe3a8b
Merge pull request #444 from alliedmodders/decl-bad
...
Pre-fill buffer for GetClientAuth*
2015-11-10 17:01:58 +00:00
Asher Baker
6ab0c35837
Pre-fill buffer for GetClientAuth*
2015-11-10 14:31:02 +00:00
Asher Baker
b81b6cd1c6
Fix crash on failing to load dependent extension.
2015-11-09 14:56:42 +00:00
David Anderson
c3e5d62bf6
Update to the latest AMTL: remove PassRef.
2015-11-08 13:51:22 -08:00
David Anderson
e2b399b8d3
Update to the latest AMTL - Rename Ref to RefPtr.
2015-11-08 13:14:57 -08:00
Kyle Sanderson
ce25a44e00
Merge pull request #442 from alliedmodders/netchanR
...
Use present netchannel instead of cached netchannel in CHookManager::SendFile.
2015-11-07 13:04:02 -08:00
Kyle Sanderson
72edc74e8b
Use present netchannel instead of cached netchannel in CHookManager::SendFile.
2015-11-07 12:51:13 -08:00
Asher Baker
cf07ecef46
Merge pull request #441 from powerlord/mapdisplayname-backslash
...
Update GetMapDisplayName to use platform separator on CSGO
2015-11-06 08:31:12 +00:00