Commit graph

1530 commits

Author SHA1 Message Date
Kaphotics
9c9ae18521 Decrease form opening time
Don't use linq for loading wc6db (took 400ms on my computer, keeps
increasing as database grows)
Don't validate comboboxes when setting datasources
2016-08-12 18:29:31 -07:00
Kaphotics
06628b99d4 Add gba save editing ref to readme
#179
2016-08-12 17:18:05 -07:00
Kaphotics
6d8f74060e Fix WC6/PGF dates
Not offset by 2000

Resolves #179
2016-08-12 17:16:03 -07:00
Kaphotics
9d9294ca7c Use same dragdrop method for tabs
Boxes used a more flexible variant that allowed for drag&drop from
browser downloads (chrome).
2016-08-11 20:02:13 -07:00
Kaphotics
794dd3739a Fix gen3 set PPUps
Was missing bitshift.

Thanks edvin!
2016-08-11 20:01:08 -07:00
Kaphotics
3fa7540a4a Merge pull request #177 from easyworld/master
update Chinese translation
2016-08-11 17:39:03 -07:00
easyworld
d409c4e297 update Chinese translation 2016-08-11 21:58:14 +08:00
easyworld
b19cace7cf Merge branch 'kwsch-master' 2016-08-11 20:08:18 +08:00
easyworld
c0ad3aa62e Merge branch 'master' of https://github.com/kwsch/PKHeX into kwsch-master 2016-08-11 20:08:05 +08:00
Kaphotics
66e5794672 Fix Poké Ball vivillon showdown import
Closes #174

Thanks @sora10pls !

Intent of the 'replace' is to trim, but I'm hesitant to change any other
occurrence.
2016-08-10 21:43:55 -07:00
Kaphotics
9831693a70 Add FBI save detection
Closes #167
Thanks @poutros !
2016-08-10 21:41:01 -07:00
Kaphotics
5da06535d9 Include missing method call 2016-08-10 21:40:09 -07:00
Kaphotics
08da417627 Improve blank save loading
Split openSAV to two methods, one to initialize it and another to load
the save to the form.
Indirectly fixes the non-loading of HaX ability menu.

Also fixes unintended behavior with Quit hotkey (CTRL|Q isn't the
modifierkey value when triggered, CTRL is)
2016-08-10 21:10:21 -07:00
Kaphotics
862c7b6cd6 Fix database constant string
Refer to the DatabasePath instead of a hardcoded string (if it is
modified).
2016-08-10 19:44:47 -07:00
Kaphotics
a28de6b8b5 Fix hyperspace fury legality
Thanks RanEncounter!
2016-08-10 19:43:27 -07:00
Kaphotics
edb4928117 Minor cleanup
Unused usings/references
2016-08-10 19:32:57 -07:00
Kaphotics
170e82cd06 Fix datetime parsing
Force an exact format to tryparsing as the 'time' portion is not used.

20160810
2016-08-10 19:29:21 -07:00
Kaphotics
c62df9f1a5 Merge pull request #175 from kwsch/b/year-2000-error
Fixed crash in DateUtil when Year is 0
2016-08-10 19:00:45 -07:00
Kaphotics
757a4a39f7 Merge pull request #173 from kwsch/b/batch-editor-datetime
Fixed batch editor and database searches on properties of type `DateT…
2016-08-10 19:00:37 -07:00
Kaphotics
1bba0d32cf Merge pull request #176 from kwsch/b/system-deployment-mono
Reverted ClickOnce deployment code due to Mono and Wine not supporting it.
2016-08-10 18:34:05 -07:00
Evan Dixon
822810b00c Removed assembly reference 2016-08-10 20:20:36 -05:00
Evan Dixon
b6a20a43e3 Reverted ClickOnce deployment code due to Mono and Wine not supporting it
Should fix issue #161
2016-08-10 20:17:37 -05:00
Evan Dixon
35d4edf85d Fixed crash in DateUtil when Year is 0 2016-08-10 19:54:12 -05:00
Evan Dixon
32ec5c392c Fixed batch editor and database searches on properties of type DateTime? 2016-08-10 13:43:00 -05:00
Kaphotics
43cf2370f2 Merge pull request #172 from kwsch/f/refactoring
Refactoring: Met Date Property & Tests
2016-08-10 08:58:01 -07:00
Evan Dixon
98c86ddb7a Removed "Any CPU" project and solution configurations 2016-08-10 10:04:41 -05:00
Evan Dixon
a7f2f2e209 Set test platform to x86 to fix a processor type mismatch warning 2016-08-10 09:47:53 -05:00
Evan Dixon
e53fe6e180 Added tests for PKM.EggMetDate 2016-08-10 09:46:38 -05:00
Evan Dixon
17078c8d28 Added test for PKM.MetDate 2016-08-10 09:42:58 -05:00
Evan Dixon
9852c42ca1 Added tests for DateUtil 2016-08-10 09:24:40 -05:00
Evan Dixon
4669551d77 Fixed errors in implementation 2016-08-10 09:07:16 -05:00
Evan Dixon
f0c72abafc Added MetDate and EggMetDate properties to PKM and others
Issue #171
2016-08-10 09:02:31 -05:00
Evan Dixon
4d1ef52b34 Moved project to its own directory
Will make it easier to add projects in the future, like unit tests
2016-08-10 08:10:31 -05:00
easyworld
9cae30b2b4 update zh translation 2016-08-10 19:59:29 +08:00
Kaphotics
ef904c889f Fix gen5 dex set
Use the size constant for each region.
The 0x60's should have been changed to 0x54 when the (gen6 method) was
copied and modified.

Thanks /u/Porta_14!
2016-08-09 22:52:59 -07:00
Easy World
3dedf02120 Merge pull request #6 from kwsch/master
update
2016-08-09 20:59:12 +08:00
Michael Scire
5fc03ef0a7 Fix c-gear .psk decoding 2016-08-09 02:27:14 -07:00
Kaphotics
724da7ff0f Improve PID/EC rerolling automation 2016-08-08 18:42:42 -07:00
Kaphotics
d65717487a Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-08-08 18:32:15 -07:00
Kaphotics
c757f59377 Fix inverted setShinyPID copying EC
Thanks JSS!
2016-08-08 18:32:13 -07:00
Kaphotics
a695588a76 Merge pull request #169 from evandixon/master
Minor changes and refactoring to better serve as a class library
2016-08-08 17:06:44 -07:00
Evan Dixon
02ae9c5f5b Merge pull request #5 from evandixon/f/more-code-library
F/more code library
2016-08-08 16:44:59 -05:00
evandixon
fc7f7d788c Added XML comments where appropriate 2016-08-08 16:44:05 -05:00
evandixon
df313c0589 Made more things public 2016-08-08 15:47:56 -05:00
evandixon
50efec724e Added helper functions to simplify getting string lists 2016-08-08 15:11:02 -05:00
Evan Dixon
541cc3fcd4 Merge pull request #4 from evandixon/b/inconsistent-resource-type
B/inconsistent resource type
2016-08-08 14:12:33 -05:00
evandixon
33e3019812 Merged master into b/inconsistent-resource-type 2016-08-08 14:08:39 -05:00
evandixon
c105d69cce Changed resource type of certain text files to None for consistency 2016-08-08 14:05:15 -05:00
Evan Dixon
7f5e08bf6a Merge pull request #3 from kwsch/master
Merge latest changes
2016-08-08 14:01:46 -05:00
Kaphotics
2ce5e442b1 Fix colors disappearing
Thanks SciresM!
2016-08-08 00:45:30 -07:00