PKHeX/PKHeX.Core/Util
Kurt c730dfa1ba Remove empty ushort[1], improve item combo fetch
held item list now allocates less (concat arrays instead of ienumerables)
item list already prunes out of range items, so simplify data source fetch
simplify item list prune (return as list, so we can call RemoveAll instead of Where.ToList)
2020-01-24 23:29:45 -08:00
..
ArrayUtil.cs Use more performat array join 2019-11-20 17:07:55 -08:00
BigEndian.cs Minor clean 2019-09-10 22:07:50 -07:00
DataUtil.cs Remove empty ushort[1], improve item combo fetch 2020-01-24 23:29:45 -08:00
DateUtil.cs Extract y2k datetime logic, also wardrobe tweak 2019-09-15 22:12:32 -07:00
FileUtil.cs Add new lengths 2020-01-09 08:17:41 -08:00
FlagUtil.cs Misc clean 2019-09-10 00:21:51 -07:00
MessageStrings.cs Fix Import Count on Load Boxes (#2308) 2019-05-15 09:11:48 -07:00
NetUtil.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
PathUtil.cs Relocate FFFF trim (and 0000) to same location 2019-03-20 22:13:09 -07:00
RandUtil.cs Split gen5-7 saves with inheritance (#2319) 2019-06-08 19:56:11 -07:00
ReflectUtil.cs Indicate known block types at top 2020-01-23 20:11:39 -08:00
StringUtil.cs Add more string search methods 2020-01-02 12:06:58 -08:00
Util.cs Add custom int/uint parse tests 2020-01-02 11:11:31 -08:00