Commit graph

6155 commits

Author SHA1 Message Date
SoujiSeta
3dd47412e7 Merging in changes from upstream.
Updating Util.cs to use the Path.DirectorySeparatorChar member instead of
hard coded backslashes
2014-11-28 18:38:15 -06:00
SoujiSeta
67616abb2e Merge remote-tracking branch 'upstream/master'
Conflicts:
	PKX/f1-Main.cs
2014-11-28 18:36:02 -06:00
SoujiSeta
9c0a8339ef Adding a NormalizePath function to resolve not only Windows path issues but also unix and Windows differences.Replaced the hardcoded windows path separators with Path.DirectorySeparatorChar which contains the correct path separator for the system that the application runs on 2014-11-28 17:46:09 -06:00
Kurt
3edab91b49 Adding Opening Partially Decrypted ORAS Powersaves
No saving support, obviously.

Untested, but should work as the offset loading is static while the
offsets read from within the program to read data are all determined by
GameType.
2014-11-28 13:34:51 -08:00
Kurt
7326a09e69 More Fixes 2014-11-28 13:18:44 -08:00
Kurt
2832596e44 Continued Fixes and Improvements 2014-11-28 09:56:29 -08:00
Kurt
7290cc7abe Cleanup 2014-11-28 02:14:15 -08:00
Kurt
fc09860490 Added secret base flag ctr edit and relevant fixes 2014-11-28 01:44:43 -08:00
Kurt
972a518367 Minor fixes 2014-11-27 20:47:50 -08:00
Kurt
beba97e62d Updating Memory Text for ORAS specific memories. 2014-11-27 20:10:49 -08:00
Kaphotics
da11afa639 Merge pull request #8 from SoujiSeta/master
Testing Pull Request to merge changes to help with mono compatibility.
2014-11-27 20:10:13 -08:00
SoujiSeta
e819be16a9 Merge remote-tracking branch 'upstream/master' 2014-11-27 22:08:47 -06:00
Kurt
4a1a7bc26a Autoload improvements and a re-trigger option.
Click the Save path label!
2014-11-27 19:26:42 -08:00
Souji Seta
9ddf84f228 Updating to upstream 2014-11-27 20:12:28 -06:00
Kurt
5ab9a6639e Fix Box Report 2014-11-27 12:29:49 -08:00
Souji Seta
0b248f3021 * Util.cs: Reducing number of unnecessary UInt32 Parse error under
Mono due to the Underscore character being at the end of strings.
Also consolidated To[U]Int32 code from controls to use string version.

* f1-Main.cs: Fixed issue that is causing by initializing the values
  of the GameOrigin combo box causing the SelectedValue field to be
  queried before it knows it's ValueMember.
2014-11-27 14:15:32 -06:00
Souji Seta
4bad906c59 Merge branch 'master' of https://github.com/SoujiSeta/PKHeX 2014-11-27 03:30:27 -06:00
Souji Seta
db9a7d4b1f Added change to grab the integer value of a cbItem using the getValue function 2014-11-27 03:29:56 -06:00
Souji Seta
ffe297b895 Fixing some unneccessary exceptions. 2014-11-27 03:26:39 -06:00
Souji Seta
30d64a3d2d Added changes to improve compatibility with running through Mono 2014-11-27 03:22:56 -06:00
Kurt
16c71cbd8f Fix Item wondercard viewing 2014-11-26 23:06:35 -08:00
Kurt
54c9d5c24d Add Volcanic Ash 2014-11-26 23:06:25 -08:00
Kurt
66caee41b9 Fix item duplication issue with Inventory Editor 2014-11-26 23:06:10 -08:00
Kurt
5581b0d035 Fix dragging in files externally to box slots. 2014-11-25 22:37:58 -08:00
Kurt
a20d3399e0 Re-enable Map Coordinates 2014-11-25 22:37:44 -08:00
Kurt
7ee8068174 Added Berry Tree Randomizer 2014-11-25 22:24:32 -08:00
Kurt
b3ee4c7fe1 Cresselia Event Flag Added 2014-11-25 20:46:42 -08:00
Kurt
c274310b3d Drag & Drop within box
Big thanks to Codemonkey85 for the template code and implementation
strategy.
2014-11-25 20:43:02 -08:00
Kurt
c7d6127bb8 Pokedex branching and minor updates. 2014-11-25 19:55:46 -08:00
Kurt
7f4011db8c Add Regigigas 2014-11-25 16:17:46 -08:00
Kurt
1ec197c728 Re-enable Maison Stats 2014-11-25 16:17:41 -08:00
Kurt
b49d97350c Continued updates.
No concrete change...
2014-11-24 23:21:08 -08:00
Kurt
23caa718bf Adding a bunch of event flags 2014-11-24 23:19:58 -08:00
Kurt
b48cc758bb Overall Imrpovements 2014-11-24 19:53:10 -08:00
Kurt
817538e208 Added a basic secret base editor 2014-11-23 14:23:40 -08:00
Kurt
b2abf024f6 Added other flags 2014-11-21 23:27:30 -08:00
Kurt
df235867b9 Day2 ORAS Support Pre 2014-11-21 23:23:48 -08:00
Kurt
80bbee2287 Added Version Mascot Flags to ORAS Flag Editor 2014-11-21 19:50:29 -08:00
Kurt
f52e667be1 Event Flag Split 2014-11-21 19:47:30 -08:00
Kurt
188aab7236 Second ORAS support commit
still WIP
2014-11-21 19:26:16 -08:00
Kurt
21eccb0dad Preliminary ORAS Support 2014-11-21 15:34:10 -08:00
Kurt
0e4d392000 PP Bugfix 2014-11-18 22:35:39 -08:00
Kurt
d838c11d2d Adding some ORAS content 2014-11-18 22:35:07 -08:00
Kurt
068becc050 Fix friendship reverting
changing how the code worked ;)
2014-11-16 08:13:52 -08:00
Kurt
9145578597 fix fulldex button functionality
Don't know when/how it was commented out...
2014-11-15 15:15:21 -08:00
Kurt
223783fddb ORAS Updates 2014-11-14 21:08:17 -08:00
Kaphotics
b8fbf3ed11 Merge pull request #7 from SciresM/patch-2
Update ability table for OR/AS megas and new forms
2014-11-14 21:05:48 -08:00
SciresM
8386831ecb Update ability table for OR/AS megas and new forms
From personal.garc
2014-11-14 21:02:34 -08:00
Kurt
7b1752fc30 Added ORAS Ribbons 2014-11-13 17:56:11 -08:00
Kurt
978b0aeafb casting fix 2014-11-04 22:55:44 -08:00