Commit Graph

  • 126ce99cd9 Resize clients array in newest NormalSHook prototype to MAXPLAYERS. Nicholas Hastings 2015-11-26 09:43:08 -0500
  • 0d787e24ce Converted NormalSHook to typeset and added old prototype. Nicholas Hastings 2015-11-25 17:25:35 -0500
  • c11ac4c25e Update SP to version that uses its own new. Fyren 2015-11-21 07:51:12 +0000
  • ef147860c2 Fix GetEntSendPropOffs returning 0 for missing props when actual=false Asher Baker 2015-11-21 01:46:35 +0000
  • 0e80ffef55 Merge pull request #448 from alliedmodders/use-blamepluginerror Fyren 2015-11-18 18:33:10 -0700
  • eb8996699e Merge pull request #443 from alliedmodders/fix-ext-dep-load Asher Baker 2015-11-18 14:12:27 +0000
  • cf4f500eda And use it in sdktools, too. Fyren 2015-11-18 01:37:15 +0000
  • fec2fa3bf0 Update SP and use BlamePluginError in sdkhooks. Fyren 2015-11-18 01:24:31 +0000
  • a4d06e1077 Update CTakeDamageInfoHack in SDK Hooks for semi-recent game/SDK updates. Nicholas Hastings 2015-11-11 13:12:04 -0500
  • 5f9aaadacb Update Windows TerminateRound signature for CS:GO (bug 6432). Nicholas Hastings 2015-11-10 21:27:24 -0500
  • a802fe3a8b Merge pull request #444 from alliedmodders/decl-bad Asher Baker 2015-11-10 17:01:58 +0000
  • 6ab0c35837 Pre-fill buffer for GetClientAuth* Asher Baker 2015-11-10 14:31:02 +0000
  • b81b6cd1c6 Fix crash on failing to load dependent extension. Asher Baker 2015-11-09 14:56:42 +0000
  • c3e5d62bf6 Update to the latest AMTL: remove PassRef. David Anderson 2015-11-08 13:51:22 -0800
  • e2b399b8d3 Update to the latest AMTL - Rename Ref to RefPtr. David Anderson 2015-11-08 13:14:57 -0800
  • ce25a44e00 Merge pull request #442 from alliedmodders/netchanR Kyle Sanderson 2015-11-07 13:04:02 -0800
  • 72edc74e8b Use present netchannel instead of cached netchannel in CHookManager::SendFile. Kyle Sanderson 2015-11-07 12:51:13 -0800
  • cf07ecef46 Merge pull request #441 from powerlord/mapdisplayname-backslash Asher Baker 2015-11-06 08:31:12 +0000
  • c8caf7c860 Update FindMap testsuite plugin. Update GetMapDisplayNAme to use platform separator on CSGO Ross Bemrose 2015-11-05 12:39:38 -0500
  • 3b3b1d6342 And the last piece of the puzzle... normalise the slashes. Asher Baker 2015-11-05 17:45:26 +0000
  • 04161da5a0 Alright, this should work. Asher Baker 2015-11-05 17:35:37 +0000
  • cce6fde4ea Whoops. Asher Baker 2015-11-05 17:03:51 +0000
  • b8e9aabd67 Windows sucks. This may or may not break the Windows build in retaliation. Asher Baker 2015-11-05 16:58:50 +0000
  • 625f225448 Suppress error messages from missing repositories. Asher Baker 2015-11-05 11:06:43 +0000
  • e8eb9970a6 Last try before I revert all this. Asher Baker 2015-11-05 10:54:35 +0000
  • ed5771a861 Fix symbol dumping to work on ancient python versions. Asher Baker 2015-11-05 10:46:32 +0000
  • 2c03498986 Really fix Mac symbol dumping. Asher Baker 2015-11-05 09:59:53 +0000
  • de675be862 Fix Mac symbol dumping. Asher Baker 2015-11-05 09:31:09 +0000
  • c109ea2cb6 Updated SourcePawn submodule. Asher Baker 2015-11-05 09:20:07 +0000
  • c1f8ebf65c Merge pull request #439 from alliedmodders/propinfo Asher Baker 2015-11-04 20:55:37 +0000
  • c6323512ef Deprecate FindSendPropOffs and FindDataMapOffs, add HasEntProp. Asher Baker 2015-11-03 12:27:19 +0000
  • 0387c45995 Fix Mac build. Asher Baker 2015-11-04 16:28:45 +0000
  • 2ea3d9023b Fix libcurl build on Clang 3.5. Asher Baker 2015-11-04 15:21:13 +0000
  • 248d776a23 Update TF2 StunPlayer gamedata. Nicholas Hastings 2015-11-03 20:38:12 -0500
  • 637941a978 Merge pull request #437 from alliedmodders/rm-pausing-12 David Anderson 2015-11-01 14:52:58 -0800
  • 1f4be9798e Flush asynchronous queries before OnPluginEnd(). David Anderson 2015-11-01 00:36:20 -0700
  • c849616003 Add an OnPluginWillUnload callback that precedes OnPluginEnd(). David Anderson 2015-11-01 00:30:37 -0700
  • d674414cf0 Add a versioned IPluginsListener and deprecate the non-versioned class. David Anderson 2015-11-01 00:23:33 -0700
  • cb3f6df111 Require that no plugin code be live when any plugin unloads. David Anderson 2015-10-31 19:38:30 -0700
  • 59623695af Improve plugin console diagnostics. David Anderson 2015-09-20 13:51:24 -0700
  • 87e9dee78b Evict plugins that fail to load. David Anderson 2015-09-20 00:57:02 -0700
  • 62edc5f4c0 Clean up "sm plugins list" after status meaning clarifications. David Anderson 2015-09-20 12:50:19 -0700
  • 903315747d Clarify plugin states. David Anderson 2015-09-20 12:20:57 -0700
  • 485ade2610 Fix a number of inconsistencies in plugin state. David Anderson 2015-09-20 11:59:23 -0700
  • 9e4fff3362 Add a state variable to CPlugin to indicate queue/list membership. David Anderson 2015-09-19 20:57:18 -0700
  • 7cc911ae58 Separate plugin unloading into an eviction step, which disconnects the plugin from Core. David Anderson 2015-09-19 20:09:15 -0700
  • 82ff7d5af7 Rename CPlugin::SetErrorState to EvictWithError. David Anderson 2015-09-19 20:01:31 -0700
  • c4c6efb140 Remove a crazy unused function from CPluginManager. David Anderson 2015-09-19 19:51:02 -0700
  • f078ea1f8a Remove the Illiad-length mostly-wrong comment at the top of PluginSys.h David Anderson 2015-09-19 19:48:53 -0700
  • ab1b915a3c Fix re-entrancy issues in CPluginManager by using ReentrantList. David Anderson 2015-09-19 19:00:58 -0700
  • 709149fbed Remove the CPluginIterator cache. David Anderson 2015-09-19 18:13:30 -0700
  • e57a076dc8 Remove CPluginManager's friend access to CPlugin. David Anderson 2015-09-19 17:51:17 -0700
  • c21b3a36fc Remove CPluginManager direct use of CPlugin::NativeOwner::m_fakes. David Anderson 2015-09-19 17:50:30 -0700
  • f765c8d436 Remove CPluginManager direct use of CPlugin::m_LibraryMissing. David Anderson 2015-09-19 17:42:22 -0700
  • ae44a6540a Remove CPluginManager direct use of CPlugin::m_FakeNativesMissing. David Anderson 2015-09-19 17:41:04 -0700
  • f27dbaf716 Remove CPluginManager direct use of CPlugin::m_RequiredLibs. David Anderson 2015-09-19 17:39:36 -0700
  • 717ad38d06 Remove CPluginManager direct use of CPlugin::m_errormsg. David Anderson 2015-09-19 17:30:23 -0700
  • 60f06d1414 Remove CPluginManager direct use of CPlugin::m_FileVersion. David Anderson 2015-09-19 17:27:06 -0700
  • a579136a3d Remove CPluginManager direct use of CPlugin::m_DateTime. David Anderson 2015-09-19 17:25:21 -0700
  • 2f3d523ac0 Remove CPluginManager use of CPlugin::m_pRuntime. David Anderson 2015-09-19 17:21:19 -0700
  • df5c53fa4a Remove CPluginManager direct use of CPlugin::m_filename. David Anderson 2015-09-19 17:18:36 -0700
  • 46c069dbbe Remove CPluginManager direct use of CPlugin::m_Libraries. David Anderson 2015-09-19 17:16:44 -0700
  • bda9defc0f Remove CPlugin's friend access to CPluginManager. David Anderson 2015-09-19 17:06:58 -0700
  • 8817b4277d Merge pull request #435 from alliedmodders/spelling Asher Baker 2015-10-30 19:20:39 +0000
  • 4346e963e5 Correct spelling in API documentation. Asher Baker 2015-10-30 12:26:34 +0000
  • 9bbcae1648 Correct spelling in configuration files. Asher Baker 2015-10-30 12:26:11 +0000
  • fc504737c5 Fix a misleading error message from "sm config". The Ignore state could be hit if the value was read directly rather than using OnSourceModConfigChanged. Asher Baker 2015-10-30 11:06:54 +0000
  • 1a09f2b6df Merge pull request #433 from alliedmodders/dinner Kyle Sanderson 2015-10-29 02:25:15 -0700
  • 44d34d0e5d NPOTB: Remove 0x prefix from two-byte instructions. Kyle Sanderson 2015-10-28 19:43:17 -0700
  • 56339ed43a makesig.idc fucked me without taking me to dinner and a movie first Nicholas Hastings 2015-10-28 22:37:10 -0400
  • 393ab89c34 Update TF2 gamedata. Nicholas Hastings 2015-10-28 19:58:36 -0400
  • 38fd55a05d Normalize repository root path. Asher Baker 2015-10-28 13:31:02 +0000
  • e0e946afac Merge pull request #431 from alliedmodders/symbol-repos Asher Baker 2015-10-28 13:12:10 +0000
  • 4d3c89c065 Flip INFO REPO records around for parsing sanity. Asher Baker 2015-10-28 09:47:40 +0000
  • a7b1a9a5fa Update Insurgency gamedata. Nicholas Hastings 2015-10-27 18:38:59 -0700
  • 529d7e2659 Fix Insurgency build on Linux for SDK changes. Nicholas Hastings 2015-10-27 18:17:26 -0700
  • 4be998c4dc Include repo information in symbol files. Asher Baker 2015-10-27 17:24:03 +0000
  • 261a4bb81b Merge pull request #430 from alliedmodders/packaging-latest Nicholas Hastings 2015-10-26 14:55:54 -0400
  • beba03292a Upload sourcemod-latest-<os> text file when packaging. Nicholas Hastings 2015-10-26 11:10:27 -0700
  • 6042518691 Update CS:GO CSore offset. Ruben Gonzalez 2015-10-24 19:16:35 -0400
  • 02a9db8e50 Update CS:GO gamedata for CScore. Ruben Gonzalez 2015-10-24 01:53:49 -0400
  • d0dda098a2 Merge pull request #429 from powerlord/sqltxn-dbresultset David Anderson 2015-10-22 23:40:28 -0700
  • 195a836999 Merge pull request #427 from alliedmodders/refactor-amb David Anderson 2015-10-17 18:58:05 -0700
  • 366c3c0e16 Merge pull request #425 from WildCard65/WildCard65-FixedDBI.inc Nicholas Hastings 2015-10-13 15:12:18 -0400
  • a4b45aea9b Allow SQLTxnSuccess to use DBResultSet[] in addition to Handle[] Ross Bemrose 2015-10-13 14:50:59 -0400
  • fa65b62a04 Merge pull request #428 from FlaminSarge/tf_mannpower_conds Nicholas Hastings 2015-10-10 14:15:48 -0400
  • 71439b30ab Fix NeoTokyo SDKTools gamedata signatures. Nicholas Hastings 2015-10-10 14:08:43 -0400
  • e585e34670 Update TFCond enum FlaminSarge 2015-10-10 02:27:08 -0700
  • 2f2f057b47 Update Fistful of Frags gamedata. Nicholas Hastings 2015-10-09 13:31:21 -0400
  • 7e4bfce892 Update CS:GO gamedata. Ruben Gonzalez 2015-10-08 19:08:17 -0400
  • 6c5ab80418 Refactor and cleanup the AMBuildScript a bit. David Anderson 2015-10-08 14:36:24 -0700
  • 121124e362 Merge pull request #426 from powerlord/holiday-communityupdate Nicholas Hastings 2015-10-07 09:58:36 -0400
  • f4adf33b4e Renumber holidays Add CommunityUpdate holiday Ross Bemrose 2015-10-07 09:40:06 -0400
  • 6fe4175fd2 Update TF2 CanPlayerTeleport signature on Windows. Nicholas Hastings 2015-10-02 07:43:43 -0400
  • 8627fe1fa8 Fixed DBResultSet.IsFieldNull WildCard65 2015-09-25 14:44:42 -0400
  • 9310cfd164 Merge pull request #424 from alliedmodders/update-versioning Asher Baker 2015-09-29 19:40:51 +0100
  • 722c0eb32b Promote git revision number to 4th version string component Asher Baker 2015-09-29 11:07:16 +0100
  • 66a3811049 Add FireOutput gamedata for KreedzClimbing. Nicholas Hastings 2015-09-28 16:16:23 -0400
  • c3fcc44718 Update CS:GO gamedata. Ruben Gonzalez 2015-09-25 23:09:39 -0400
  • 8b6e040581 Add gamedata for Kreedz Climbing. Nicholas Hastings 2015-09-23 10:11:30 -0400