Kurt
94229d16c1
Fix unicode setting not loading
2016-11-12 17:56:27 -08:00
Michael Scire
a7bc4d4fdc
Initial Event Flag support (+Magearna Event)
2016-11-12 14:57:54 -08:00
SciresM
cbe4da26bb
Merge pull request #385 from kwsch/b/memecrypto-winxp
...
B/memecrypto winxp
2016-11-12 13:34:45 -08:00
Kurt
28d6c7cd94
Fix missing / misplaced items
...
Closes #376
2016-11-12 13:13:53 -08:00
Kurt
e7c2a4823c
improve event flag/const multigen handling
...
no longer assumes 4 chars for const/flag ID
makes translation possible for multiple languages to be translated
(labels)
2016-11-12 12:08:50 -08:00
Kurt
9a227609eb
Add kchart
...
One of my datamine vis tools that is kinda useful for browsing stats.
View pokemon stats of the current save file by holding control when
opening the PKM Database from the dropdowns (not compatible with CTRL-D
hotkey).
2016-11-12 10:19:17 -08:00
Evan Dixon
77d7932d19
Fixed incomplete implementation
2016-11-12 09:38:56 -06:00
Evan Dixon
65cd62706d
SAV7 requires memecrypto
2016-11-12 09:34:22 -06:00
Evan Dixon
75171bf1df
Added warnings for FIPS on XP, and allowed saving to proceed
2016-11-12 09:30:51 -06:00
Evan Dixon
e57a53531f
Fixed XP support for memecrypto
...
All while retaining FIPS support for later OS's.
2016-11-12 09:04:34 -06:00
Kurt
364cf319a5
Add beyond range ball checks
2016-11-12 06:52:40 -08:00
Kurt
9228d6eac5
Fix evolution egg move g7
...
#377
Also removes unnecessary variable for 'games', can just use the created
array.
2016-11-12 06:10:44 -08:00
Kurt
139fc97b82
Fix type tutor availability
2016-11-12 05:56:22 -08:00
Kurt
53f84337bd
initial pk6/pk7 detection
...
loading from bytes check the gameversion before returning object
2016-11-11 22:31:31 -08:00
Kurt
f71f9525b7
Hide daycare EXP for gen7
...
No more EXP :(
2016-11-11 22:17:55 -08:00
Kurt
c2f26a2e68
Fix alolan form egg move fetch
2016-11-11 22:13:40 -08:00
Kurt
e7db7d56e9
Add magearna form switching
2016-11-11 21:27:44 -08:00
Kurt
c4636d740d
Update met locations for hatching
...
Add the two invalid met locations (mystery zone, faraway place) to the
dropdown anyway
Also add some ball checks for gen7 (may be wrong, but better than
nothing)
2016-11-11 21:23:36 -08:00
Tyler Dunn
a555de3f62
XK3: Also fix mixed up party stats ( #381 )
2016-11-11 19:32:15 -08:00
Michael Scire
abb7daebba
Add missing Gen VII locations, better duplicate handling
2016-11-11 18:36:20 -08:00
Kurt
f04d492bce
Safety check boxlayout selected index
...
Closes #380
2016-11-11 18:05:51 -08:00
Kurt
a3e47805ef
Fix gendered evolution comparison
...
Male <-> Female
#377
2016-11-11 18:01:49 -08:00
Tyler Dunn
7328f96b81
CK3: Fix mixed up party stats ( #379 )
2016-11-11 17:33:28 -08:00
Kurt
309b9f4907
Hide EncounterType combo for gen7+
...
Finally is cleared
2016-11-11 08:04:40 -08:00
Michael Scire
c38e26d62e
Enable gameversion editing, what's the worst that can happen?
2016-11-11 04:21:41 -08:00
Michael Scire
a3a292f6b0
Add support for editing AlolaTime Offset
2016-11-11 04:13:23 -08:00
Michael Scire
48904199ca
Additional Hyper Training Legality Check
2016-11-11 03:23:38 -08:00
Michael Scire
9ff3300dbf
Legality Checking for Hyper Training
2016-11-11 02:31:50 -08:00
Michael Scire
6deb9e4f61
Merge branch 'master' of https://github.com/kwsch/PKHeX
2016-11-11 02:01:02 -08:00
Michael Scire
8ade9b21c7
Initial Hyper Training Support
2016-11-11 02:00:47 -08:00
Kurt
ba14a870d0
Fix gen7 affection set
...
Closes #365
2016-11-10 22:11:53 -08:00
Kurt
1fffd4eab5
Filter out z-moves for move datasource
...
Not valid moves to choose from
2016-11-10 21:49:08 -08:00
Kurt
bcb551af31
Split egg ball check logic per generation
...
Expect false flagging of bred balls until this is more researched.
2016-11-10 21:10:28 -08:00
Kurt
7718b42c37
Refactoring
...
Cosmetic source code changes
2016-11-10 20:53:56 -08:00
Michael Scire
fe99e4ee4b
Magearna/Cosmog gifts are shiny locked (flag 0x2 @ 0x4)
2016-11-10 20:52:03 -08:00
Kurt
0af8cdd655
Fix alolan evolutionary lines
2016-11-10 20:45:58 -08:00
Kurt
cd29b5f8f0
Add encountertrades
2016-11-10 19:29:00 -08:00
Kurt
2fcf22d621
Legality updates
...
Move encounter static check before eggs (catch egg gifts that are still
eggs), add more properties for static encounters.
2016-11-10 17:39:42 -08:00
SciresM
599a84ad0f
Merge pull request #367 from kwsch/f/fips-compliance
...
F/fips compliance
2016-11-10 11:28:25 -08:00
Kurt
221394e6c4
Fix static encounter relearn check
...
Relearn instead of Moves
Fixes item 4 of #362
2016-11-10 08:18:09 -08:00
Kurt
c1b05e9331
Add battle video 7 importing
...
Thanks JohnTravolski!
2016-11-10 08:14:54 -08:00
Evan Dixon
c20b114c0e
Changed AesManaged to AesCryptoServiceProvider
2016-11-10 09:51:02 -06:00
Evan Dixon
9ab924ffe5
Changed SHA1Managed to SHA1CryptoServiceProvider
2016-11-10 09:49:20 -06:00
Evan Dixon
f743b0a152
Changed SHA256Managed to SHA256CryptoServiceProvider
2016-11-10 09:08:36 -06:00
Julien Humbert
fcc77fcf54
AddFontMemRessourceEx not supported on libgdiplus
2016-11-10 12:13:04 +01:00
Julien Humbert
9550169817
Workaround for Mono XIM bug
2016-11-10 12:10:11 +01:00
Kurt
cf74c7c209
Add box legend legality check info
...
Possibly more things to check.
2016-11-09 23:21:12 -08:00
Kurt
3fdbc27a9f
Move vitamins/PP/ash to Medicine pouch
...
closes #361
2016-11-09 22:53:52 -08:00
Kurt
9e61311ce9
Minor form related fixes
...
Add pikachu caps
Add mimikyu busted to show default
pkm with a formcount & no text for that form are hidden (Totems)
2016-11-09 22:19:52 -08:00
Kurt
ab5d130454
fix g7dex read/write
2016-11-09 21:43:25 -08:00