Kurt
25f6b5259b
Refactoring
...
Add documentation for PKM/PKX, move some code around
2017-02-04 18:27:28 -08:00
Kurt
c930b7eb7e
Relocate box load/dump/verify to extensions
...
now with shiny new documentation
2017-02-04 14:58:30 -08:00
Kurt
9e24a3a26c
Fix gen1/2 coin set & gen2 TM capping
...
now writes coin count correctly (uint != ushort) and TMs are capped at
99; HMs shouldn't be allowed beyond 1 but oh well.
2017-02-04 12:13:54 -08:00
ReignOfComputer
98b785fdf7
Add Clarity to Gen 7 Stats
...
Reference:
https://projectpokemon.org/forums/forums/topic/40020-why-are-there-two-pokemon-caught-in-trainer-stats/#comment-209810
2017-02-03 12:38:21 +08:00
Kurt
115a8da8f2
Add C-Gear skin incomplete alert
...
Closes #790
2017-01-31 20:12:51 -08:00
ReignOfComputer
2467fd95ad
Fix Fishing Stat Record ( #784 )
...
Should be 007 not 006.
2017-01-31 04:13:29 -08:00
Kurt
26925ad528
Add default/illegal fashion payloads
...
User selects which payload they want to apply
closes #780
2017-01-30 18:32:18 -08:00
Kurt
9c788d1c8a
Fix coins OverflowException
...
cap to 9999 before casting
Closes #775
Thanks @ThunderRemix
2017-01-29 21:41:42 -08:00
Kurt
3da9bcd0df
update SM dex iterator
...
#772
sneak in misc changes to PKM.cs, to snazzify HPType calc and to allow
markings to be converted from g7 format to g6
2017-01-29 16:55:35 -08:00
Philipp Joram
0ac5d57224
Fix tabs for bag pouches not showing on Linux/Mono
...
Passing a height of 0 lets the TabControl dissapear, making it
impossible to switch tabs between different pouches.
To fix this, use the same approach as for the width and pass the height
of the first icon.
2017-01-29 14:18:35 +01:00
Kurt
b86321c142
Expand pk6/pk7 checks
...
As per comments on 75d460e
2017-01-27 23:33:36 -08:00
Kurt
1922a2145f
Add BP wondercard type
...
Closes #758
2017-01-27 09:09:31 -08:00
Kurt
f282711e35
Cleanup
...
Use S/M met locations for Pokémon GO origin
Changing to VC1 or GO now autofills met location
Un-alphabetize RGBY games and move to end of games list (+go)
Mark unused region names (Kanto string appears twice in text bank 3,
30013 is used)
Move hypertraining stat toggling to pkm object
shift 1->7 logic to repeat less operations
add more 1->7 logic pertaining to memories
add RefreshAbility method (0 based input, not 1/2/4)
2017-01-25 22:51:52 -08:00
Kurt
b370c26542
Fix g6 multiplayersprite clearing
...
Closes #743 , thanks @PrometheusG !
2017-01-25 08:51:05 -08:00
Kurt
608c570352
Add more trainer stats
...
Thanks Holla!
2017-01-24 19:50:35 -08:00
Kurt
eaa233bdd8
gen4 wondercard updates continued
...
Don't set Slot to 3 for an empty slot
Move slot check comparison to PCD class
Allow PCD->PGT 'swap' override to just set the slot
Update alert message to indicate source type first
#730
2017-01-20 19:35:56 -08:00
Kurt
4f99ef6c09
Set Slot id to 3 if no pcd found
...
Closes #730
Adds ability to set a PCD to a PGT slot (grabs the PGT from card)
2017-01-20 08:43:44 -08:00
Kurt
088f9a9aa7
Gen7 update
...
Never added wc7 extensions; drag&drop use MysteryGift extension instead
of hardcoded .wc6
2017-01-19 23:48:31 -08:00
Kurt
e13b473979
Enable poke finder camera version changing
...
Closes #727
2017-01-18 20:01:58 -08:00
Kurt
469e0940c2
Add gen7 hall of fame editor
2017-01-16 22:40:28 -08:00
Kurt
e83ed49eea
Add gender-skin mismatch confirmation
...
Closes #718
2017-01-12 18:29:44 -08:00
Kurt
f4797e06a0
More refactoring
...
More extension methods for other types of images
2017-01-11 22:28:35 -08:00
Kurt
db5e084ef9
Further refactoring
...
Move System.Drawing usage out of Core to WinForms, as System.Drawing is
not in .NET Core/Standard. Simple methods to return resource name
strings have been added instead.
2017-01-11 17:55:42 -08:00
Kurt
1e3a46d760
Find replace is bad
2017-01-08 15:27:00 -08:00
Kurt
7da6f1ab1d
Cleanup
2017-01-08 00:14:34 -08:00
Kurt
595c7eb4c5
Split winforms to separate project
...
resources still are associated with winforms, eh
program still runs fine and I've replicated the mono build options. lmk
if this breaks stuff
2017-01-07 23:54:09 -08:00