sourcemod/extensions
Michael Flaherty dd456dcb19 Individualize NameHashSet Hashing & Revisit #709 (#740) (1.9-dev) (#866)
This is a clone of #740, but without the amtl ke::AString lowercase which was implemented in a new version of amtl that 1.9-dev isn't pinned to. Updating this pin and moving fixes is beyond what should go in 1.9, and this fixes a annoying and user-impactful bug with reload/unloading plugins on windows.

Currently in 1.9, once a plugin is loaded into the pluginsys, they must be used with lowercase characters *only*, since pr #709 ignorantly modified their names. 

```
// test.smx exists in /plugins/
sm plugins load TEST.smx // successful
sm plugins unload TEST.smx // TEST.smx not found, it's actually test.smx
```

This pr fixes that error by converting *all* lookups, not just loads.
2018-08-11 13:37:05 +01:00
..
bintools Switch to AMBuild 2.1 API. (#694) 2017-10-02 07:18:57 -05:00
clientprefs Individualize NameHashSet Hashing & Revisit #709 (#740) (1.9-dev) (#866) 2018-08-11 13:37:05 +01:00
cstrike Revert "Make CS:GO specific natives exist only on CS:GO" 2017-11-27 12:58:24 -05:00
curl (Re-)Add support for gcc and clang3.9, 4.0, and 5.0. 2017-10-09 16:53:19 -07:00
geoip Switch to AMBuild 2.1 API. (#694) 2017-10-02 07:18:57 -05:00
mysql Switch to AMBuild 2.1 API. (#694) 2017-10-02 07:18:57 -05:00
regex Fix/Update regex extension and docs (#775, #767) 2018-05-28 15:05:37 -04:00
sdkhooks Separate out DOI build. (#718) 2017-11-03 15:45:16 -04:00
sdktools Update SDKTools sound functionality for hl2sdk-csgo changes. 2018-07-07 09:07:38 -04:00
sqlite Switch to AMBuild 2.1 API. (#694) 2017-10-02 07:18:57 -05:00
structs Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic). 2014-04-23 21:19:28 -05:00
tf2 Fix TF2IgnitePlayer not working after game update (fixes #713). 2017-10-28 16:17:21 -04:00
topmenus Individualize NameHashSet Hashing & Revisit #709 (#740) (1.9-dev) (#866) 2018-08-11 13:37:05 +01:00
updater Switch to AMBuild 2.1 API. (#694) 2017-10-02 07:18:57 -05:00