Kaphotics
c9f0eab1c9
Fix pt encountertype appearance
...
>= 7, <= 12, != 9
Wrong GameVersion enum values (why hgss uses a number before idk)
Thanks JSS!
2016-08-28 12:42:29 -07:00
Michael Scire
4738a2c716
Initial support for SAV1 loading...warning: mostly broken
2016-08-28 03:18:59 -07:00
Kaphotics
49435dc379
Add gen4 Form 'flags'
2016-08-27 23:30:49 -07:00
Michael Scire
a4c70eec63
Basic G1 String conversion
2016-08-27 20:12:33 -07:00
Kaphotics
c382388843
Fix gen3 unown form change
...
Thanks NinFanBoyFTW!
2016-08-27 18:42:07 -07:00
Kaphotics
7a5d4898b7
Fix gen4 gastrodon HasFormes
...
Thanks NinFanBoyFTW!
2016-08-27 18:41:40 -07:00
Kaphotics
ec0b502e3a
Add gen4 language dex set
...
Formes are still todo; they aren't bitflags but are packed values
2016-08-27 13:07:21 -07:00
Kaphotics
7e456ca284
Add gen5 form bool setting
...
SAV6 updated for visual parity, no functional change
2016-08-27 13:06:01 -07:00
Kaphotics
a2f0099822
Per-Version sorting for met lists
...
Closes #197
Populates raw location lists on language init, when changing selected
version it obtains a new list and sorts.
2016-08-27 13:05:01 -07:00
Kaphotics
1484c15ff3
Refresh suggested relearn indication
...
Closes #202
Wasn't a bug, just that the indication didn't update. Don't do a
per-move update, just refresh the legality.
2016-08-27 08:56:50 -07:00
Kaphotics
3291f4eb2b
Relocate relearnmoves derived property
2016-08-27 08:43:36 -07:00
Kaphotics
e0298595f4
Fix evomethod 2
...
Fixes #203 , thanks @Rohul1997 !
2016-08-27 08:30:56 -07:00
Michael Scire
b2342cddb9
SAV1 skeleton implementation
2016-08-27 04:33:21 -07:00
Michael Scire
e4ec1cb45f
Fix PK1 Species setting
2016-08-27 02:56:15 -07:00
Michael Scire
b5ec320b03
Cleanup, add Personal table for RBY
2016-08-27 02:48:04 -07:00
Michael Scire
3ded8b61c6
Initial PK1 implementation.
2016-08-27 01:52:34 -07:00
Kaphotics
fb45f95578
Fix o-power saving (x/y)
2016-08-26 16:34:28 -07:00
Evan Dixon
10ddab6a42
Fixed duplicate function parameter
2016-08-25 23:01:42 -05:00
Evan Dixon
02ce104425
Added overload to Util.Error to use ErrorWindow
2016-08-25 22:59:29 -05:00
Evan Dixon
644c0acee3
Merge branch 'master'
2016-08-25 22:44:07 -05:00
Kaphotics
4ea349df11
Add popup box viewer
...
Allows for dragging between boxes
Pop up via shift-click Box tab
Click the swap arrows to flip Main/Viewer current box
Fixes swallowed exception: DragDrop a slot (filename), start another
within 500ms before deletion thread deletes original dragdrop file;
since filenames are the same the file for the active dragdrop will no
longer exist resulting in an exception. Solved by tracking the current
path of a dragdrop operation.
Had to refactor the draginfo into its own class to 'cleanly' communicate
between forms.
2016-08-25 18:50:51 -07:00
Kaphotics
c34c4901ea
Fix duplicate property name
...
MysteryGift has "Type" property, PGT has "Type" property; fix to make
them named differently.
2016-08-25 14:44:02 -07:00
Kaphotics
4a8ed41d26
Merge pull request #198 from kwsch/b/event-flags-signed-unsigned
...
Changed min and max of NumericUpDown from short to ushort
2016-08-24 18:07:44 -07:00
Evan Dixon
c83701805b
Changed min and max of NumericUpDown from short to ushort
2016-08-24 19:46:24 -05:00
Evan Dixon
234987e018
Merge remote-tracking branch 'refs/remotes/origin/master'
2016-08-24 19:32:18 -05:00
Kaphotics
9fead34917
Expose SecondsToFame for Gen6
...
Closes #192
2016-08-23 18:11:35 -07:00
Kaphotics
8d741ec63a
Fix drag-clone not displaying sprite
...
Control-DragDrop clones slot, switch boxes back and forth, pokemon
magically appears; fixed.
2016-08-23 18:09:55 -07:00
Kaphotics
27d55b47fb
Implement PID-Ability corrections
...
Line 2211:
When the fields are loaded, if the user modifies the Ability on a <=Gen5
save file, if the ability is modified, the PID will be randomized to fit
the new PID.
When the Ability combobox is loaded, the personal entry may have 0 for
the ability2 (indicating same as ability1); if so, copy ability1 instead
of filtering it out.
When the Ability index is loaded, hidden ability is checked first, else
it tries to match: invalid, hidden (unflagged=illegal), if abilities
same use PIDAbility, else use the actual ability index.
2016-08-22 20:37:50 -07:00
Evan Dixon
a9712eecc6
Added TheSonAlsoRises's updated French translation
2016-08-22 09:20:19 -05:00
Evan Dixon
6a0ba1e3b7
Added loaded assemblies to error window
2016-08-22 09:14:37 -05:00
Evan Dixon
55cb6ee2c0
Added vacero's Spanish ErrorWindow translation
2016-08-22 09:04:20 -05:00
Kaphotics
4df390a9c1
Release 08-22-16
...
Updated with latest event files.
2016-08-22 00:29:54 -07:00
Evan Dixon
e6cbd35f05
Added Todo comments
2016-08-21 20:23:32 -05:00
Evan Dixon
b0604b2fb3
Removed test exception
2016-08-21 20:21:44 -05:00
Evan Dixon
563d813307
Added my attempt at a French translation for the Error Window
2016-08-21 20:20:21 -05:00
Evan Dixon
f734f382f4
Added English for Error Window to other languages
2016-08-21 20:20:09 -05:00
Evan Dixon
56a32ec68c
Changing language changes thread culture...
...
...which is used by the ErrorWindow for translation
2016-08-21 20:12:09 -05:00
Evan Dixon
09222e2cf4
Added form to provide a slightly more user-friendly error experience
2016-08-21 20:05:41 -05:00
Kaphotics
24b00d0371
Merge pull request #189 from vacero/master
...
Fix reorder moves and clear PP values for empty moves.
2016-08-21 10:25:06 -07:00
viacgo
e5737db404
Fix reorder moves and clear PP values for empty moves.
2016-08-21 18:09:22 +02:00
Kaphotics
a45b19364d
Tweak dragdrop to computer
...
When the dragdrop succeeds to a location outside the program, the effect
is Move.
When the dragdrop succeeds to another slot, the effect is Link.
When the dragdrop succeeds to Tabs, the effect is Copy.
When the dragdrop fails, the effect is None.
2016-08-21 09:07:44 -07:00
Kaphotics
c44d808142
Merge pull request #188 from vacero/master
...
Fix for fix PPs in PK4 to PK5 conversion.
2016-08-21 09:00:03 -07:00
viacgo
1d75da730a
Fix for fix PPs in PK4 to PK5 conversion.
2016-08-21 14:52:10 +02:00
Kaphotics
81451a57e5
Colorize dragdrop source slot on drag
...
Semi-transparent grey; instead of the sprite disappearing, the slot will
indicate "hey something's happening to my contents"
2016-08-21 00:23:07 -07:00
Kaphotics
137f341e37
Improve dragdrop to use sprites
...
Set cursor to slot sprite and 'pick up' the image, restore if not moved.
Drag&Drop GiveFeedback overrident to false to prevent the 'dragdrop'
cursor override.
Set the tabmain effect to Copy instead of Move so that everything
behaves!
2016-08-21 00:17:45 -07:00
Kaphotics
13e91cc9a1
Fix super training translation names
...
Update with correct control name
2016-08-20 15:45:38 -07:00
Kaphotics
6899e45f6a
Merge pull request #187 from ajtudela/master
...
Better translations of spanish language
Closes #170
2016-08-20 15:31:21 -07:00
ajtudela
42453acd78
Update lang_es.txt
2016-08-20 20:22:30 +02:00
ajtudela
86c535d29d
Better translations of spanish language
2016-08-20 12:04:47 +02:00
ajtudela
2728715855
Merge pull request #2 from kwsch/master
...
Up to date
2016-08-20 11:20:35 +02:00