Commit Graph

6274 Commits

Author SHA1 Message Date
Nicholas Hastings
bcfdef0171 Trigger build for hl2sdk-insurgency update. 2017-07-23 09:02:48 -04:00
Peace-Maker
60320cd845 Cleanup CForward::Execute using a helper function
Flatten out the nesting a bit.
2017-07-22 23:08:31 +02:00
peace-maker
8840ce905d Update to latest SourcePawn (#639) 2017-07-18 12:48:39 +01:00
Nicholas Hastings
fd87cb6b23 Clear cached IClient ptr on disconnect (Fixes #637). 2017-07-08 08:25:23 -04:00
Nicholas Hastings
29d1187434 Cache created entities by reference instead of index in SDKHooks (#634)
Fixes #663.
2017-07-06 13:33:34 -04:00
Nicholas Hastings
fdac8a1677 Fix KeyValues.SetUInt64 truncating value (#635). 2017-07-06 13:11:01 -04:00
Arthurdead
44c744b8fd Add native to get gpGlobals->frametime (#629) 2017-06-26 11:18:12 +01:00
Nicholas Hastings
7f71f43c2e Another oops-fix for SDK 2013 mods.
Thanks @Ne3tCode
2017-06-24 08:49:36 -04:00
Nicholas Hastings
16d7e39b57 Oops. Fix non-bot IClient lookups for older SDK 2013 mods. 2017-06-23 14:43:39 -04:00
Nicholas Hastings
9a6900a0ba Don't let bots bypass the kick queue. It's not always safe. 2017-06-23 14:43:39 -04:00
Nicholas Hastings
e762c2ee56 Add support for IClient lookups on SDK 2013 mods with new enough engine. 2017-06-23 14:43:39 -04:00
Nicholas Hastings
c31eaa01a3 Cache player IClient pointer on connect. 2017-06-23 14:43:39 -04:00
Nicholas Hastings
338fdb37f6 Switch to C++11 class initializers for CPlayer. 2017-06-23 14:43:39 -04:00
Nicholas Hastings
79970ca5fa Update CS:GO InfoChanged offset. 2017-06-21 14:40:42 -04:00
Nicholas Hastings
bcae547365 Trigger build. 2017-06-21 13:14:57 -04:00
Nicholas Hastings
f7434cdae1 Trigger build for hl2sdk-sdk2013 change. 2017-06-21 08:42:12 -04:00
Ruben Gonzalez
b9fd586f2f Update CS:GO CBaseClient related gamedata. 2017-06-21 07:37:04 -04:00
Nicholas Hastings
e6e54813bb Trigger build against latest hl2sdk-tf2 update. Fixes #624) 2017-06-16 08:10:16 -04:00
Nicholas Hastings
328fa3b430 Merge branch 'master' of https://github.com/alliedmodders/sourcemod 2017-06-15 18:28:10 -04:00
Nicholas Hastings
78a2dec19e Updated more KreedzClimbing gamedata. 2017-06-15 18:26:06 -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
Nicholas Hastings
a984e23bf6 Update KreedzClimbing gamedir. 2017-06-08 12:44:59 -04:00
Nicholas Hastings
2acf5f85cd Fix ICommandLine lookup on Linux for Insurgency and Day of Infamy. 2017-05-28 08:29:38 -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
Duko
8753e58d7f Gamedata cleanup. 2017-05-26 10:21:24 -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
Duko
27b4f9538a Disable nextmap on Alien Swarm: Reactive Drop.
Bug: Disconnects players on changelevel
https://steamcommunity.com/app/563560/discussions/2/135509124600714346/
2017-05-20 07:23:27 -04:00
Duko
4ce13e9cbd Add gamedata for Alien Swarm: Reactive Drop. 2017-05-20 07:23:27 -04:00
Nicholas Hastings
7006533409 Update Kreedz Climbing gamedata. 2017-05-14 16:41:00 -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
peace-maker
1351df4260 Add OnPlayerRunCmdPost forward (#591)
* Add OnPlayerRunCmdPost forward

Allow plugins to catch the values that are actually used by the game
after some eventual changes by other plugins.

* Add |const| qualifier to arrays in OnPlayerRunCmdPost forward
2017-05-09 15:16:05 +01:00
Peace-Maker
de42dfc783 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-05-04 22:56:31 -06:00
peace-maker
ed42d2feea Add missing parameter to DataPack.IsReadable (#603) 2017-04-30 13:49:18 -04:00
Nicholas Hastings
0a81a28b07 Add contributing guidelines. 2017-04-29 12:54:00 -04:00
Mohammad Ghasembeigi
c0ec537f29 Fix typo in file.inc include (#602) 2017-04-28 06:47:09 -04:00
Nicholas Hastings
ba81b5b2a5 Force build for hl2sdk-csgo update. 2017-04-26 06:30:56 -04:00
Nicholas Hastings
3671a69b9d Force build for hl2sdk-csgo update. 2017-04-25 21:57:16 -04:00
Nicholas Hastings
6a77e04a8e Fix default value always being when calling ParmValue(string,string). 2017-04-22 21:28:44 -04:00
Nicholas Hastings
8401ca3269 Add gamedata for Alien Swarm: Reactive Drop. 2017-04-22 10:31:41 -04:00
Michael Flaherty
a36dafb906 Add PrintToConsoleAll (#601) 2017-04-18 07:29:47 -04:00
Asher Baker
e880471296 Update blacklist.plugins.txt 2017-04-11 13:00:21 +01:00
Kyle Sanderson
e987cf6bfc Change CHalfLife2::GetMapDisplayName to always check for string substitutions. (#596) 2017-04-03 20:28:10 -04:00
Nicholas Hastings
7bb78e53c6 Update Day of Infamy gamedata. 2017-03-27 15:42:56 -04:00