Greg Edwards
175294fb59
Implemented characteristics.
2015-03-14 18:19:13 -04:00
Greg Edwards
ef758a218b
Implemented IV judgement formula.
2015-03-14 17:56:45 -04:00
Greg Edwards
1ef2820121
Fixed some issues with Platinum gamestats.
2015-03-12 00:57:22 -04:00
Greg Edwards
af97c2e6df
Show more pokemon stats.
2015-03-11 21:22:04 -04:00
Greg Edwards
91fef43978
Show some actual values in pokemon viewer (wip)
2015-03-10 21:31:10 -04:00
Greg Edwards
b89eb29c62
Added stub implementation of Wifi Plaza gamestats server. (mostly replay responses for now)
2015-03-10 21:30:12 -04:00
Greg Edwards
66d2a1b7d6
Added DS version icons.
2015-03-04 10:24:25 -05:00
Greg Edwards
35f484924e
Added base class for party/box pokemon structure.
2015-02-24 13:12:12 -05:00
Greg Edwards
72d94114cf
Removed obsolete ctors.
2015-02-20 13:42:17 -05:00
Greg Edwards
8b33c6bff4
Added some notes
2015-02-17 00:31:33 -05:00
Greg Edwards
51d13b4a86
Patched up some compiler warnings.
2015-02-14 20:12:53 -05:00
Greg Edwards
53be497d3a
Publish PokemonBase.Generation field.
2015-02-13 18:02:02 -05:00
Greg Edwards
6699c425e9
Build LazyKeyValuePairs in the corresponding value classes, add null checks.
2015-02-13 18:01:42 -05:00
Greg Edwards
e0a7596bbc
Added item and ability lazy pairs to PokemonBase.
2015-02-10 20:52:52 -05:00
Greg Edwards
5042f887b9
Added lazy pairs to PokemonBase.Species and Form.
2015-02-10 20:00:37 -05:00
Greg Edwards
1cec145542
Solved order of execution issue with LazyKeyValuePairs and BinarySerializableBase ctor.
2015-02-10 19:44:56 -05:00
Greg Edwards
2ea9d7f883
Made pkm decoding work.
2015-02-07 18:12:25 -05:00
Greg Edwards
79e2b923f1
First draft of Gen4 pkm parsing.
2015-02-06 21:17:25 -05:00
Greg Edwards
f50e76c15d
VeekunImport project inserts form stats.
2014-12-27 03:17:39 -05:00
Greg Edwards
ac58d38fa4
Odd fixes
2014-12-26 20:51:25 -05:00
Greg Edwards
30b820b87f
First draft of VeekunImport project. (Database insert commands are nops.) (Also includes some Pokedex types.)
2014-12-08 02:31:47 -05:00
Greg Edwards
76de928a13
Added gen6 version enum values.
2014-10-28 20:57:41 -04:00
Greg Edwards
f3b1b79a42
More ctors to allow for cleaner fake trainer code.
2014-08-18 19:58:32 -04:00
Greg Edwards
f7374e962d
Fixed some stupid battle subway issues.
2014-08-07 19:57:33 -04:00
Greg Edwards
8e072eb06e
Store trendy phrases in separate fields.
2014-08-07 18:37:38 -04:00
Greg Edwards
ffbb2d6c10
Store leader phrase in trendy phrase object.
2014-08-07 16:33:48 -04:00
Greg Edwards
228a1a5e52
Fixed some database regressions.
2014-08-06 02:34:53 -04:00
Greg Edwards
c2376eef58
Fixed some battle tower structure offsets. (breaking change)
2014-08-05 00:33:40 -04:00
Greg Edwards
7c115417d7
Refactor a few classes to use new serialization method.
2014-08-04 18:56:40 -04:00
Greg Edwards
5145e2f5e2
Fixes to Battle Subway data schema
2014-08-03 19:15:36 -04:00
Greg Edwards
7a4c4644c8
GenV battle subway structures
2014-08-01 17:14:02 -04:00
Greg Edwards
81bcc14ed3
This should be a correct implementation of Gen4 Battle Tower but it makes the game hang for some reason.
2014-07-30 15:42:50 -04:00
Greg Edwards
32a1c4ab57
Fixed a lot of bugs with battle tower data logic.
2014-07-28 20:08:51 -04:00
Greg Edwards
a91d861c67
Implemented some battle tower database work.
2014-07-27 01:57:04 -04:00
Greg Edwards
4198aace33
For fuck's sake mysql
...
Workaround LAST_INSERT_ID and CAST limitations by making all primary keys unsigned bigint.
Workaround LAST_INSERT_ID signed/unsigned inconsistency between 5.5 and 5.6 by using Convert.ToUInt64 instead of casts.
2014-07-22 12:04:31 -04:00
Greg Edwards
008c7a0f6a
Save setProfile.asp profiles to the database.
2014-07-16 23:57:24 -04:00
Greg Edwards
10c0b32c6c
Changed TimeWithdrawn column name to TimeExchanged.
2014-07-15 20:40:36 -04:00
Greg Edwards
06f9c04053
Sanitize GTS post requests a bit better.
2014-07-14 11:50:49 -04:00
Greg Edwards
b27414fe75
Implemented top Colosseum / Battle Frontier battle video search on GenIV.
2014-07-10 22:52:33 -04:00
Greg Edwards
170cd55e77
Battle video search improvements
2014-07-10 00:52:02 -04:00
Greg Edwards
dd13c270b3
Fixed some issues with the GenV Global Terminal while testing.
2014-07-09 22:18:29 -04:00
Greg Edwards
a8d8c60d7a
Implemented battle video server on GenV. (to test)
2014-07-09 11:39:07 -04:00
Greg Edwards
70ed7b904f
Expanded some enums.
2014-07-07 11:53:55 -04:00
Greg Edwards
8b69ba21a9
Implemented GenV Musical upload. (untested)
2014-07-06 18:24:55 -04:00
Greg Edwards
2f4950a295
Core of GenV global terminal server
2014-07-02 22:46:58 -04:00
Greg Edwards
f7e06a5b51
Fixed Colosseum searches returning 0 results.
2014-07-01 18:49:23 -04:00
Greg Edwards
683b18a27a
Fixed issues with battle video server I found after testing.
2014-07-01 18:09:36 -04:00
Greg Edwards
5b775ed32b
Probably implemented battle videos server on Generation IV.
2014-06-30 02:17:13 -04:00
Greg Edwards
f7c724cae6
Save an array copy.
2014-06-25 11:45:46 -04:00
Greg Edwards
97e1a68ec7
Fixed battle video ID formula to work better against more example data.
2014-06-25 11:33:31 -04:00