Commit Graph

  • 313c555e2e Add "Restart Current Map" to sm_map menu. master-rebased BotoX 2019-11-01 01:17:42 +0100
  • e5fed0051b Fix GetClientCount(false) BotoX 2019-09-29 18:27:19 +0200
  • c2a86c77fd Add damageCustom argument to SDKHooks_TakeDamage native. BotoX 2019-09-27 17:48:35 +0200
  • 8c534e770b fix IsMapValid behavior change by a2246af121 BotoX 2019-09-02 18:32:59 +0200
  • 2c86e8099a Add OnEntitySpawned to SDKHooks. BotoX 2019-09-25 20:26:55 +0200
  • 03eeb23ab3 Implement per-client randomized menus with MenuShufflePerClient native. Add MenuSetClientMapping native. BotoX 2019-09-25 20:26:08 +0200
  • a9c85d8842 Changes on sm_*say BotoX 2017-05-20 05:52:28 +0200
  • 850ee60a18 Add GetClientIClient native. BotoX 2017-02-11 03:01:25 +0100
  • 7cd130904b Logging changes to various base plugins. Obuss 2017-01-06 11:54:36 -0600
  • 19019d3a4b Extend function calling API for natives and allow catching exceptions. Change sourcepawn url. BotoX 2017-01-16 14:29:14 +0100
  • b31375f087 Fix @spec not targeting clients in unassigned team. BotoX 2016-11-26 23:28:12 +0100
  • 1d999c3984 Added hack to make plugins open a menu with all possible targets on ReplyToTargetError COMMAND_TARGET_AMBIGUOUS. Explanation: There are two clients in the server, one named gene, the other one "Ene ~special characters~". An admin issues "sm_slay Ene" and gets following error message: More than one client matched the given pattern. What this hack will do is: Use GetCmdArg(0, ...); to get the command name "sm_slay". Use GetCmdArgString(...); to get the arguments supplied to the command. Use GetLastProcessTargetString(...); (which was implemented in this commit) to retrieve the arguments that were passed to the last ProcessTargetString call. It will then pass this data to the DynamicTargeting plugin through its AmbiguousMenu native. The plugin will open up a menu on the client and list all targets which match the pattern that was supplied to ProcessTargetString. If the client selects a menu entry, FakeClientCommand will be used to re-execute the command with the correct target. BotoX 2017-01-24 00:15:18 +0100
  • fdcbdb6918 Add more macros to CDetour. BotoX 2017-01-31 16:58:29 +0100
  • d42a8c7c1e
    Move Safetyhook mess into a mirror repo (#2163) Headline 2024-06-08 13:05:29 -0700
  • 11d3cf94f7
    Add GetFilePermissions (#2177) Benoist 2024-06-08 16:17:50 +0200
  • 0e4b1ca4cf Revert "Update sourcepawn submodule (#2146)" Nick Hastings 2024-06-08 09:26:13 -0400
  • 1bcc5b8a44
    Update sourcepawn submodule (#2146) suza 2024-06-05 01:24:22 +0200
  • 7df2f8e045
    Reconcile the concept of Edict & Networkable across the codebase (#1903) Benoist 2024-06-01 16:07:55 +0200
  • 9f3584a056
    fix VDECODE_FLAG_ALLOWNOTINGAME flag (#2000) 1mpulse 2024-06-01 16:57:07 +0300
  • 4e73713fab
    Fix rare crash with logs (#2161) Benoist 2024-05-24 13:10:24 +0200
  • e07c120cab
    CDetour safetyhook (#2162) Benoist 2024-05-21 03:53:44 +0200
  • e3734803f0
    sdkhooks: retain vtable hook until level end (#2094) Kaela 2024-05-18 13:30:20 +0200
  • 7c757ac119 Trigger build for hl2sdk-l4d2 changes Nick Hastings 2024-05-15 09:36:23 -0400
  • c5425def7f
    Trigger build for L4D2 changes (#2155) sappho 2024-05-14 20:09:03 -0400
  • e60c672485
    Add OnServerHibernationUpdate forward (closes #1483) (#2151) ojlanders 2024-05-06 21:44:56 -0400
  • 908ffdb523
    make RenameFile() on Windows also replace the file (#2060) rtldg 2024-05-05 22:20:46 +0000
  • d56dc62e03
    i18n: Czech Translations (#2120) Rushaway 2024-05-05 23:19:11 +0200
  • f08f1ef0d6
    Fix passing variant_t parameters + fix codegen stack on Win64 (#2117) Kit o' Rifty 2024-05-05 14:17:59 -0700
  • 5cb2d68fd7
    AcceptEntityInput 64bit fix (#2149) bottiger1 2024-05-05 13:06:06 -0700
  • 96d0959db1
    Update HL2SDK Manifests Submodule (#2150) caxanga334 2024-05-05 14:14:15 -0300
  • 5a6b2c8ebf
    64bit gamedata fixes (#2141) Artvin 2024-05-05 18:13:39 +0200
  • 343f64f6b7
    Fix IsClientSourceTV in L4D2 with a custom tv_name (#2143) Adrian-Stefan Mares 2024-04-29 01:17:10 +0200
  • f9ad35badf
    Stop EntRefToEntIndex returning garbage if a bad parameter is passed (#1323) Oliver John Hitchcock 2024-04-26 00:19:04 +0100
  • 60b6a8dfb0 Revert "Trigger build for hl2sdk-tf2 changes" Nick Hastings 2024-04-22 21:31:14 -0400
  • 00f3970036 Revert "Trigger build for hl2sdk-tf2 changes" Nick Hastings 2024-04-22 18:24:19 -0400
  • 7d78c141e7
    Fix SDKHooks IEntityListener (#2138) Alienmario 2024-04-21 21:21:47 +0200
  • 123ad7aab1 Trigger build for hl2sdk-tf2 changes Nick Hastings 2024-04-21 12:04:44 -0400
  • ee51162c3f Trigger build for hl2sdk-tf2 changes Nick Hastings 2024-04-20 14:04:26 -0400
  • af93d819c6
    Handle INVALID_FUNCTION mismatches at plugin boundaries, redux (#2136) Adrian-Stefan Mares 2024-04-20 03:56:48 +0200
  • d426d1f04f
    x32 Windows Gamedata Fixes for 4/18/2024 TF2 Update (#2137) CookieCat 2024-04-19 21:00:30 -0400
  • 6cac489fce
    Prevent recursion in sm_ServerCommandEx (fixes #967) (#2133) ojlanders 2024-04-18 07:42:37 -0400
  • 5c507cc35c
    Implement File.Size (#2131) Peak 2024-04-13 14:14:52 -0400
  • dbec0b165c
    Neotokyo: Add "SetOwnerEntity" gamedata (#2126) Rain 2024-03-21 00:11:59 +0000
  • 4e8b66bf99
    fix: sorted alphabetically, remove duplicate 'ko' (#2121) Rushaway 2024-03-05 02:20:40 +0100
  • 8dcbe14ea0
    Throw an error when attempting to remove worldspawn in RemoveEntity/RemoveEdict (#2104) CookieCat 2024-02-20 10:14:00 -0500
  • 06dcb991e8
    Allow topmenu config file to sort with subcategories (#1757) Peak 2024-02-18 05:46:48 -0500
  • e262064fd8
    Update game.nucleardawn.txt (#2116) Mart 2024-02-14 20:22:26 -0300
  • a80b9c5c0f
    Bump actions/cache from 3 to 4 (#2103) dependabot[bot] 2024-02-12 14:01:26 +0100
  • 638aae0040
    Fix sdktools gamedata (#2113) Benoist 2024-02-08 01:02:01 +0100
  • 35ac74c7a7
    Update gamedata for l4d2 (#2111) Benoist 2024-02-02 22:10:42 +0100
  • 7bb9da2a26
    Fixed typo in reservedslots.sp (#2109) Ryan Blackham 2024-02-01 09:36:28 +0000
  • b5b9b8388c
    Fixup entinfo offset + sdktools tf2 x64 gamedata (#2108) Benoist 2024-01-29 02:08:33 +0100
  • e7e92d4e40
    update manifests (#2106) Benoist 2024-01-26 22:18:14 +0100
  • 33e869a4e5
    Update gamedata for TF2 x64 (#2105) Benoist 2024-01-26 14:30:08 +0100
  • 0bc9aa46e6
    Update checkout-deps files to install hl2sdk-mock (#2102) NotnHeavy 2024-01-22 15:30:15 +0000
  • 80ad76a563
    Fix teleportation offsets for tf2classic (#2100) Angel Bot 2024-01-01 18:55:23 -0500
  • 7e29f22f8f
    Fix typo in ArrayList.Clone docs (#2098) NotnHeavy 2023-12-22 19:35:26 +0000
  • a9eb3a0d45
    Add gamedata for Pre-Fortress 2 (#2091) dani 2023-12-18 18:59:41 -0500
  • ab6b45b81c
    Add void function prototypes to NativeCall and MenuHandler (#2081) Ivan Zaitsev 2023-12-19 04:57:58 +0500
  • 385eae892c
    Add gmod9 gamedata. (#2093) bt 2023-12-19 00:52:54 +0100
  • 5f309f45f8
    Bump actions/setup-python from 4 to 5 (#2095) dependabot[bot] 2023-12-18 23:18:36 +0000
  • a2e5e2a442
    Bump actions/upload-artifact from 3 to 4 (#2097) dependabot[bot] 2023-12-18 23:17:52 +0000
  • b42e5ac922
    Convert AMBuild scripts to use hl2sdk-manifests (#2096) Nicholas Hastings 2023-12-18 18:15:44 -0500
  • 544204654d Hack fix for broken --gen=vs Nick Hastings 2023-12-16 12:19:10 -0500
  • 5c971fd51b
    add gamedata for tf2classic (#2088) sappho 2023-12-04 19:50:08 -0500
  • 6507d947cc Updated sourcepawn.php to latest array syntax B3none 2023-12-01 00:36:26 +0000
  • 30415e299e Updated ProfFileParser.class.php to PSR-12 B3none 2023-12-01 00:29:45 +0000
  • 8eeea2aba1
    Update funcommands.games.txt (#2085) Mart 2023-11-28 18:59:54 -0300
  • bb1431cd3b Fix Windows FireOutput signature for Nuclear Dawn (fixes #2084) Nick Hastings 2023-11-27 09:53:25 -0500
  • a2aec9b42e
    Update Hebrew translation phrases (#2050) rop_rop 2023-11-24 17:56:14 +0200
  • ef74b51c8b Probably fix build Nick Hastings 2023-11-20 19:54:41 -0500
  • e74aa099bc Add debugging to bootstrap script Nick Hastings 2023-11-20 19:40:09 -0500
  • 8140cb2d6b Tweak build script 🐍 Nick Hastings 2023-11-20 19:37:22 -0500
  • d981e252d2 Fix regression that breaks loading on mcv, blade, and csgo (fixes #2082) Nick Hastings 2023-11-20 09:23:02 -0500
  • e6a04abc9e Remove unused var Nick Hastings 2023-11-20 09:21:00 -0500
  • c90477a720 Fix warning in build script Nick Hastings 2023-11-20 09:20:38 -0500
  • 11c8084ccd
    Deprecate CreateInterface (#2001) Benoist 2023-11-11 17:59:22 +0100
  • 7747beb4cf Add remaining SDKHooks gamedata for Dystopia Nick Hastings 2023-11-07 19:35:34 -0500
  • 9fa7421122
    Update gamedata for Dystopia (#2080) Rain 2023-11-07 13:20:45 +0000
  • f2ca671d1f
    Update basetriggers.sp for Dystopia compatibility (#2075) bauxite 2023-11-06 16:10:46 +0000
  • d4da21b07f
    Add more context to Format etc documentation (#2079) sappho 2023-11-06 11:07:00 -0500
  • 4b2d8b53fa Fix macOS scripting SDK build. David Anderson 2023-11-04 22:41:47 -0700
  • 7bfd5e521e Update SourcePawn. David Anderson 2023-11-03 20:30:38 -0700
  • 060c832f89 Update SourcePawn. David Anderson 2023-10-19 22:40:22 -0700
  • 8c9fd3746b
    Fix missing submodules (#2074) PlayBoy31 2023-11-03 05:02:15 +0100
  • 314184beea Merge branch 'master' of https://github.com/alliedmodders/sourcemod Nick Hastings 2023-10-21 19:03:09 -0400
  • 17462cbe5a Fix build using wrong dir in bootstrapping Nicholas Hastings 2023-10-21 14:18:01 -0500
  • ae4e043c3e Enable C++17. David Anderson 2023-10-13 15:21:54 -0700
  • 6def79ff23
    Merge pull request #2063 from alliedmodders/cxx17 David Anderson 2023-10-19 20:33:14 -0700
  • 1ba7024a3a
    Fix Japanese translations (#2053) Jonathan 2023-10-17 19:50:55 +0900
  • 44aaaf8b10
    Update Hebrew playercommands.phrases.txt (#2051) rop_rop 2023-10-17 13:35:36 +0300
  • 62754333cd
    Increase lastMap buffer (#2062) XeroX 2023-10-17 12:31:04 +0200
  • 8938a29904
    Ignore chat triggers for interactive ban reason (#2067) Rain 2023-10-16 17:43:00 +0000
  • 2c6ef5825f Update from Clang 13 to Clang 14 for Linux build Nick Hastings 2023-10-16 13:21:02 -0400
  • b090aa36bf
    Add support for open fortress (#2057) sappho 2023-10-15 20:29:44 -0400
  • cb1dae5aab Fix minimal rebuilds on buildbot. David Anderson 2023-10-13 21:28:33 -0700
  • c9e824632f Enable C++17. David Anderson 2023-10-13 15:21:54 -0700
  • 0436fb0ab3 Fix linkage. David Anderson 2023-10-13 20:59:55 -0700
  • 767c5cf468 Fix build. David Anderson 2023-10-13 15:32:45 -0700
  • f01ad5317a Fix linker issues on Linux. David Anderson 2023-10-13 15:26:05 -0700