Commit Graph

  • 86ddf1fea0 Revert accidental reverting of tf-regex merge. Nicholas Hastings 2014-10-29 20:51:34 -0400
  • f3af8539d2 Update TF2 gamedata. Nicholas Hastings 2014-10-29 20:21:20 -0400
  • c9696ca230 Merge branch 'master' of https://github.com/alliedmodders/sourcemod Nicholas Hastings 2014-10-29 20:23:41 -0400
  • 4dcc1590bb Update TF2 gamedata. Nicholas Hastings 2014-10-29 20:21:20 -0400
  • 585786b465 Fix inconsistent spacing in methodmap decl. Nicholas Hastings 2014-10-27 19:40:38 -0400
  • 3ec1b3a271 Merge pull request #168 from alliedmodders/tr-regex David Anderson 2014-10-28 11:19:02 -0700
  • de045b5ab6 Add transitional syntax support for datapack.inc. Nicholas Hastings 2014-10-27 19:33:01 -0400
  • 9021b23bc2 Fix crash on OpenDirectory with use_valve_fs if path not found. Also fixes minor memory leak on bad path. Nicholas Hastings 2014-10-27 17:27:53 -0400
  • dca15ebabf Fix OpenDirectory with use_valve_fs requirement of trailing slash. Nicholas Hastings 2014-10-27 17:25:01 -0400
  • 5874709407 Add transitional syntax support for regex.inc. David Anderson 2014-10-27 22:05:37 -0700
  • 35e12b16ba Update Fistful of Frags gamedata. Nicholas Hastings 2014-10-24 17:17:07 -0400
  • ba0d41a69d Update Fistful of Frags gamedata. Nicholas Hastings 2014-10-24 17:17:07 -0400
  • 76d26044f6 Fix build. David Anderson 2014-10-21 21:51:15 -0700
  • 75335dbef3 Merge pull request #156 from Bara20/patch-2 David Anderson 2014-10-21 12:42:18 -0700
  • 6bd1285d66 Merge pull request #164 from VoiDeD/sp-commandline David Anderson 2014-10-21 12:25:51 -0700
  • f8ffe23c6e Merge pull request #162 from alliedmodders/steam3-bans Nicholas Hastings 2014-10-20 21:14:54 -0400
  • 77dc5ac7ed Fix build. Nicholas Hastings 2014-10-14 17:47:44 -0400
  • 37c29775d4 Fix OnTakeDamage_Alive gamedata lookup in SDKHooks. Nicholas Hastings 2014-10-14 17:36:55 -0400
  • 6e9c95034e Update windows CS:GO CheckWinLimit signature Dr!fter 2014-10-10 19:25:07 -0400
  • 5ce46e1537 Update windows CS:GO CheckWinLimit signature Ruben Gonzalez 2014-10-10 19:24:20 -0400
  • a580f8c270 Whoops, forgot my hat. Ryan Stecker 2014-10-09 18:19:40 -0500
  • d702371b15 Number -> Int, per recommendation. Ryan Stecker 2014-10-08 21:47:15 -0500
  • a3336b1dcf Fix typo causing compile error strcmp -> strncmp Nicholas Hastings 2014-10-08 18:02:05 -0700
  • bba2a714a6 Merge pull request #163 from alliedmodders/admdump-crash Nicholas Hastings 2014-10-08 20:53:11 -0400
  • 512fae4c25 Fix crash on Windows when dumping admin cache to file. Nicholas Hastings 2014-10-08 14:50:55 -0700
  • d76f62b863 Allow Steam IDs in Steam3 format for sm_addban Nicholas Hastings 2014-10-08 14:34:10 -0700
  • 2aba6d9d42 Fix linux build. Ryan Stecker 2014-10-07 17:19:16 -0500
  • f2a80e33fd Expose some of ICommandLine to plugins. Ryan Stecker 2014-10-07 16:16:02 -0500
  • ac96bb177a Merge pull request #157 from VoiDeD/getevent-defaults Nicholas Hastings 2014-10-05 09:14:30 -0400
  • 909d523da0 Trigger build for hl2sdk-tf2 changes. Nicholas Hastings 2014-10-01 19:06:23 -0400
  • 34968def58 Trigger build for hl2sdk-tf2 changes. Nicholas Hastings 2014-10-01 19:05:53 -0400
  • 4800732c00 Trigger build for hl2sdk-tf2 changes. Nicholas Hastings 2014-10-01 18:54:30 -0400
  • 02aad65d21 Trigger build for hl2sdk-tf2 changes. Nicholas Hastings 2014-10-01 18:53:42 -0400
  • 7d7bf38941 Trigger build for hl2sdk-tf2 changes (bug 6259). Nicholas Hastings 2014-09-26 08:32:19 -0400
  • 0a9cabdecd Trigger build for hl2sdk-tf2 changes (bug 6259). Nicholas Hastings 2014-09-26 08:31:15 -0400
  • 5c13a0bc69 Bumping version. Nicholas Hastings 2014-09-20 13:33:45 -0400
  • 3e63e611c2 Update versioning for 1.6.2 release. sourcemod-1.6.2 Nicholas Hastings 2014-09-20 12:54:09 -0400
  • c3598d8e71 Update changelog for version 1.6.2. Nicholas Hastings 2014-09-20 12:53:22 -0400
  • f57097651b Merge pull request #159 from alliedmodders/1.6-getclientauthid Nicholas Hastings 2014-09-20 12:16:46 -0400
  • 9eb1b3e73e Merge pull request #158 from VoiDeD/te-const-clients Nicholas Hastings 2014-09-19 18:29:48 -0400
  • a5450aad18 Fix implicit bool conversion perf warning on msvc Nicholas Hastings 2014-09-19 15:16:28 -0700
  • 0a4a06d9e1 Fix AuthId_Engine always returning Steam2 format Nicholas Hastings 2014-09-19 15:10:26 -0700
  • dd51da519d Add half-assed backport of GetClientAuthId Nicholas Hastings 2014-09-18 22:43:11 -0400
  • c79f52e2c9 Re-add DBI query throttling (r=dvander). Nicholas Hastings 2014-09-18 22:02:32 -0400
  • 0f6063af60 Re-add DBI query throttling (r=dvander). Nicholas Hastings 2014-09-18 22:02:32 -0400
  • d4fb74ef9a Fix regression where duplicate function names were not an error. David Anderson 2014-09-16 22:32:46 -0700
  • c4279da3b2 Updated plugin blacklist. Asher Baker 2014-09-16 10:47:21 +0100
  • 55a5c745d4 Updated plugin blacklist. Asher Baker 2014-09-16 10:47:21 +0100
  • a80e049352 Clients array in TE_Send should be const. Ryan Stecker 2014-09-14 19:08:54 -0500
  • 981ffdfc82 Fix linux build. Ryan Stecker 2014-09-13 03:13:33 -0500
  • 3ffd4cd835 Expose optional default values for the GetEvent* SP functions. Ryan Stecker 2014-09-12 16:39:21 -0500
  • 570570f7a0 Fix regression causing inconsistencies in clientprefs auth id handling (r=VoiDeD). Nicholas Hastings 2014-09-11 23:53:11 -0400
  • e72ff963f5 Fix regression in auth causing crash on L4D and newer (r=VoiDeD). Nicholas Hastings 2014-09-11 23:26:27 -0400
  • 3923177037 Update linux CSGO gamedata Ruben Gonzalez 2014-09-12 12:26:27 -0400
  • af273e8e66 Update linux CSGO gamedata Ruben Gonzalez 2014-09-12 12:26:27 -0400
  • 80a0e24b66 Update CS:GO linux ClanTagOffset. Nicholas Hastings 2014-09-12 06:50:36 -0400
  • a82dd5e0c3 Update CS:GO linux ClanTagOffset. Nicholas Hastings 2014-09-12 06:50:36 -0400
  • 75d770ba0f Disable RTTI for more game-agnostic extensions. Nicholas Hastings 2014-09-11 17:41:25 -0700
  • e4569cb2b9 Disable RTTI for more game-agnostic extensions. Nicholas Hastings 2014-09-11 17:41:25 -0700
  • d9e6daa006 Disable RTTI for game-agnostic extensions Nicholas Hastings 2014-09-11 17:28:24 -0700
  • 47450bb98c Disable RTTI for game-agnostic extensions Nicholas Hastings 2014-09-11 17:28:24 -0700
  • f08b60bc98 Disable RTTI for Loader, Logic, and JIT bins Nicholas Hastings 2014-09-11 17:15:59 -0700
  • c62e7458f9 Disable RTTI for Loader, Logic, and JIT bins Nicholas Hastings 2014-09-11 17:15:59 -0700
  • d493bc701d Fix undefined symbol: clock_gettime Bara 2014-09-12 01:52:20 +0200
  • 4d98fc2a3d Link libstdc++ on linux for CS:GO. Nicholas Hastings 2014-09-11 19:23:10 -0400
  • f0fe427fee Link libstdc++ on linux for CS:GO. Nicholas Hastings 2014-09-11 19:23:10 -0400
  • 7f0b163b31 Merge pull request #155 from alliedmodders/onclientauth-steam2 Nicholas Hastings 2014-09-11 13:02:28 -0400
  • 0b4ec459d3 Update core AMBuild script for hl2sdk-csgo and hl2sdk-dota protobuf changes. Nicholas Hastings 2014-09-01 11:25:55 -0400
  • 65269551f9 Trigger build for hl2sdk-tf2 changes. Nicholas Hastings 2014-09-10 21:05:00 -0400
  • 49c22a404d Trigger build for hl2sdk-tf2 changes. Nicholas Hastings 2014-09-10 20:59:13 -0400
  • e6fd19fb8c Fix crash regression from typo in 892edd9650 Nicholas Hastings 2014-09-09 22:05:59 -0400
  • 96f8d635c3 Re-enable -Wformat and -Wformat-security in builds Nicholas Hastings 2014-09-09 22:05:07 -0400
  • 9a9446400d Nuke spurious NULL checks in spcomp to appease Clang 3.5 Nicholas Hastings 2014-09-09 22:04:24 -0400
  • 8a1c6bd833 Fix client listener OnClientAuthorized to match new doc Nicholas Hastings 2014-09-09 18:20:52 -0700
  • e0c25cfe08 Fix typo, fix build Nicholas Hastings 2014-09-09 18:12:34 -0700
  • 6d7115d62f Update the missed steamid nullcheck in clientprefs Nicholas Hastings 2014-09-09 18:04:39 -0700
  • 96fbb7ecda Unify Player::GetSteamXId returns, clarify doc, and fix checks Nicholas Hastings 2014-09-09 17:57:54 -0700
  • 775a35c5ab Update OnClientAuthorized function doc Nicholas Hastings 2014-09-09 17:56:29 -0700
  • 9e6fcc7673 Make OnClientAuthorized use Steam2 ids where available Nicholas Hastings 2014-09-09 17:43:01 -0700
  • acdd9e12ea Merge pull request #152 from alliedmodders/error-sp-warnings Nicholas Hastings 2014-09-09 17:01:44 -0400
  • a597277a64 Merge pull request #153 from alliedmodders/auth-fixups Nicholas Hastings 2014-09-09 16:24:57 -0400
  • b3dada65fa Fix build. Nicholas Hastings 2014-09-09 13:21:01 -0700
  • 8a9a793453 Merge pull request #151 from alliedmodders/menu-natives-logic Nicholas Hastings 2014-09-09 15:51:11 -0400
  • d1aa9a3513 Merge branch 'calli-7' David Anderson 2014-09-07 15:08:51 -0700
  • 06f52aa7ce Merge pull request #141 from alliedmodders/calli-5 David Anderson 2014-09-07 15:04:00 -0700
  • 60eb8ca4bd Merge branch 'master' into calli-5 David Anderson 2014-09-07 15:03:28 -0700
  • 5b85f41fec Use the correct string table for tag names. David Anderson 2014-09-07 15:02:09 -0700
  • cd4978d60e Merge pull request #154 from VoiDeD/sdkhooks-inc-fix Kyle Sanderson 2014-09-06 22:10:22 -0700
  • 07acec6550 Fix sdkhooks.inc compile error Ryan Stecker 2014-09-06 20:19:55 -0500
  • 66ab609000 Make admins_simple.ini bind Steam3 ids as steam auth Nicholas Hastings 2014-09-05 14:05:32 -0700
  • 29d428adc2 Add support for auto-converting '_' to ':' with Steam3 Id targetting Nicholas Hastings 2014-09-05 14:02:52 -0700
  • 5b1caec738 Treat sp warnings as errors when building Nicholas Hastings 2014-09-04 18:03:33 -0700
  • ad7d920ce0 Move menu natives from core to logic Nicholas Hastings 2014-09-04 18:01:12 -0700
  • 7fff73ad64 Fix syntax error in sdkhooks.inc. Nicholas Hastings 2014-09-05 08:18:04 -0400
  • 215bbb8324 Make SteamID targetting explicit to Steam IDs... rather than NetworkIDs which could be any form and similar to names. Also make explicit support for both Steam2 and Steam3 formats Nicholas Hastings 2014-09-04 16:25:12 -0700
  • 1bf4eb80bd Cache Steam ID and rendered forms when caching networkID Nicholas Hastings 2014-09-04 16:14:34 -0700
  • f1dc24c089 Move Steam2/3 id rendering logic to CPlayer Nicholas Hastings 2014-09-04 15:27:44 -0700
  • 892edd9650 Allow BindIdentity and FindAdminByIdentity to take more SteamID formats for steam auth type Nicholas Hastings 2014-09-04 15:33:00 -0700
  • ec46e12c50 Replace usages of GetClientAuthString with GetClientAuthId Nicholas Hastings 2014-09-04 15:01:00 -0700
  • 37638ba6fd Remove support for multiple tags on an argument. David Anderson 2014-08-24 18:59:51 -0700