Lynn "Zhorken" Vaughan
7e0cd75d29
Add properties for getting a Pokemon from a PokemonForm, and vice-versa.
2011-01-24 15:58:29 -05:00
Lynn "Zhorken" Vaughan
74c8d25eb7
Improve a bunch of schema documentation.
...
I didn't get to a bunch, but I wanted this to stop clogging up my working
tree.
2010-12-24 21:03:22 -05:00
Lynn "Zhorken" Vaughan
c984eaede1
Support kaburumo and chobomaki's trade-for-each other evolution. #378
2010-12-24 21:03:22 -05:00
a_magical_me
580ae8169e
Add order_by=Pokemon.order to a few relations.
2010-12-20 20:26:26 -08:00
a_magical_me
6f89723dd5
Give Pokemon an order column.
...
Basically national order, but with families grouped together.
2010-12-14 19:07:47 -08:00
Lynn "Zhorken" Vaughan
6be23de775
Give move changelogs a few more relations. #78
2010-12-13 20:24:14 -05:00
Eevee
d280cfac94
Added a short_effect column to the items table.
2010-12-13 15:38:46 -08:00
Eevee
4dcb6e0f4d
Eagerload PokemonName.language.
2010-12-11 21:43:46 -08:00
Lynn "Zhorken" Vaughan
535b6cfa73
Give abilities separate relations for all/normal/dream Pokémon.
2010-12-11 12:20:19 -05:00
Brigit Lemanski
6c02987fb6
Fixing typos like a winner.
2010-12-07 20:38:16 -05:00
Brigit Lemanski
42142f90a0
Implement move effect changelog; misc move fixes.
2010-12-07 20:23:14 -05:00
Brigit Lemanski
421a47ec32
Changelog for RGBY -> GS, HGSS -> BW
2010-12-07 17:05:17 -05:00
Lynn "Zhorken" Vaughan
2aa7848b62
Rename the "none" damage class to "non-damaging".
...
Also decapitalize the classes' names, because they make sense that way
and they're not among the things the games always capitalize.
2010-12-07 12:43:58 -05:00
Zhorken
cfd9a9aa3a
Order move changelogs descendingly.
2010-12-06 18:10:52 -05:00
Zhorken
e7784d6467
Make version_group.versions an actual relation with an order_by().
2010-12-06 17:56:43 -05:00
Zhorken
4e5415ac56
Implement an ability changelog; add a few changes. #78
2010-12-06 17:55:09 -05:00
Zhorken
523552e2d6
Version group Pokédexes don't need their own table.
2010-12-04 22:54:35 -05:00
Eevee
aa00ee83de
Implement a move data changelog. Update old moves to their Gen V stats. #78
2010-11-30 22:48:29 -08:00
Zhorken
24631474fa
Add Pokémon's Pokéathlon stats to the database. #285
2010-11-30 04:51:54 -05:00
Zhorken
49b7502099
Overhaul the Pokémon form schema. #286 #179 #379
2010-11-29 20:38:04 -05:00
Eevee
ade7d9aa19
Add Dream World abilities. #380
2010-11-25 00:10:12 -08:00
Petr Viktorin
1daff536b8
Finish documenting the tables
2010-11-19 23:29:32 -08:00
Petr Viktorin
febbf16222
Schema documentation, up to Language
2010-11-19 23:29:31 -08:00
Eevee
d56cc97b8c
Moved priority out of the move_effects table.
2010-10-16 22:50:22 -07:00
Zhorken
ddca78c34d
Order Pokemon.stats by stat id. #366
2010-09-27 02:59:48 -04:00
Zhorken
cf12819bc8
B/W: Add new items to the database.
...
There's now a hole in the items table: there's no item 667. There are
two records for the Live Caster in B/W, and I couldn't figure out why,
or see any difference between them, and they were causing problems, so
I deleted the second one.
2010-09-25 04:55:21 -04:00
Eevee
cb3e7bcf96
B&W: New moves. Also changed always-hit moves to NULL; helps #124 .
2010-09-19 01:11:03 -07:00
Eevee
c42ce7c1be
B&W: Added all new Pokémon! Forms now start at 10001.
2010-09-18 22:53:53 -07:00
Eevee
c05ca1460f
Fixed missing indices on the pokemon_moves table.
2010-09-10 23:29:26 -07:00
Eevee
497c3aa0f0
Make baby-trigger items (i.e., incense) a foreign key. #337
2010-09-01 23:24:21 -07:00
Eevee
0fcdb6bcc9
Add a Nature.is_neutral helper property.
2010-09-01 21:52:44 -07:00
Zhorken
3e7d750790
Add foreign type names to the database.
2010-08-06 22:48:30 -04:00
Eevee
1718da9854
Added gen 4 location internal ids and some pseudo-locations.
2010-07-25 22:26:05 -07:00
Eevee
c65c72842f
Add identifiers for move flags.
2010-07-25 22:26:05 -07:00
Zhorken
276098b655
Store each Pokémon's initial hatch counter instead of a step count.
...
The step counts we had weren't even good estimates. To hatch an egg
uninterrupted takes (counter + 1) * 255 steps in gen IV; what we had
was counter * 256.
Phione and Manaphy have different counters, as do Croagunk and Toxicroak
for some reason, so they're associated with individual Pokémon now,
rather than entire evolution chains. Double-checked with Pearl,
Platinum, and SoulSilver; there were no differences between the three,
aside from the alternate forms introduced in Platinum.
2010-07-13 23:07:25 -04:00
Zhorken
8ef8c3a915
Add foreign names to the database.
...
Most names as ripped from HeartGold or SoulSilver. Gen-III-only names
ripped from Emerald and de-allcapsed; for French, I also judged where
accents belong on newly-lowercase letters. A couple of them might have
mistakes.
2010-06-14 23:13:42 -04:00
Zhorken
12aaf06359
Added foreign nature names to the database.
...
Same as abilities. Japanese as ripped from SoulSilver; French, German,
Italian, and Spanish as ripped from Platinum.
2010-06-07 20:17:50 -04:00
Zhorken
77bec54324
Order Pokémon dex numbers by Pokédex ID.
2010-06-07 16:15:43 -04:00
Zhorken
577a6b44a4
Give Pokémon internal IDs their own table and add all gens' IDs.
...
- Gen I has them all mixed around.
- Gen II has no surprises, but I figured it's good to be thorough.
- Gen III has the first 251 in order, then a big break, then the
third-gen Pokémon mixed around, though families are usually together.
- Gen IV has the 493 in order and then alternate forms after Arceus,
which will be useful to have once Gen V comes and we have to bump
the alt forms in the pokemon table forward.
2010-06-07 16:15:23 -04:00
Eevee
47631116fb
Form groups, rst => markdown
2010-06-02 00:26:57 -07:00
Eevee
17037f53d3
Use absolute_import in markdown.py, to fix import problem.
2010-06-02 00:17:27 -07:00
Eevee
1fbba5476c
Scrap docutils for markdown. #275
2010-06-02 00:17:27 -07:00
Eevee
409b16e8ee
Link stats to damage classes.
2010-06-02 00:17:27 -07:00
Eevee
b1691804c1
Blindly throw some more indexes on pokemon_moves.
2010-06-02 00:17:26 -07:00
Zhorken
106e156d22
Update the form group description column. #210
...
I meant to include this in the last commit. Whoops.
Rotom's description is *really long*, so I needed to bump the length up
to fit it. Also changed it to an RstTextColumn.
2010-05-26 14:46:01 -04:00
Zhorken
386e215ae3
Add foreign ability names to the database.
...
This adds Japanese, French, German, Spanish, and Italian names, as
ripped from SoulSilver (Japanese) or Platinum (everything else).
This also fixes a couple of backrefs.
2010-05-26 14:30:32 -04:00
a_magical_me
febfb239fb
Python 2.5 compatibility
2010-05-25 14:41:15 -07:00
Eevee
b91c813966
Pokemon.evolution_* => Pokemon.*_pokemon
2010-05-25 00:12:53 -07:00
Eevee
672caf7aa9
Fix a many-to-many join bug with evolutions.
2010-05-25 00:12:53 -07:00
Eevee
cd24ebe9ca
Removed evolution_methods table. #42
2010-05-25 00:12:53 -07:00