Ruben Gonzalez
a6b893f681
Fix CS:GO gamedata.
2017-05-24 10:43:47 -04:00
Ruben Gonzalez
f48b7fef94
Update CS:GO gamedata
2017-05-24 09:13:52 -04:00
Ruben Gonzalez
0511b5a7d2
Update CS:GO gamedata.
2017-05-24 09:13:44 -04:00
Ruben Gonzalez
d8e6ddca3d
Update CS:GO windows gamedata
2017-05-13 12:13:57 -04:00
Ruben Gonzalez
bd9672151a
Update CS:GO gamedata for windows.
2017-05-13 08:44:48 -04:00
Ruben Gonzalez
501512b862
Update CS:GO windows gamedata.
2017-05-12 21:27:34 -04:00
peace-maker
8fdfcdf65f
Add missing parameter to DataPack.IsReadable ( #603 )
2017-04-30 17:03:06 -04:00
Kyle Sanderson
b11c33c136
Change CHalfLife2::GetMapDisplayName to always check for string substitutions. ( #596 )
2017-04-29 19:43:14 -04:00
peace-maker
761cbf9a8a
Fix crash when accessing gamerules during mapchange ( #593 )
...
If the gamerules proxy entity doesn't exist, don't try to generate the
reference for it.
2017-04-29 19:43:02 -04:00
Nicholas Hastings
369e95f6d2
Allow direct event FireToClient if broadcast disabled.
...
Event.FireToClient should not care whether or not broadcasting
is enabled for the event since we're already intentionally not
broadcasting.
2017-04-29 19:42:11 -04:00
Nicholas Hastings
e44789ba8b
Don't check handle ownership on Event.FireToClient
...
The handle does not get mutated here, so it is safe. Since we
don't currently support cloning event handles or copying events,
this also facilitates the only easy way of firing an existing game-
created event to a client.
2017-04-29 19:42:03 -04:00
peace-maker
c11b58072b
Fix case of not calling OnMapTimeLeftChanged in CS:GO ( #563 )
...
Round end reasons in CS:GO are +1 from the ones in CS:S. The
CSRoundEnd_GameStart reason for when the OnMapTimeLeftChanged forward
should be called should be one higher than in CS:S.
2017-04-29 19:41:12 -04:00
Nicholas Hastings
b3d458c17a
Fix Panel.Style getter not being bound.
2017-04-28 17:02:31 -04:00
Nicholas Hastings
6b5faffb68
Force build for hl2sdk-csgo update.
2017-04-26 06:31:40 -04:00
Nicholas Hastings
ec8bf9cb8f
Force build for hl2sdk-csgo update.
2017-04-25 21:57:50 -04:00
Nicholas Hastings
5b86ca68ee
Fix default value always being when calling ParmValue(string,string).
2017-04-22 21:30:21 -04:00
Asher Baker
fc8f43c3e5
Update blacklist.plugins.txt
2017-04-11 13:00:59 +01:00
Nicholas Hastings
f1d8336494
Update Empires gamedata (supercedes #599 ).
2017-03-26 11:05:29 -04:00
Steve Zaretti
b18a9a7fe6
Fixed typo on previous PR ( #600 )
...
#598
2017-03-25 14:51:02 -04:00
Ruben Gonzalez
a1f1dad349
Updated CS:GO gamedata.
2017-03-25 09:03:37 -04:00
Ruben Gonzalez
d658d999bf
Fix CS:GO gamedata.
2017-03-24 20:16:06 -04:00
Steve Zaretti
d0755368f1
HUD is now supported on CSGO ( #598 )
...
* HUD now supported on CSGO
https://forums.alliedmods.net/showthread.php?t=295215
* Update common.games.txt
went a bit too fast
2017-03-20 07:24:55 -04:00
Nicholas Hastings
12f42fa126
Update TF2 gamedata.
2017-03-14 20:05:31 -04:00
Nicholas Hastings
323df8366d
Fix AllowClLanguageVar setting being ignored in CS:GO.
2017-03-05 17:09:13 -05:00
Ross Bemrose
ff5487677e
Make CS:GO recognize both / and \ for GetMapDisplayName ( #592 )
2017-03-04 09:06:02 -05:00
Nicholas Hastings
42b281a693
Update Insurgency gamedata.
2017-02-09 18:03:33 -05:00
Nicholas Hastings
660c4f113b
Update FoF gamedata.
2017-02-09 18:03:25 -05:00
Asher Baker
2b4c3d4129
Update blacklist.plugins.txt
2017-02-09 19:07:37 +00:00
Nicholas Hastings
9c67ad1bb2
Update Linux CS:GO TerminateRound gamedata.
2017-02-03 23:37:53 -05:00
Nicholas Hastings
f6144a29d7
Sanitize servercfgfile and lservercfgfile values with sm_cvar (bug 6579).
2017-01-20 15:30:41 -05:00
GoD-Tony
9d7d00d755
Update CS:GO TerminateRound gamedata ( #575 )
2017-01-20 07:46:29 -05:00
Nicholas Hastings
d98444fbfd
Limit Black Mesa to 6 max radio menu items. (7+ not bound)
2016-12-13 13:30:36 -05:00
Nicholas Hastings
20ec593a76
Enable Radio menus for Black Mesa.
2016-12-13 13:24:06 -05:00
peace-maker
0178c20f50
Fix threaded query's result handle access rights ( #567 )
...
Plugins were able to close the results handle in the threaded query
callback causing a double free crash. The access rights are setup right
before the handle is created, but weren't used.
2016-12-11 18:23:50 -08:00
Asher Baker
9eae3c7155
Update blacklist.plugins.txt
2016-12-09 18:37:15 +00:00
David Anderson
851acc52d9
Merge pull request #560 from peace-maker/suppress_not_runnable_18
...
Suppress logging of "Plugin not runnable" errors in SM 1.8
2016-12-04 21:57:02 -08:00
Nicholas Hastings
63261b9cea
Fix CS:GO OnGetWeaponPrice forward on Linux.
2016-11-29 11:06:07 -05:00
Nicholas Hastings
4b399eb895
Fix innocuous copy/paste error.
2016-11-29 11:06:01 -05:00
Nicholas Hastings
20668ea676
Add gamedata missing from last commit.
2016-11-29 10:53:27 -05:00
Nicholas Hastings
5642e4b9ee
Semi-tested fix for CS:GO GetWeaponPrice on Linux.
2016-11-29 10:53:20 -05:00
Nicholas Hastings
6b24e920e7
Revert "Update CS:GO GetWeaponPrice gamedata."
...
This reverts commit f3994ce6dc .
2016-11-29 09:01:54 -05:00
Nicholas Hastings
a94a52abed
Update CS:GO GetWeaponPrice gamedata.
2016-11-29 08:52:55 -05:00
Nicholas Hastings
089b5dbaf8
Add CS:GO FindEntityByClassname signature for Linux.
2016-11-29 07:57:06 -05:00
Nicholas Hastings
63fdce19d0
Update Linux IServer gamedata.
2016-11-28 22:20:53 -05:00
Ruben Gonzalez
4a52adfc79
Update cstrike extension gamedata.
2016-11-28 21:55:34 -05:00
Nicholas Hastings
6ab82e434d
Untested Core, SDKTools, SDKHooks fixes. (CStrike ext fixes pending)
2016-11-28 21:51:35 -05:00
Peace-Maker
0c6a220643
Suppress logging of "Plugin not runnable" errors
...
SourceMod itself and thirdparty extensions call functions in plugins
without making sure it is runnable. The plugin pausing feature isn't
supported anymore and is set to get nuked #438 which will reduce the
amount of not-runnable error reports.
We can't fix every third party extension, so suppressing the error from
the logs will stop the spam until pausing is removed.
This is a backport of #558 to the 1.8 branch.
2016-11-17 16:58:44 -07:00
Asher Baker
0a45b6cad7
Update blacklist.plugins.txt
2016-11-17 23:21:25 +00:00
Nicholas Hastings
043b94be8c
Trigger build for hl2sdk-bms changes.
2016-11-07 21:06:18 -05:00
Nicholas Hastings
99d9d03969
Update TF2 gamedata.
2016-11-02 20:09:03 -04:00