2
0
Fork 0
mirror of https://github.com/kwsch/PKHeX synced 2025-01-10 03:28:50 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Kurt
fc754b346b
File scoped namespaces ()
[Language Reference](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/file-scoped-namespaces)

Updates all the files, one less level of indentation.

Some small changes were made to API surfaces, renaming `PKM pkm` -> `PKM pk`, and `LegalityAnalysis.pkm` -> `LegalityAnalysis.Entity`
2022-06-18 11:04:24 -07:00
Kurt
8d7f56a7db Remove box bar, inline sprite height calc
Skip empty slots since the input data no longer guarantees no empty slots
2021-08-05 18:54:47 -07:00
Kurt
c2d5d0cd42
Add .NET Core 3.0 build option for WinForms project ()
* Move pkhex.drawing calls out of form constructors

designer doesn't like it; if Main can't be designed then there's some
call that it can't process for whatever reason

* Add netcore3 targeting

Closes  by adding a netcore3 build option
Closes  by retaining designer functionality and net46 builds
2019-10-01 18:12:08 -07:00
Kurt
3f38b123a3 Refactoring
mostly renaming things, includes a little bit of added sugar and
splitting methods to simplify the codebase.

all methods are now PascalCase
2017-06-17 18:37:19 -07:00
Renamed from PKHeX.WinForms/Subforms/frmReport.Designer.cs (Browse further)