Commit Graph

  • 2658636377 Fix unsigned compiler warning. Kyle Sanderson 2017-10-09 13:00:52 -0700
  • 4bab834716
    Merge pull request #672 from peace-maker/null_natives_fixed Asher Baker 2017-10-27 20:03:09 +0100
  • 8f6f881937 Update tf2 stun and death flags. Nicholas Hastings 2017-10-27 08:03:39 -0400
  • 8807939a14 Update TF2_IsPlayerInCondition (#712) JRiipinen 2017-10-27 14:02:38 +0300
  • 27b69559a3 Really fix macOS build. Scott Ehlert 2017-10-26 20:38:25 -0500
  • 373fb4f776 Update amtl to fix macOS build. Scott Ehlert 2017-10-26 19:36:30 -0500
  • 8c88614c2e Merge pull request #714 from Headline22/dvander-rednavd David Anderson 2017-10-24 20:09:00 -0700
  • 858a0ba17d Pin sourcepawn submodule to 1.9-dev Michael Flaherty 2017-10-24 19:16:14 -0700
  • 5cf6a0c875 Fix MakeBleed native call (add damage custom param).. Nicholas Hastings 2017-10-22 08:37:51 -0400
  • a5c213ae7d make bleed linux sig fix Benoist3012 2017-10-21 20:39:26 +0200
  • 23a1c5f952 Tyop fix. Nicholas Hastings 2017-10-22 09:32:02 -0400
  • 5aaea4c2c5 Update TF2 enums. Nicholas Hastings 2017-10-22 08:52:02 -0400
  • ab303e7394 Gamedata for 2017-10-20 TF2 update. Nicholas Hastings 2017-10-19 23:59:14 -0400
  • 4f54df65e9 Switch C header & Fix warnings (#702) Michael Flaherty 2017-10-15 02:32:01 -0700
  • 36f9a8ed7a NPOTB: Remove unsupported packages line from Travis-CI. Kyle Sanderson 2017-10-10 12:00:11 -0700
  • 2ccaa376ba NPOTB: Enable better coverage testing with toolchains (Travis-CI). (#703) Kyle Sanderson 2017-10-09 18:34:01 -0700
  • 65bf85fcbe (Re-)Add support for gcc and clang3.9, 4.0, and 5.0. Kyle Sanderson 2017-10-09 16:53:19 -0700
  • 30f061e818 Fix unsigned comparison warnings (-Werror + GCC5) from CS:GO fixes. Kyle Sanderson 2017-10-09 13:00:52 -0700
  • 22e3d2d198 Fix GCC build with SourcePawn. Kyle Sanderson 2017-10-09 11:51:49 -0700
  • 687db96b38 Make CS:GO specific natives exist only on CS:GO Ruben Gonzalez 2017-10-04 18:20:06 -0400
  • 588e88c7ee Fix build error. Ruben Gonzalez 2017-10-04 14:42:07 -0400
  • 65a8f3cbf8 Trigger build. Scott Ehlert 2017-10-03 03:24:44 -0500
  • 82e6d00cea Fix build. Scott Ehlert 2017-10-02 07:40:58 -0500
  • bbdecceb4b Switch to AMBuild 2.1 API. (#694) Scott Ehlert 2017-10-02 07:18:57 -0500
  • f67e4ce610 Making rename's LogAction message consistent... (#696) Andrew 2017-09-26 20:22:38 -0400
  • f289799c57 Making gravity's LogAction message consistent... (#695) Andrew 2017-09-26 20:22:30 -0400
  • aac279322b Making blind's LogAction message consistent... (#697) Andrew 2017-09-26 20:22:02 -0400
  • 5d234bb9d6 Fix OnPlayerRunCmd crashing with invalid CUserCmd ptr. (#693) Kyle Sanderson 2017-09-23 23:27:32 -0700
  • 7e898ee530 Fix core config values not being cached (#673) peace-maker 2017-09-24 02:24:39 +0200
  • 54565c92f7 Add target arg to LogAction in basechat sm_psay. (#690) Andrew 2017-09-23 13:45:41 -0400
  • 4e996a116d Allow seeking to end of datapack (#687) Asher Baker 2017-09-19 23:27:35 +0100
  • 8c8af88cee Add additional native, fix include file. Ruben Gonzalez 2017-09-19 12:37:11 -0400
  • 8a36d0486b Add enum value for max regular items. Ruben Gonzalez 2017-09-10 10:16:23 -0400
  • 1f3b14367d Add new native to get enum value based on item definition index. Ruben Gonzalez 2017-09-09 23:27:32 -0400
  • 79ba2835f6 Fix build when product.version is mangled (#679) thewavelength 2017-09-10 02:17:35 +0200
  • 3d461ecea1 Add support for CreateIitemEntityByName for CS:GO Ruben Gonzalez 2017-09-08 08:37:28 -0400
  • b4d34ef062 Merge pull request #671 from alliedmodders/csgo-weaponpricefix Ruben Gonzalez 2017-09-04 08:49:33 -0400
  • a341a0e85c Use implemented function to get weapon name. Ruben Gonzalez 2017-09-03 19:31:23 -0400
  • d8f0484327 Make IsValidWeaponID check weapon info on CS:S Ruben Gonzalez 2017-09-03 19:30:35 -0400
  • b68405b651 Fix cstrike include file. Ruben Gonzalez 2017-09-03 19:30:06 -0400
  • 453e9da7c5 Intial CS:Go changes and slight changes for CS:S WeaponID related function. Ruben Gonzalez 2017-09-03 09:19:12 -0400
  • 0e7a3b0173 Use keyvalue to get weapon price, change void * to appropriate class names. Ruben Gonzalez 2017-08-28 10:17:12 -0400
  • 7eef3948b1 Don't break backwards compatibility with unmanaged forwards Peace-Maker 2017-08-04 12:52:19 +0200
  • e609a33e6d Cleanup CForward::Execute using a helper function Peace-Maker 2017-07-22 23:08:31 +0200
  • 41a9889cdd Add Call_PushNullVector and Call_PushNullString Peace-Maker 2017-05-04 22:56:31 -0600
  • 3de269946c Add IsNativeParamNullVector and IsNativeParamNullString natives Peace-Maker 2017-03-03 11:47:03 -0700
  • 9fa4ed8bac Add IsNullVector and IsNullString natives Peace-Maker 2017-03-03 11:45:39 -0700
  • 22033c21f2 Fix CS_GetWeaponPrice returning incorrect weapon prices. Ruben Gonzalez 2017-08-25 10:19:19 -0400
  • d705f6a2e1 Update links in README. Nicholas Hastings 2017-08-23 09:52:31 -0400
  • 3d19bfd57e damn it, duck Fyren 2017-08-22 14:02:04 -0600
  • ea6cf26929 Ignore vote actions if target is no longer available (#649) Timocop 2017-08-22 21:56:12 +0200
  • 68c00b8ae7 Remove superfluous assignment after delete (#654) Maxim Telezhenko 2017-08-22 22:55:04 +0300
  • 9af507a322 Remove replicated flag from sourcemod_version (#667) Michael 2017-08-22 20:53:25 +0100
  • 5f9d571e12 Fix trying to use signature function for WeaponIDToAlias on linux. Ruben Gonzalez 2017-08-21 15:00:22 -0400
  • f7d3e44b19 Fix CS:S build Ruben Gonzalez 2017-08-21 10:48:41 -0400
  • a01e9e510c Fix using Q_strcpy instead of Q_strncpy Ruben Gonzalez 2017-08-21 10:35:58 -0400
  • 3eb297bee1 Fix cstrike extension natives/forwards due to update Ruben Gonzalez 2017-08-21 10:28:59 -0400
  • 8627c0cbfc Fix CS:GO Reload offset (#660) Steve Zaretti 2017-08-19 16:00:04 +0200
  • cbb5c6d740 Fix Handle buy call Ruben Gonzalez 2017-08-18 15:24:17 -0400
  • 955a29a4aa Fix HandleCommand_Buy_Internal param order. Ruben Gonzalez 2017-08-18 15:06:20 -0400
  • 1d9ea142c4 Update more CS:GO gamedata Ruben Gonzalez 2017-08-18 10:33:41 -0400
  • cb83a307ec Fix (parts of) CS:GO gamedata (#656) awillinger 2017-08-18 15:06:31 +0200
  • 902cae595b Include function name in cstrike ext error messages Asher Baker 2017-08-18 13:00:50 +0100
  • b7b422f046 Removed gender from nomination changed translation phrase. (#653) shavit 2017-08-15 08:53:48 +0300
  • 01c6bb8c6f Add an explanatory note to GetSteamAccountID Asher Baker 2017-08-12 13:04:26 +0100
  • aeb52d4f45 Trigger build for hl2sdk-csgo update. (fixes #648). Nicholas Hastings 2017-08-06 10:37:31 -0400
  • 41bf281f1d Merge pull request #647 from alliedmodders/revert-606-null_natives David Anderson 2017-08-03 17:13:51 -0700
  • 11aab699a5 Revert "Add natives to check for NULL_VECTOR and NULL_STRING" Asher Baker 2017-08-04 00:44:47 +0100
  • 1924da3527 Update Contagion tempents gamedata. (Fixes #642) Nicholas Hastings 2017-07-28 14:12:28 -0400
  • 2e6d02ad52 Fixup types can include additional flags in the high bytes Asher Baker 2017-07-27 19:28:16 +0100
  • e4047c3f87 Merge pull request #606 from peace-maker/null_natives Asher Baker 2017-07-25 19:19:26 +0100
  • fa1d4ec5d6 Merge branch 'master' of https://github.com/alliedmodders/sourcemod Nicholas Hastings 2017-07-23 09:03:12 -0400
  • bcfdef0171 Trigger build for hl2sdk-insurgency update. Nicholas Hastings 2017-07-23 09:02:48 -0400
  • 60320cd845 Cleanup CForward::Execute using a helper function Peace-Maker 2017-07-22 23:08:31 +0200
  • 8840ce905d Update to latest SourcePawn (#639) peace-maker 2017-07-18 13:48:39 +0200
  • fd87cb6b23 Clear cached IClient ptr on disconnect (Fixes #637). Nicholas Hastings 2017-07-08 08:25:23 -0400
  • 29d1187434 Cache created entities by reference instead of index in SDKHooks (#634) Nicholas Hastings 2017-07-06 13:33:34 -0400
  • fdac8a1677 Fix KeyValues.SetUInt64 truncating value (#635). Nicholas Hastings 2017-07-06 10:48:15 -0400
  • 44c744b8fd Add native to get gpGlobals->frametime (#629) Arthurdead 2017-06-26 07:18:12 -0300
  • 7f71f43c2e Another oops-fix for SDK 2013 mods. Nicholas Hastings 2017-06-24 08:34:42 -0400
  • 16d7e39b57 Oops. Fix non-bot IClient lookups for older SDK 2013 mods. Nicholas Hastings 2017-06-23 11:27:37 -0400
  • 9a6900a0ba Don't let bots bypass the kick queue. It's not always safe. Nicholas Hastings 2017-06-23 11:18:41 -0400
  • e762c2ee56 Add support for IClient lookups on SDK 2013 mods with new enough engine. Nicholas Hastings 2017-06-23 11:15:23 -0400
  • c31eaa01a3 Cache player IClient pointer on connect. Nicholas Hastings 2017-06-23 11:08:07 -0400
  • 338fdb37f6 Switch to C++11 class initializers for CPlayer. Nicholas Hastings 2017-06-23 10:59:03 -0400
  • 79970ca5fa Update CS:GO InfoChanged offset. Nicholas Hastings 2017-06-21 14:40:42 -0400
  • bcae547365 Trigger build. Nicholas Hastings 2017-06-21 13:14:57 -0400
  • f7434cdae1 Trigger build for hl2sdk-sdk2013 change. Nicholas Hastings 2017-06-21 08:42:12 -0400
  • b9fd586f2f Update CS:GO CBaseClient related gamedata. Ruben Gonzalez 2017-06-21 07:37:04 -0400
  • e6e54813bb Trigger build against latest hl2sdk-tf2 update. Fixes #624) Nicholas Hastings 2017-06-16 08:10:16 -0400
  • 328fa3b430 Merge branch 'master' of https://github.com/alliedmodders/sourcemod Nicholas Hastings 2017-06-15 18:28:10 -0400
  • 78a2dec19e Updated more KreedzClimbing gamedata. Nicholas Hastings 2017-06-15 18:26:06 -0400
  • f413ea7f4b Merge pull request #623 from alliedmodders/CSWeaponDrop-change Ruben Gonzalez 2017-06-12 15:49:58 -0400
  • 2f0272f864 Use the same weapon drop function in CS:GO as in CS:S Ruben Gonzalez 2017-06-12 08:38:11 -0400
  • a984e23bf6 Update KreedzClimbing gamedir. Nicholas Hastings 2017-06-08 12:44:59 -0400
  • 2acf5f85cd Fix ICommandLine lookup on Linux for Insurgency and Day of Infamy. Nicholas Hastings 2017-05-28 08:29:38 -0400
  • fc1da58040 Merge branch 'master' of github.com:alliedmodders/sourcemod Ruben Gonzalez 2017-05-28 07:16:45 -0400
  • b3a89b70b5 Update CS:GO gamedata fixes #616 Ruben Gonzalez 2017-05-28 07:16:01 -0400
  • 8753e58d7f Gamedata cleanup. Duko 2017-05-22 19:43:28 +0200
  • ae0ece411e Fix CS:GO gamedata. Ruben Gonzalez 2017-05-24 10:42:22 -0400