Commit Graph

  • fac3138ff5 Fix typo. David Anderson 2023-10-13 14:14:47 -0700
  • ab9e86910c Switch bootstrap.pl to Python. David Anderson 2023-10-13 14:04:56 -0700
  • e88e9342ef
    Update SourcePawn (#2052) peace-maker 2023-10-06 22:47:11 +0200
  • e3a01b0e1a
    Update game.nmrih.txt (#2056) dysphie 2023-10-02 20:24:09 -0300
  • 07d928dbad
    Fix sound flags enumeration (#2040) Kit o' Rifty 2023-09-27 08:03:03 -0700
  • a402b3cceb
    Prevent commands from being run on the client with sm_play (#1832) Boink 2023-09-28 00:51:07 +1000
  • 99dbe06d8a
    Japanese translations (#2042) 幸運心 2023-09-27 16:36:11 +0200
  • 29694ec13b
    Add block parameter to various ArrayList functions (#1656) Mikusch 2023-09-27 16:05:43 +0200
  • 1e8db957bf
    Add more functions to ArrayStack (#2019) Mikusch 2023-09-27 15:43:04 +0200
  • 0656696251
    Neotokyo: Add gamedata for LookupEntityAttachment & GetEntityAttachment (#2049) Rain 2023-09-25 22:19:47 +0000
  • af04c964fe
    Bump tibdex/github-app-token from 1.8.0 to 2.1.0 (#2048) dependabot[bot] 2023-09-25 17:35:50 +0200
  • bc81361319 MCV: fix Linux tier0/vstdlib bin names Nick Hastings 2023-09-24 13:31:55 -0400
  • 853bcf703a
    Update MCV platform support. (#2046) Nicholas Hastings 2023-09-24 16:23:10 +0000
  • c81248004a
    Bump actions/checkout from 3 to 4 (#2045) dependabot[bot] 2023-09-13 18:29:18 +0200
  • 79787cb868
    Fix admin-flatfile.sp includes (#2043) throwaway47777 2023-09-13 09:28:35 -0700
  • 0cf8f2b11f update amtl 1.11-fork-2023 Your Name 2023-08-30 22:18:47 +0200
  • 91cc6b300c Add "Restart Current Map" to sm_map menu. BotoX 2019-11-01 01:17:42 +0100
  • ec3351a320 Fix GetClientCount(false) BotoX 2019-09-29 18:27:19 +0200
  • aa2a71fc67 Add damageCustom argument to SDKHooks_TakeDamage native. Your Name 2023-08-30 22:07:13 +0200
  • 142e76bd92 fix IsMapValid behavior change by a2246af121 BotoX 2019-09-02 18:32:59 +0200
  • 632429700b Changes on sm_*say BotoX 2017-05-20 05:52:28 +0200
  • a8d95ca044 Add GetClientIClient native. BotoX 2017-02-11 03:01:25 +0100
  • 28b4b248f7 Extend function calling API for natives and allow catching exceptions. Change sourcepawn url. Your Name 2023-08-30 22:03:57 +0200
  • 964c9ae835 Fix @spec not targeting clients in unassigned team. BotoX 2016-11-26 23:28:12 +0100
  • d099dbb659 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. Your Name 2023-08-30 22:03:26 +0200
  • 688e274c30 Add more macros to CDetour. BotoX 2017-01-31 16:58:29 +0100
  • a5ff53f00f TF2: Add TFCond_ImmuneToPushback condition (#2023) Mikusch 2023-07-26 04:10:08 +0200
  • 38fc001a1d TF2: Update StunPlayer signature (#2024) (fixes #2022) Mikusch 2023-07-26 04:08:48 +0200
  • 4b949e8228 Add LookupAttachment signature for ND (#1942) data-bomb 2023-03-04 05:05:55 +0000
  • 080c4bb8e2 Fix LookupAttachment signature for NMRiH (#1940) Dysphie 2023-03-01 13:31:56 -0300
  • 149b16cbf3 Enable ShowMenu support for Reactive Drop (see #1938) Nick Hastings 2023-02-26 12:39:22 -0500
  • b940b01be4 Fix LookupAttachment signature (#1933) Corey D 2023-02-13 13:02:48 +1100
  • 45258b8561 Fix EntityFactoryCaller signature (#1925) Poggu 2023-02-04 17:06:38 +0100
  • ab7b9b231d Linux [SDKTOOLS] Sigscan for FireOutput FIX (#1923) El Diablo 2023-02-04 09:46:57 -0500
  • 76c2addeb9 Gamedata update after 2/2/2023 CSGO update (#1921) GAMMACASE 2023-02-03 20:38:37 +0300
  • 7cb7703cf9 Update TF2 gamedata for version 7757534 (2023-01-05) (#1901) nosoop 2023-01-05 15:54:37 -0800
  • c2b204e810 Fix ReadMapList ignoring file's last modified time (#1891) clague 2022-12-21 05:26:57 +0800
  • 24c92c021c Add missing null pointer check to protobuf messages (#1883) zer0.k 2022-12-20 22:50:57 +0100
  • dd370c3904 entitylump: Output separator as spaces instead of tabs nosoop 2022-12-05 00:35:12 -0800
  • 384fb668d1 Trigger build for TF2 SDK update Erin 2022-12-02 08:51:29 +0000
  • 1903c0bd2b Trigger build against SDK update Nick Hastings 2022-12-01 22:37:50 -0500
  • 13034eff05 Ensure gameconfig file uniqueness when reading master.games (#1859) nosoop 2022-11-25 08:47:11 -0800
  • a4703722be Update TF2 gamedata. Nick Hastings 2022-12-01 19:33:09 -0500
  • 2e13460823 entitylump: Fix behavior of append (#1836) nosoop 2022-09-20 07:24:08 -0700
  • d356d80537 Add functions for working with entity lumps (#1673) nosoop 2022-09-05 15:44:58 -0700
  • 412759cbc4 Enable CI on release branches (#1854) Erin Baker 2022-10-29 17:38:56 +0100
  • 08841227a4 Fix DHooks jit code stack memory alignment (#1849) Maxim Telezhenko 2022-10-26 21:41:40 +0300
  • 18b2ffa786 Trigger build for hl2sdk-csgo update Nick Hastings 2022-10-23 18:24:24 -0400
  • 3e9a48c778 Correct missed team offsets in CheckRestartRound (#1844) Vauff 2022-10-22 10:30:33 -0400
  • 339fd85c6f Trigger build for hl2sdk-csgo update Nick Hastings 2022-10-21 22:28:35 -0400
  • 59144cf868 Update gamedata for 2022/10/21 CS:GO update (#1842) Vauff 2022-10-21 21:13:57 -0400
  • ad3a44427a Update SourcePawn. David Anderson 2022-08-06 16:19:45 -0700
  • 737d8c3240 Fix build. David Anderson 2022-07-31 11:22:10 -0700
  • 4688783baf Revert "Introduce a pbproxy library to solve macOS linker issues." David Anderson 2022-08-06 16:00:58 -0700
  • ba5c6ad07c Revert "Fix use-after-free when creating custom user messages" David Anderson 2022-08-06 15:56:58 -0700
  • 69045ccd52 Update SourcePawn on 1.11-dev. David Anderson 2022-07-09 18:30:10 -0700
  • cf39d4b820 Fix support for SDKCall returning non-networked entity (#1797) 42 2022-07-08 15:33:43 +0100
  • cb218a4911 Log a notice if the geoip database gets too old (#1791) peace-maker 2022-06-30 08:22:51 +0200
  • 344284196c Update SQLite library to 3.38.5 (#1792) peace-maker 2022-06-30 08:22:28 +0200
  • e7c0726acd Trigger build against hl2sdk-csgo changes. Nick Hastings 2022-06-26 11:01:39 -0400
  • d0b34e783d Trigger build against hl2sdk-csgo changes. Nick Hastings 2022-06-24 09:58:09 -0400
  • d481e5fcb7 Add a PluginIterator methodmap (#1779) Deathreus 2022-06-24 02:46:03 -0700
  • 1459c10112 Add sdktools gamerules support for NMRiH (#1784) dysphie 2022-06-20 13:47:11 -0300
  • 8b9131f6e4 Update SourcePawn. David Anderson 2022-06-18 15:17:48 -0700
  • ce1a21ba0b .gitmodules: Make submodules shallow (#1769) Margen67 2022-06-15 04:49:57 -0700
  • e2237ce875 Expand ShowHudText message buffer for Protobuf games (#1777) Vauff 2022-06-06 08:45:35 -0400
  • 250bbf5955 DHooks: Error on argument passflags for detours (#1773) peace-maker 2022-05-31 14:58:36 +0200
  • 0478912d73 DHooks: Fix changing of byref vector parameters (#1772) peace-maker 2022-05-31 14:55:47 +0200
  • d50e4b7a2f Update TF2 gamedata. Nick Hastings 2022-06-21 21:48:25 -0400
  • abf59a4f4b Update Reactive Drop gamedata (closes #1771) Nick Hastings 2022-05-30 20:28:55 -0400
  • 9b80e46097 Lift raw pointers out of DatabaseConfBuilder (#1637) Headline 2022-05-24 02:41:15 -0700
  • bbbaebd32a Update SourcePawn. David Anderson 2022-05-11 12:18:16 -0700
  • 1204d1fd0f Update WriteBaselines signature for CS:GO update (#1766) Vauff 2022-05-10 00:08:11 -0400
  • ef34cc67b6 fix WeaponPrice offset on windows (#1765) Bone 2022-05-07 18:43:13 +0800
  • 25184aa9c7 Add "DispatchKeyValueInt" stock (#1764) Psykotikism 2022-05-06 06:53:57 -0700
  • b789d30658 Remove unnecessary timer typeset entry (#1735) Arron Vinyard 2022-05-03 22:34:20 -0400
  • 305799b441 NPOTB: Use camel casing for variables in adminhelp.sp (#1750) Arron Vinyard 2022-05-03 21:45:45 -0400
  • 92fc27f67f Prevent workshop prefix from showing in nominations results menu (#1737) Sikari 2022-05-03 12:10:10 +0300
  • 5292721f0b Add a OnPlayerRunCmdPre forward (#1760) domino_ 2022-04-25 22:00:53 +0100
  • 4e0c47a1d5 Fix TF2_OnIsHolidayActive forward not getting called after map change (#1752) Mikusch 2022-04-22 11:49:46 +0200
  • 65b6602a19 SDKTools: Clear gamerules pointer on level shutdown (#1755) Mikusch 2022-04-22 11:48:21 +0200
  • 1723f97202 Add recent gamedata for BMS, HL2DM (#1756) Alienmario 2022-04-21 23:49:19 +0200
  • ec92653bb7 Honor AUTOLOAD_EXTENSIONS in clientprefs include (#1718) Kyle 2022-04-21 19:44:24 +0800
  • b25d25890a DHooks: Allow setting CBaseEntity* param to NULL #1751 (#1754) peace-maker 2022-04-20 15:32:37 +0200
  • b27243c3ac Add -m flag to checkout-deps to avoid downloading MySQL (#1753) peace-maker 2022-04-20 14:34:47 +0200
  • be648382d7 ZPS Update offsets for 3.2.4 (#1746) XeroX 2022-04-16 16:07:46 +0200
  • b5ed266941 ZPS: Add missing offsets (#1719) XeroX 2022-04-16 16:07:16 +0200
  • 2ffaa04130 Moved pvkii section for better readbility (#1744) MartLegion 2022-04-12 11:09:33 -0300
  • eddf9cf843 Added PVKII game with related team colors (beacon) (#1743) MartLegion 2022-04-12 10:57:18 -0300
  • 7c1095e4e7 Allow h-flag admins to bypass vote delay (#1733) Gaben 2022-04-12 12:19:54 +0200
  • 686e8b4d7e Add GetCmdArgFloat(Ex) stocks (#1742) Arron Vinyard 2022-04-12 06:17:05 -0400
  • edc73649ff Update SourcePawn. David Anderson 2022-03-09 11:17:45 -0800
  • 1ad8bb4560 Remove misleading note on DynamicHook.RemoveHook docs (#1725) Mikusch 2022-03-07 18:34:25 +0100
  • 7eabeaa384 Fix Int64ToString producing incorrect output (#1723) James Dickens 2022-03-04 22:03:35 +1100
  • 4547270934 Correct some function docs that return char count (#1721) rtldg 2022-02-25 23:20:12 +0000
  • 3a2c5cb0f7 Inline one-expression single-use functions (#1700) V 2022-02-25 14:39:45 +0500
  • 7648c7fe03 ZPS: Update Offsets & Signatures for 3.2 (#1717) XeroX 2022-02-19 15:33:15 +0100
  • ffb6d769e8 Add MAX_AUTHID_LENGTH (#1696) Corey D 2022-02-15 21:21:35 +1100
  • 77f999f810 Database.Format destination buffer should not be marked const (#1714) Erik Minekus 2022-02-14 13:39:03 +0100
  • c5049990a3 Add bitwise SetBitFlags for AdminId and GroupId (#1677) Corey D 2022-02-12 23:14:57 +1100