Commit Graph

442 Commits

Author SHA1 Message Date
Greg Edwards
320fc26a2a Expose Pokedex.Species as an IDictionary. 2015-05-08 19:05:43 -04:00
Greg Edwards
855bd9eb88 Added ForeignLookup control. 2015-05-08 18:30:48 -04:00
Greg Edwards
b150bdf566 Default to gen5 search for the simple reason that it's more popular. 2015-05-07 02:33:49 -04:00
Greg Edwards
fc0c6bfd48 Fixed speed getting overwritten with special attack when parsing stats. 2015-05-07 01:19:49 -04:00
Greg Edwards
556ed0e208 Fixed pokemon data getting horribly destroyed when inserting into the GTS. 2015-05-07 01:18:49 -04:00
Greg Edwards
df51a9ed92 Fixed some requested species icons 404ing. 2015-05-05 21:24:11 -04:00
Greg Edwards
2e8b27de22 That feeling when everything just works the first time 2015-05-05 21:09:22 -04:00
Greg Edwards
4df11f444b Gen5 party structure 2015-05-05 21:04:23 -04:00
Greg Edwards
b66fc281c7 First draft of gen5 pokemon structure 2015-05-05 20:52:33 -04:00
Greg Edwards
fffedcb82d Cleaned up byte offset comments. 2015-05-05 20:52:18 -04:00
Greg Edwards
9ef94ad18c Did some method extractions and moved things to base class in preparation for Pokemon5. 2015-05-05 20:09:10 -04:00
Greg Edwards
510dda30c4 Fixed colour of unused moveslot type column again. 2015-05-05 20:08:47 -04:00
Greg Edwards
33332d05c6 Added bad egg field. 2015-05-05 19:14:49 -04:00
Greg Edwards
4d494840e8 Added StatValues.ToString for debug purposes. 2015-05-05 11:40:45 -04:00
Greg Edwards
8dbe0ecc19 First implementation of trainer memos. 2015-05-05 11:34:34 -04:00
Greg Edwards
07fb242097 Fixed InvalidCastException when attempting to load the pokedex. 2015-05-04 21:16:49 -04:00
Greg Edwards
abb298f9a6 VeekunImport inserts locations. 2015-05-04 21:06:39 -04:00
Greg Edwards
5a19b155c7 Added regions and locations to Pokedex. 2015-05-04 19:57:02 -04:00
Greg Edwards
61765fc33d Replaced DatabaseExtender.Coalesce with DatabaseExtender.Cast. It's cleaner that way. 2015-05-04 19:56:17 -04:00
Greg Edwards
f0e501b91f Lots of cleanup to VeekunImport project. 2015-05-02 17:12:09 -04:00
Greg Edwards
01b3c9a3ef Add list of regions to the database. 2015-05-02 17:12:08 -04:00
Greg Edwards
c714be02ec Added regions to pokedex. 2015-05-02 17:11:49 -04:00
Greg Edwards
e87ed81b95 Update database schema 2015-05-02 17:11:40 -04:00
Greg Edwards
e1077cb9e6 GTS search design tweaks 2015-04-23 11:20:55 -04:00
Greg Edwards
8c8727a075 Heaps of design work on GTS search 2015-04-21 21:32:40 -04:00
Greg Edwards
36edf2d753 Created TrainerName on GtsRecordBase. 2015-04-21 21:32:26 -04:00
Greg Edwards
d582fbc2b5 Clarified EncodedString ctor comment 2015-04-21 21:31:53 -04:00
Greg Edwards
1900c5fa45 Added GtsRecordBase.Pokemon property. 2015-04-21 20:35:19 -04:00
Greg Edwards
7ab18824f6 Hide GtsRecord data behind a ReadOnlyCollection property. 2015-04-21 20:26:16 -04:00
Greg Edwards
a49b764bc0 Moved a bunch of common fields over to GtsRecordBase. 2015-04-21 10:03:10 -04:00
Greg Edwards
8d8d0e44cc Pass a Pokedex instance to the GtsRecord ctors 2015-04-18 18:40:31 -04:00
Greg Edwards
4c7e46bcdb Retire GtsRecord5.Unknown0 2015-04-18 17:29:47 -04:00
Greg Edwards
156abbe83c Created base class for GTS records implementing BinarySerializableBase 2015-04-18 17:19:52 -04:00
Greg Edwards
d1f7a47ef0 Fixed Gen4 box upload always saying the box is in the server. 2015-04-16 12:04:04 -04:00
Greg Edwards
222f8eba89 Split Pokemon4 class into separate box/party versions. 2015-04-14 21:23:50 -04:00
Greg Edwards
caec6383d4 Did some cleanup to the pokemon structure. 2015-04-14 21:14:34 -04:00
Greg Edwards
94f3a46f67 Impose correctness on LazyKeyValuePair 2015-04-13 20:18:20 -04:00
Greg Edwards
6ea19739fe Design work on GTS search 2015-04-13 19:48:56 -04:00
Greg Edwards
5e714435a1 Added formatter classes 2015-04-13 19:48:36 -04:00
Greg Edwards
98fefa0416 More GTS search design 2015-04-04 17:57:11 -04:00
Greg Edwards
67a6454f20 Show correct "next level in" information 2015-03-31 02:06:04 -04:00
Greg Edwards
b0e2db6a96 Added reverse experience formula. (untested) 2015-03-31 02:05:41 -04:00
Greg Edwards
88b6bff74e Implemented experience formulas. 2015-03-31 01:39:38 -04:00
Greg Edwards
a091d51e6d Added pokerus display. 2015-03-31 00:48:37 -04:00
Greg Edwards
e11ada7f78 Some progress on GTS search design 2015-03-31 00:34:39 -04:00
Greg Edwards
22ad1da71b Include genderless pokemon in gender-specific searches. 2015-03-28 16:40:51 -04:00
Greg Edwards
9a34b44705 oy 2015-03-26 14:26:47 -04:00
Greg Edwards
3228f41ed2 Make those damned battle video errors stop! https://github.com/mm201/pkmnFoundations/issues/9 2015-03-26 03:19:41 -04:00
Greg Edwards
3947b51bc1 Perform trade logging in the database class itself. 2015-03-26 03:09:09 -04:00
Greg Edwards
a5e7399ccf Fixed helper method returning trade ID 0 instead of null. 2015-03-26 01:47:31 -04:00