Files
sourcemod/core/logic
Michael Flaherty aaac0b9eb2 Individualize NameHashSet Hashing & Revisit #709 (#740)
* Make mac/win lookups lowercase'd

* Revert #709 & 81042cc

* Adjust HashPolicy implementation across sourcemod

Basically, in order to implement our own (actual) hash policy in
`PluginSys.h`, we needed to remove the blanket implementation of `hash`
that was used before. Now, each policy must implement `hash` along with
`matches` in order to be used with `NameHashSet`. While this does force
us to change every implementation of policies across the entirety of
sourcemod, it allows core to use flexible implementations of `hash`.

* Remove logic duplication

* Improve lowercase checks
2018-07-10 17:38:40 -04:00
..
2015-03-05 10:56:36 -08:00
2018-05-31 21:23:59 -07:00
2018-06-19 23:18:37 -07:00
2014-07-05 13:52:44 -07:00
2018-07-08 11:05:29 -04:00
2013-08-22 17:10:59 -07:00
2017-11-20 21:24:01 -08:00