Commit Graph

153 Commits

Author SHA1 Message Date
Greg Edwards
022ecdd5bd Fixed compilation. 2015-03-21 18:49:35 -04:00
Greg Edwards
86438e055a Added WithTransaction helpers to remove transaction boilerplate from everywhere. (part 4/4) 2015-03-21 18:28:31 -04:00
Greg Edwards
0ce36d5de8 Added WithTransaction helpers to remove transaction boilerplate from everywhere. (part 3/4) 2015-03-20 19:19:02 -04:00
Greg Edwards
b42eb15bd2 Added WithTransaction helpers to remove transaction boilerplate from everywhere. (part 2/4) 2015-03-17 21:14:21 -04:00
Greg Edwards
c691a5951d Added WithTransaction helpers to remove transaction boilerplate from everywhere. (part 1/4) 2015-03-17 21:13:56 -04:00
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
19c0e7431b Provide an almost empty setProfile profile for Diamond/Pearl games. 2015-03-14 17:04:48 -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
e3c16da03b Lower .NET framework dependencies to 3.5 for most (non-web) projects. 2015-02-14 20:48:16 -05:00
Greg Edwards
860502a38d Reference SQLite via NuGet. 2015-02-14 20:34:37 -05:00
Greg Edwards
e87f0ebf06 Reference MySql.Data via NuGet. 2015-02-14 20:24:46 -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
5b7026eeb2 Expose base stats on Form class. 2015-02-10 19:45:34 -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
81000cd1f5 Looks like I need null pokedex support for VeekunImport... 2015-02-10 19:43:07 -05:00
Greg Edwards
9e33f63ecb Added Indexer1d helper from gamefloor. 2015-02-09 19:38:04 -05:00
Greg Edwards
61bda8e871 Plumbing to lookup the forms of a given species 2015-02-09 10:56:25 -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
06a73d96e4 Log trade_id and partner_pid fields for trades. 2015-01-20 18:21:49 -05:00
Greg Edwards
1f75103586 Solved issues with Pokedex creation. 2015-01-03 17:47:01 -05:00
Greg Edwards
94de379061 Added pokedex index to retrieve item based on its generation-specific value. 2015-01-03 17:20:56 -05:00
Greg Edwards
de1f37c914 Methods to load Pokedex from database (untested) 2015-01-03 17:11:19 -05:00
Greg Edwards
5c1d45394e Added more foreign object references in Pokedex classes. 2015-01-02 18:44:11 -05:00
Greg Edwards
f1530f76bb WIP of Pokedex retrieval logic 2015-01-02 18:22:23 -05:00
Greg Edwards
036690d4bf Update database schema. 2014-12-27 03:19:03 -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
772e3b8609 Added INSERT statements for pokedex. 2014-12-26 00:58:21 -05:00
Greg Edwards
3cacfbb608 Added families to VeekunImport project. 2014-12-15 10:29:45 -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
d1a628702a Added new overloads to Database.CreateInstance to allow for custom connection strings. 2014-10-14 19:38:00 -04:00
Greg Edwards
9f1dbd0f0f Rename DataAbstract to Database. 2014-10-14 18:50:41 -04:00
Greg Edwards
3f96f3866d Implemented trendy phrase rendering on Gen5. 2014-09-22 02:51:28 -04:00
Greg Edwards
ab16eb46d3 Implemented battle video saved request type. 2014-09-15 12:50:26 -04:00
Greg Edwards
1f8234cf37 Show number of battle videos in header 2014-09-02 00:27:26 -04:00
Greg Edwards
b07289a316 Update database schema 2014-08-29 19:16:05 -04:00