PKHeX/PKHeX.WinForms/Subforms/Save Editors
Kurt 3e7775fc44
Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately (#3222)
* Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately

Don't store within the object, track the slot origin data separately.

Batch editing now pre-filters if using Box/Slot/Identifier logic; split up mods/filters as they're starting to get pretty hefty.

- Requesting a Box Data report now shows all slots in the save file (party, misc)
- Can now exclude backup saves from database search via toggle (separate from settings preventing load entirely)
- Replace some linq usages with direct code

* Remove WasLink virtual in PKM

Inline any logic, since we now have encounter objects to indicate matching, rather than the proto-legality logic checking properties of a PKM.

* Use Fateful to directly check gen5 mysterygift origins

No other encounter types in gen5 apply Fateful

* Simplify double ball comparison

Used to be separate for deferral cases, now no longer needed to be separate.

* Grab move/relearn reference and update locally

Fix relearn move identifier

* Inline defog HM transfer preference check

HasMove is faster than getting moves & checking contains. Skips allocation by setting values directly.

* Extract more met location metadata checks: WasBredEgg

* Replace Console.Write* with Debug.Write*

There's no console output UI, so don't include them in release builds.

* Inline WasGiftEgg, WasEvent, and WasEventEgg logic

Adios legality tags that aren't entirely correct for the specific format. Just put the computations in EncounterFinder.
2021-06-22 20:23:48 -07:00
..
Gen1 Use range/index 2021-05-14 15:30:55 -07:00
Gen3 Fix gen3 trainer card team list 2021-04-01 14:16:33 -07:00
Gen4 Minor tweaks 2021-06-03 12:04:19 -07:00
Gen5 Show larger sprite box 2021-04-19 23:30:46 -07:00
Gen6 Track a PKM's Box,Slot,StorageFlags,Identifier metadata separately (#3222) 2021-06-22 20:23:48 -07:00
Gen7 Change namespace to usual PKHeX.WinForms.Controls 2021-06-07 20:04:01 -07:00
Gen8 Change namespace to usual PKHeX.WinForms.Controls 2021-06-07 20:04:01 -07:00
Misc Add direct object editing for accessor type saves 2021-03-14 16:14:15 -07:00
SAV_BoxList.cs Use IndexOf instead of FindIndex when possible 2021-01-16 12:47:02 -08:00
SAV_BoxList.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_BoxViewer.cs Enable nullable for winforms csproj (#3037) 2020-10-18 11:02:39 -07:00
SAV_BoxViewer.Designer.cs Dynamically generate slot grids 2019-10-02 20:04:12 -07:00
SAV_EventFlags.cs Minor clean 2021-05-29 15:31:47 -07:00
SAV_EventFlags.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_EventWork.cs Use more expression return style 2021-01-01 17:08:49 -08:00
SAV_EventWork.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_GameSelect.cs Enable nullable for winforms csproj (#3037) 2020-10-18 11:02:39 -07:00
SAV_GameSelect.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_GroupViewer.cs Minor clean 2020-12-21 23:37:07 -08:00
SAV_GroupViewer.Designer.cs Show trainer name&id for registered Stadium teams in dropdown 2020-10-09 20:31:13 -07:00
SAV_Inventory.cs Update SAV_Inventory.cs 2021-01-20 20:01:59 -08:00
SAV_Inventory.Designer.cs Remove unused checkbox 2021-01-20 17:06:37 -08:00
SAV_Inventory.resx Sword/Shield Update 2019-11-15 17:52:08 -08:00
SAV_MailBox.cs Minor clean 2021-05-29 15:31:47 -07:00
SAV_MailBox.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_SimplePokedex.cs spec->species 2020-12-28 22:22:52 -08:00
SAV_SimplePokedex.Designer.cs Add .NET Core 3.0 build option for WinForms project (#2396) 2019-10-01 18:12:08 -07:00
SAV_SimpleTrainer.cs Fix padding mask 2021-05-20 08:27:08 -07:00
SAV_SimpleTrainer.Designer.cs Add Pikachu Beach Score editing for YW saves 2019-12-21 15:17:05 -08:00
SAV_Wondercard.cs Use wider sprite boxes for Mystery Gift album display 2021-04-09 16:37:32 -07:00
SAV_Wondercard.Designer.cs Use wider sprite boxes for Mystery Gift album display 2021-04-09 16:37:32 -07:00
TrainerStat.cs Change namespace to usual PKHeX.WinForms.Controls 2021-06-07 20:04:01 -07:00
TrainerStat.Designer.cs Change namespace to usual PKHeX.WinForms.Controls 2021-06-07 20:04:01 -07:00
TrainerStat.resx PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00