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
..
2018-08-11 13:37:05 +01:00
2018-05-20 19:50:33 -04:00
2016-04-26 23:18:47 -04:00
2016-10-04 16:34:42 +01:00
2016-10-04 16:34:42 +01:00
2015-08-31 00:07:37 -07:00
2015-09-09 18:59:31 -07:00
2015-09-09 18:59:31 -07:00
2015-11-08 13:14:57 -08:00
2015-11-08 13:14:57 -08:00
2010-07-27 17:32:32 -05:00
2017-01-11 21:25:00 -05:00
2015-09-09 18:40:04 -07:00
2015-09-09 18:59:31 -07:00
2018-08-11 13:37:05 +01:00
2018-05-20 19:50:33 -04:00
2015-08-30 21:01:03 -07:00
2016-05-12 22:15:23 -04:00
2018-08-11 13:37:05 +01:00
2013-10-09 08:43:08 -04:00
2009-02-02 15:41:25 -05:00
2016-04-26 23:18:47 -04:00
2016-04-26 23:18:47 -04:00
2018-05-06 10:31:25 -04:00
2018-08-11 13:37:05 +01:00
2015-08-31 10:00:49 -07:00
2014-08-13 14:24:35 -07:00
2018-05-20 19:50:33 -04:00
2015-08-31 10:00:49 -07:00
2017-02-04 08:16:27 -05:00
2013-08-31 11:50:28 -07:00
2015-05-06 21:12:13 -04:00
2015-08-27 01:01:18 -04:00
2016-04-26 23:18:47 -04:00
2015-02-21 17:10:26 -08:00
2016-04-26 23:18:47 -04:00
2015-02-21 17:10:26 -08:00
2012-05-26 18:25:28 -04:00
2009-09-17 18:54:40 +12:00
2017-01-11 21:25:00 -05:00
2016-04-26 23:18:47 -04:00
2017-11-03 15:45:16 -04:00
2017-06-23 14:43:39 -04:00
2015-11-08 13:51:22 -08:00
2013-03-29 11:37:29 -07:00
2013-03-29 11:37:29 -07:00
2018-05-20 19:50:33 -04:00
2011-04-23 21:53:53 -05:00
2016-04-26 23:17:08 -04:00
2013-08-29 10:09:02 -07:00
2015-09-09 15:18:24 -07:00
2015-09-09 15:18:24 -07:00
2015-03-04 23:45:30 -08:00
2017-04-22 21:28:44 -04:00
2018-08-11 13:37:05 +01:00
2018-01-07 13:56:30 -05:00
2017-01-03 20:31:40 -05:00
2017-06-26 11:18:12 +01:00
2016-04-26 23:18:47 -04:00
2017-10-28 12:47:00 +01:00
2017-10-28 12:47:00 +01:00
2008-07-13 05:13:37 +00:00
2014-05-29 13:31:12 -04:00
2015-08-31 10:00:49 -07:00
2016-04-26 23:18:47 -04:00
2013-01-22 21:43:12 -05:00
2008-11-14 09:18:30 -06:00
2017-08-22 20:53:25 +01:00
2018-05-20 19:50:33 -04:00
2016-08-26 15:09:18 -07:00
2016-08-26 15:09:18 -07:00
2013-10-09 08:43:08 -04:00
2013-03-29 11:37:29 -07:00
2015-09-09 14:57:47 -07:00
2016-04-26 23:18:47 -04:00
2016-04-26 23:18:47 -04:00
2012-08-26 01:33:54 +01:00
2014-08-09 13:32:05 -05:00
2015-08-27 01:01:18 -04:00