PKHeX/PKHeX.Core/Legality
Kurt a9f65a4617 add lock for cross thread dictionary manip
could use concurrentdictionary but after reading some perf drawbacks vs
manual locks, just do it manually. regex checking is the real slow part,
whatever
add some comments to describe
2018-08-25 10:48:37 -07:00
..
Areas Refactoring 2018-06-18 19:10:21 -07:00
Encounters Add more pokewalker moves 2018-08-08 17:35:06 -07:00
Enums Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
Evolutions Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
Learnset Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
Moves misc style updates 2018-08-12 19:27:11 -07:00
RNG Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
Structures Misc style & minor tweaks 2018-08-02 20:11:42 -07:00
Verifiers Ignore fixed language trades for gen4 korean check 2018-08-22 22:36:56 -07:00
Analysis.cs Respacening 2018-07-26 19:34:27 -07:00
Checks.cs Misc simplifications / xmldoc 2018-07-01 19:17:37 -07:00
Core.cs Lessen string length severity on egg encounters 2018-08-15 15:26:42 -07:00
Data.cs Update xy fashion edits 2018-08-08 21:27:14 -07:00
LegalityCheckStrings.cs Add egg experience check 2018-07-28 18:09:29 -07:00
Memories.cs Respacening 2018-07-26 19:34:27 -07:00
Tables.cs Remove Plasma Fists from unsketchable 2018-08-15 14:52:25 -07:00
Tables1.cs Respacening 2018-07-26 19:34:27 -07:00
Tables2.cs Add transfer2 future evos for legality reuse 2018-02-11 20:48:36 -08:00
Tables3.cs Refactoring 2018-06-15 16:00:28 -07:00
Tables4.cs Remove trailing whitespace 2018-05-12 08:41:29 -07:00
Tables5.cs Unban bred HA sableye 2018-08-20 20:08:42 -07:00
Tables6.cs Relocate memory specific data to own file 2018-05-19 10:04:07 -07:00
Tables7.cs Reduce linq usage 2018-07-01 10:49:11 -07:00
VivillonTables.cs Respacening 2018-07-26 19:34:27 -07:00
WordFilter.cs add lock for cross thread dictionary manip 2018-08-25 10:48:37 -07:00