Commit graph

164 commits

Author SHA1 Message Date
Kaphotics
397fb30df5 Remove Code Generator
Using the Cache for CyberGadget removes any need for a code generator,
as the code generator had many holes (partial writes if data already was
correct); future games would be odd to balance.
2016-04-27 21:07:35 -07:00
Kaphotics
7f83b0f5cd Update Changelog
New release posted.
2016-04-09 19:41:36 -07:00
Kaphotics
e3499073cb Update shortcuts
Add showdown, fix PP/Friendship descriptions, add description for
individual IV/EV click shortcuts
2016-04-04 20:45:05 -07:00
Kaphotics
ae424cb116 Update changelog (03-26-16)
new release posted (03-26-16)
2016-03-25 20:39:31 -07:00
Kaphotics
ebb6349ceb Less cryptic encountertype choices
Resolves #91
2016-03-24 17:04:28 -07:00
Kaphotics
f61b34f52e Update changelog, target date 2016-03-19 18:26:26 -07:00
Kaphotics
9d3324ffb1 Update changelog
I hope this is it...
2016-03-19 12:48:59 -07:00
Kaphotics
119efdb45e Bump dexnav level to 30 2016-03-19 09:28:15 -07:00
Kaphotics
a6d5494193 Increase dexnav max boost
13->25
2016-03-19 09:14:48 -07:00
Kaphotics
0d13e812a9 Fix Keldeo Secret Sword 2016-03-19 07:53:55 -07:00
Kaphotics
b3337cbf24 Add missing static encounters
Resolves #84
2016-03-18 22:48:53 -07:00
Kaphotics
64e8be5fc1 Update changelog
So many things to keep track of
2016-03-18 21:27:50 -07:00
Kaphotics
8b2ab2d987 Update changelog & wc6db
released 03/19/16
2016-03-18 21:21:34 -07:00
Kaphotics
0fc4da3431 Begin adding EncounterTrade
Fixed a few things in the EncounterStatic, added a few attributes
(antishiny, Gender, Ability, IV, Contest) for appropriate pkm
2016-03-16 23:29:28 -07:00
Kaphotics
6acb8183ed Merge pull request #81 from easyworld/master
translate all bornPlaces to Chinese
2016-03-13 11:50:43 -07:00
easyworld
22f0525df7 translate all bornPlaces to Chinese 2016-03-13 16:19:52 +08:00
Kaphotics
9e4daf9a26 Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-03-11 18:40:11 -08:00
Kaphotics
0e1599e9d5 Farewell QR! label
Moved into the contextmenu.

shortcuts available:
shift click picturebox -> out QR (to window)
alt click picturebox -> in QR (from clipboard)
2016-03-11 18:40:08 -08:00
easyworld
e3f0b8c6a3 update puff, superTraining, trainingBag. 2016-03-11 18:24:45 +08:00
easyworld
102697695b update ja words to zh. 2016-03-08 13:12:38 +08:00
easyworld
eefeda79bd Update some ja words to zh. Fix some bad translation. 2016-03-08 13:06:38 +08:00
Kaphotics
c7142755d0 Update changelog
Gonna shift things around later.
2016-02-18 22:34:07 -08:00
Kaphotics
baac285b59 New Release, finalize changelog 2016-02-15 21:25:31 -08:00
Kaphotics
a1e0decb2e Update changelog 2016-02-14 22:31:05 -08:00
Kaphotics
8f84e13fb0 Fill Dex -> Modify Dex methods 2016-02-12 23:01:28 -08:00
Kaphotics
02c786f91f Update changelog
Processed the commits to summarize what has been modified.
2016-02-09 19:12:24 -08:00
Kaphotics
caa08ff6db Update changelog
Moved to correct section (it's not a pkx editing tab but a box editing
tab)
2016-02-09 18:59:55 -08:00
Kaphotics
0d57b12d3d Make sortBoxes accessible
ctrl click the "Box" tab
2016-02-08 23:57:25 -08:00
Kaphotics
f693085ffa Update changelog
A few to keep track.
2016-02-07 23:27:46 -08:00
Kaphotics
b95cbbbfce Simplify Unicode usage
Now shows current status as a checkbox.
2016-01-29 17:27:20 -08:00
Kaphotics
1c53243283 Remove ram2sav
Also removed injectiondebug and trade packet handling.

Improved BAK suggested filename (last saved timestamp)
2016-01-27 20:24:32 -08:00
Michael Scire
6230dd7bd6 Add Pokeblock editing support. 2016-01-23 13:00:44 -08:00
Kaphotics
c17cea9211 Redesign Trainer Info Editor 2016-01-20 22:45:48 -08:00
Kaphotics
40da8f79ad Add ContextMenuStrip translation strings
Added italian translation file (en->it, added ContextMenuStrip
translations)
2016-01-17 16:51:22 -08:00
Kurt
251664f1bf Update changelog
Keep current.
2016-01-15 23:59:37 -08:00
Kurt
5915b38ee6 Export From->To
Thanks Favna
Fixes issue #69
2016-01-12 20:18:44 -08:00
Kurt
6e29ad20d6 Update changelog
Forgot to store the total download count before publishing the latest
release.
2016-01-11 21:19:01 -08:00
Kurt
c0e67d0879 Remove deleted shortcuts
They're directly accessible in the main ribbon.
2016-01-10 11:29:29 -08:00
Kurt
8a979d66b9 Update changelog 2016-01-09 13:35:04 -08:00
Kurt
c1b9345658 Update shortcuts 2016-01-09 13:18:54 -08:00
Kurt
5bace04b0e Update translation file
add a few more fields
2016-01-06 22:35:19 -08:00
Kurt
98b1a536d0 Add Main Window CTRL-# Shortcuts
CTRL-O: Open
CTRL-S: Export PK6
CTRL-E: Export SAV
CTRL-Q: Quit

CTRL-D: Open Database
CTRL-R: Open Box Report
CTRL-B: Open About PKHeX
2016-01-02 20:23:25 -08:00
Kurt
7d2c853ffd UI Improvements
Moved a lot of shortcut/button functions to the main menu; should be
much neater in terms of presentation.

Split up Box Load/Dump.
Tweaked the Translation function in Util to properly find every
menustrip items.
Translation files updated with new Menu layout.

Also made the form always launch in max size, thus removing the 'Toggle
Box Interface' option.
2016-01-02 20:22:53 -08:00
Kurt
6b801e9434 Update shortcuts listing
These are a pain to conform to easy-to-understand standards ;)
2015-12-30 16:03:58 -08:00
Kurt
a5e9ba0e06 Update changelog 2015-12-29 10:37:40 -08:00
Kurt
1a7be3964c Update changelog 2015-12-28 13:24:35 -08:00
Kurt
307a60eebb 12/29/15 Update
Update changelog
2015-12-28 09:24:49 -08:00
Kurt
ca9fa674dd Update changelog
Gonna keep the old release date.
2015-12-23 08:02:06 -08:00
Kurt
b27abe3509 Bugfix 2015-12-21 20:45:44 -08:00
Kurt
b0200f1a5c Update changelog for 12/20/15 2015-12-20 00:22:01 -08:00