Commit Graph

6015 Commits

Author SHA1 Message Date
Nicholas Hastings
b94620ee5a Fix KeyValues.SetUInt64 truncating value (#635). 2017-07-06 15:12:09 -04:00
Nicholas Hastings
ce9768768e Update Kreedz Climbing gamedata. 2017-06-22 16:17:01 -04:00
Nicholas Hastings
ee593d5049 Update CS:GO InfoChanged offset. 2017-06-21 14:43:11 -04:00
Nicholas Hastings
68f2878f8f Trigger build. 2017-06-21 13:18:24 -04:00
Nicholas Hastings
9d67e893c4 Trigger build for hl2sdk-sdk2013 change. 2017-06-21 08:43:37 -04:00
Ruben Gonzalez
9d21c59e01 Update CS:GO CBaseClient related gamedata. 2017-06-21 07:39:43 -04:00
Ruben Gonzalez
d41911e05b Use the same weapon drop function in CS:GO as in CS:S 2017-06-16 09:02:09 -04:00
Nicholas Hastings
fea1c05082 Trigger build against latest hl2sdk-tf2 update. Fixes #624) 2017-06-16 08:10:57 -04:00
Nicholas Hastings
1e50df975b Merge branch '1.8-dev' of https://github.com/alliedmodders/sourcemod into 1.8-dev 2017-06-15 18:29:03 -04:00
Nicholas Hastings
49ce520bea Updated more KreedzClimbing gamedata. 2017-06-15 18:26:24 -04:00
Nicholas Hastings
8cce799565 Fix incorrect package name for GCC 4.8 in TravisCI config. 2017-06-12 09:54:54 -04:00
komashchenko
9563fc8f42 Fix CS:GO sm_msay 2017-06-12 09:53:37 -04:00
Nicholas Hastings
3ca6e5d604 Update KreedzClimbing gamedir. 2017-06-08 12:46:59 -04:00
Asher Baker
13872576ee Fix build. 2017-05-30 15:14:50 +01:00
Nicholas Hastings
63a43c3d23 Fix ICommandLine lookup on Linux for Insurgency and Day of Infamy. 2017-05-28 08:31:08 -04:00
Ruben Gonzalez
2e55340248 Update CS:GO gamedata fixes #616 2017-05-28 07:18:05 -04:00
ErikMinekus
a01224d63e Add support for compiling with VS2015+ (#613) 2017-05-27 14:06:07 +01:00
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