Commit graph

5723 commits

Author SHA1 Message Date
Kaphotics
14818ca9e2 Fix block pointer
Doesn't fix any bugs as this code will never be hit (safeguard)
2016-09-27 22:42:13 -07:00
Kaphotics
97d35be553 Misc CXD improvements
item editing, party viewing for xd

still a bit more to go
2016-09-27 20:15:31 -07:00
Kaphotics
12dbbf9745 Update XD support
Still not fully implemented; can now load boxes and misc data.
2016-09-26 23:07:17 -07:00
Kaphotics
7440df66de Refactoring
Use bigendian class for pbr, misc nonfunctional-related changes
2016-09-26 16:43:52 -07:00
Kaphotics
3eedb7ffa7 Merge branch 'master' of https://github.com/kwsch/PKHeX
# Conflicts:
#	PKHeX/Saves/SaveUtil.cs
2016-09-26 16:18:10 -07:00
Kaphotics
05000b7697 Sync current Colo/XD implementation
Not working yet, need to pull in PBR support
2016-09-26 16:15:40 -07:00
SciresM
33b0dc587d PBR support (#290)
* Initial (still buggy) PBR commit

* Basic save slot support
2016-09-26 16:14:11 -07:00
Kaphotics
3114c658d9 Fix EV cap to 255, not 252 for gen3 2016-09-25 13:42:03 -07:00
Kaphotics
52cadac99f Fix gen3 ribbon reading (Smart/Tough)
Thanks mariosmentor!
2016-09-23 21:16:57 -07:00
Kaphotics
3bb2970d68 Relocate header/footer checks 2016-09-23 18:47:03 -07:00
Kaphotics
c76aa1d5d8 Fix gen5 party count offset
Dunno what the first 06 is for, but shift the offset by 0x4.
2016-09-23 15:13:36 -07:00
Kaphotics
ff2e8525f7 Remove desync disclaimer 2016-09-22 22:15:07 -07:00
Kaphotics
c8f14fbd3d Fix verifychk for gen1
Thanks bokepall !
2016-09-21 21:08:09 -07:00
Kaphotics
0c818ed23a Fix TM50 not a valid item
Thanks bokepall !
2016-09-21 21:04:44 -07:00
Kaphotics
4c87e82739 Fix active save detection gen4
Thanks msbhvn !
Was comparing checksums, should have been comparing the counters.
2016-09-21 09:03:47 -07:00
Kaphotics
d032adab7c Fix savtools visibility
Form not yet shown -> all buttons not evaluated as visible, even if set
to Visible. Set Enabled instead, then toggle visibility.

Thanks Odaxis!
2016-09-21 08:34:06 -07:00
Kaphotics
f32d0b1adf Replace Alert Warning icon with Information icon
Alerts are usually informational anyway.

Thanks @obscurename !

Closes #284
2016-09-20 19:25:53 -07:00
Kaphotics
13e372e011 Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-09-20 19:22:01 -07:00
Kaphotics
8cf165d477 Autopopulate Egg Location if AsEgg checked
Thanks @ricksee !
Takes it a step further by setting the met location too (to the first
egg location, now presorted, usually is Day-care couple).
Closes #286
2016-09-20 19:21:58 -07:00
Kaphotics
d58f249d58 Merge pull request #285 from easyworld/master
fix translations
2016-09-20 08:48:29 -07:00
easyworld
57a639fc0e fix wrong content about Memory / Amie Editor, Pokéblock Editor and Mystery
Gift I/O
2016-09-20 21:31:36 +08:00
easyworld
a076cd2571 fix CHK_HackedStats translation 2016-09-20 21:25:03 +08:00
easyworld
cacbfcdf01 fix gen6 pokedex seen labels 2016-09-20 21:22:30 +08:00
Easy World
03a7db751a Merge pull request #11 from kwsch/master
Update
2016-09-20 21:19:13 +08:00
Kaphotics
da29f9a296 Fix gen6 pokedex seen labels
Thanks @easyworld !

Closes #281

Kept 'em as "GB_Encountered" in order to not need to update the
translation files :|
2016-09-19 23:03:04 -07:00
Kaphotics
5bff35db66 parsing_robustness++
Refactored to split parsing into subroutines. Simplifies the overall
parsing process.
Can handle even more silly cases concocted by beggars, like using (
instead of [ for hidden power or nickname.
2016-09-19 22:59:15 -07:00
Kaphotics
6f0da56d1f More user-error exception prevention
I shouldn't be surprised that beggars are lazy and will screw up every
aspect of a ShowdownSet.
2016-09-19 19:20:55 -07:00
easyworld
6b91d5f26c update trans && same order with ../../en/lang_en.txt 2016-09-19 23:04:17 +08:00
easyworld
14b8640171 update Chinese translation 2016-09-19 20:45:58 +08:00
Easy World
142411f175 Merge pull request #10 from kwsch/master
Update
2016-09-19 20:39:50 +08:00
Kaphotics
6837b1f746 Allow error window resizing 2016-09-18 22:50:32 -07:00
Kaphotics
7ebd469cc7 Add preliminary Box R/S support
Some hacks were needed to get PC / box bin loading to work.

Wallpapers 17-20 are unavailable (not on bulbapedia)

http://bulbapedia.bulbagarden.net/wiki/Talk:Pok%C3%A9mon_Storage_System#Pok.C3.A9mon_Box_Ruby_.26_Sapphire_wallpapers_are_missing.21
2016-09-18 22:47:31 -07:00
Kaphotics
96188a3e8d Tweak itemname set to avoid exception
Set the value to (None) & 0 while we're at it, instead of leaving the
row uninitialized.

Thanks Delta Blast Burn!
2016-09-18 19:43:49 -07:00
Kaphotics
6239ee7c58 Fix colo/xd Fateful Encounter on transfer
Thanks @ByReverso !

Closes #278
2016-09-18 13:29:19 -07:00
Kaphotics
9faab577e4 Filter Species choices to only those available
Thanks \!
2016-09-17 22:31:47 -07:00
Kaphotics
d6f2080337 Misc showdownset improvements
Fix regurgitated message IV/EV shuffling, max move PP for imported sets,
fix array range access exceptions (invalid moves threw exceptions)

uncollapse the first line creation
2016-09-17 22:10:27 -07:00
Kaphotics
a9a22aa02b Merge pull request #276 from ajtudela/master
Minor spanish translations fix
2016-09-17 17:32:02 -07:00
ajtudela
5e1934bdcf Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-09-18 02:24:23 +02:00
ajtudela
4b267e6f1a Minor spanish translations fix 2016-09-18 02:24:03 +02:00
Kaphotics
0508ad58ed Merge pull request #212 from kwsch/f/clickonce-compile
Added project configuration for ClickOnce deployments
2016-09-17 12:43:32 -07:00
Kaphotics
e359cb911b Merge pull request #191 from kwsch/f/better-error-handling
Improved Error Handling & Minor Translation Refactor
2016-09-17 12:43:18 -07:00
Kaphotics
8fb10ccbdd Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-09-17 12:21:26 -07:00
Kaphotics
d472a51ce3 9/18/16 - New Update
Changelog, shortcut list, version, and wc6db updated.
Slide in a legality check for super training.
2016-09-17 12:21:23 -07:00
Kaphotics
0b4cc06da2 Update README.md 2016-09-17 08:50:34 -07:00
Kaphotics
af22a1577c Add Batch Editor datetime cases
Thanks AvantGourd !
2016-09-15 20:54:41 -07:00
Kaphotics
37ec68039d Show Gen2 item sprites
Add gen2->4 item translation table,
Recreate the gen3->4 item translation table,
Fix string accessors for items for past gen games, would throw
exceptions for invalid (65535) gen3 items. Use an unused invalid-item
index instead.
2016-09-15 20:25:46 -07:00
Kaphotics
096999ac94 Filter formats for import
1-2 can't be imported 3-6
2016-09-15 19:04:43 -07:00
Kaphotics
6cb27f9410 Fix boxviewer etc methods
Should be the remainder of setPKXBoxes() desync opportunities.
2016-09-15 18:37:40 -07:00
Kaphotics
f962ad6578 Fix boxviewer set/delete update
will update any box viewer with the same box opened.
2016-09-15 18:08:15 -07:00
Kaphotics
00cc249861 Sanity check pk1/pk2 similar to pk3/4/5/6
Refactors code so that the 'validity' check is done by the object not by
the form evaluating properties. Can be expanded upon to mark pk3's
invalid if species is >386 etc; however, it wasn't necessary to do
before for pk6's out-of-bounds.

Thanks theSLAYER!
2016-09-14 22:04:22 -07:00