Commit Graph

  • ba08a41f2f Fixed romanization of herakurosu and herugaa. Eevee 2009-08-13 17:40:47 -0700
  • 545cbc8928 Added generation_id to moves. Eevee 2009-08-12 17:24:35 -0700
  • a89e00acc3 Added Surfing Pikachu and Volt Tackle Pichu. #14 Eevee 2009-08-09 23:08:04 -0700
  • a253df0280 Added machines table. Eevee 2009-08-09 23:07:23 -0700
  • 9f9c29a398 Egg moves are passed down by the father, not the mother. Eevee 2009-08-04 16:11:53 -0400
  • ce23a82e50 Added Move.effect and VersionGroup.generation relations. Eevee 2009-08-03 22:59:39 -0400
  • e8ed55c297 Improved CSV import speed by several orders of magnitude. Eevee 2009-07-31 00:03:02 -0700
  • 7566351ce1 Added growth rate formulas in LaTeX format. Eevee 2009-07-28 22:45:55 -0700
  • 398545a77f Make help message readable for people without a UTF-8 terminal. Eevee 2009-07-28 18:31:06 -0700
  • 6a8569b722 pokemon_moves table no longer tries to have an autoinc column. Eevee 2009-07-28 11:22:57 -0700
  • d997e27112 Changed exception syntax to work with Python 2.5. Eevee 2009-07-28 08:25:11 -0700
  • 7347da558a Added Move.type relation. Eevee 2009-07-27 19:09:11 -0700
  • 20d40364b1 Lookup search lowercases the term again; whoops. #15 Eevee 2009-07-27 18:45:43 -0700
  • 8b3614a3c8 Merge branch 'master' of git@veekun.com:pokedex into HEAD Eevee 2009-07-27 00:09:18 -0700
  • 76d7bbe0e7 Added moves, types, items, and abilities to lookup index. #15 Eevee 2009-07-26 23:18:11 -0700
  • bf5ce11242 Added Pokémon movesets. #14 Eevee 2009-07-26 23:03:10 -0700
  • 64d3c7d5f1 Fixed csvexport to write in primary key order. Eevee 2009-07-26 22:19:27 -0700
  • cce9c26125 Removed the need for a spelling column in the lookup index. #15 Eevee 2009-07-26 00:37:37 -0700
  • bbfaf43d2b Reordered pokemon_items.csv in correct primary key order. #10 Eevee 2009-07-25 20:30:22 -0700
  • 1b21c953fe Added icons and database rows for HG/SS. #32 Eevee 2009-07-25 17:27:27 -0700
  • 25baa7c4c0 Migrated a roomaji library over from spline-pokedex. Eevee 2009-07-25 17:21:39 -0700
  • 6523dd8ba5 Migrated a roomaji library over from spline-pokedex. Eevee 2009-07-25 17:21:39 -0700
  • d4077cc71d Added command_ prefix to CLI commands to fix import problems. Eevee 2009-07-25 02:43:30 -0700
  • b13ffac247 Pokédex lookup now uses a whoosh index and spell-checker. #15 Eevee 2009-07-25 01:28:33 -0700
  • 8e08f88fd8 Added a README and licensed under MIT. Eevee 2009-07-23 00:04:47 -0700
  • 8fb0e550ad Stubbed in a simple lookup command. #15 Eevee 2009-07-22 23:44:06 -0700
  • 14a6545fa6 Fixed bad/confusing grammar in Aftermath's description. Eevee 2009-07-21 23:05:44 -0700
  • f23a3401f2 Stubbing out a lookup function. #15 Eevee 2009-07-21 00:12:25 -0700
  • 7c7e0484c2 Very simple items table and wild held item data. #10 Eevee 2009-07-17 23:33:36 -0700
  • 418ac755e3 Merge branch 'master' of git@veekun.com:pokedex Eevee 2009-07-05 17:16:29 -0700
  • 634ef3ed1e Fixed a slew of foriegn key import problems. #29 Eevee 2009-07-03 23:12:13 -0400
  • 185264a288 Added Platinum Sinnoh dex numbers. #24 Eevee 2009-06-26 21:27:35 -0700
  • 4397dfbb0c Added remaining Pokémon form data. #5 Eevee 2009-06-20 22:32:37 -0700
  • f9391b409a Added some Pokémon methods to hide form weirdness. #5 Eevee 2009-06-15 20:48:27 -0700
  • 61f973ab27 Added Platinum forms. #5 Eevee 2009-06-15 20:48:02 -0700
  • e2353855be Added other languages' Pokémon names. Eevee 2009-06-07 01:36:17 -0700
  • 15ee3fcccf Fixed csvimport to load in table dependency order. Eevee 2009-05-28 21:16:18 -0700
  • 0af6b1c8ab Oops! Added encoding line to tables.py. #6 Eevee 2009-05-17 03:01:17 -0700
  • 204fe28c7a Documented crazy encounter schema. #7 Eevee 2009-05-17 00:18:10 -0700
  • b9820bec29 Consolidated Solaceon Ruins and Old Chateau areas. #7 Eevee 2009-05-16 23:34:24 -0700
  • 29f37d89e5 Another rearrangement of CSV rows by primary key. Eevee 2009-05-16 22:31:04 -0700
  • 42bcb31bdd Improved some location and area names. #7 Eevee 2009-05-16 22:16:19 -0700
  • 8812dd9654 Fixed table loading under SQLAlchemy 0.5.3. Eevee 2009-05-02 17:44:26 -0700
  • 9fc09eb0ec Reordered some rows in mapping tables. Eevee 2009-05-01 06:29:19 -0700
  • d9a2d96ede Made csvimport somewhat tolerant of load errors. Eevee 2009-05-01 06:24:09 -0700
  • 9f6f210fa5 Added encounter data for Diamond, Pearl, and Platinum. Eevee 2009-05-01 06:20:18 -0700
  • afa6c061b6 Added a function for the EXP formula. Eevee 2009-03-27 19:49:20 -0400
  • 67af605e8d Added a couple extra female back sprite flags, new in Platinum. Eevee 2009-03-25 20:48:36 -0400
  • 85ee27dedd Fixed CSV import's handling of Boolean columns. Eevee 2009-03-25 20:43:09 -0400
  • 15eae9ed6c Added Python versions of stat formulae. Eevee 2009-03-22 22:07:31 -0400
  • ed83e318fd Merge branch 'master' of eevee@tekkanin.veekun.com:dev/pokedex Eevee 2009-03-22 21:14:44 -0400
  • c4883a95f4 Added relations for evolution. Eevee 2009-03-20 19:28:41 -0400
  • ac325b620d CSV import now respects NULLability of columns. Eevee 2009-03-08 21:34:48 -0400
  • 20c9c23f51 Fixed some MySQL import problems. Eevee 2009-03-07 18:54:01 -0800
  • 33e659c79a Added SQLAlchemy to setup.py and fixed a typo in .gitignore. Eevee 2009-03-07 16:26:57 -0800
  • 774690026c Added habitat sprites. Renamed flavor to flavor_text. Eevee 2009-03-06 19:14:42 -0800
  • e212038be0 Added Pokemon body shapes. Eevee 2009-03-04 19:29:43 -0800
  • 8fa671403b Few more relations, for egg groups and evo chains. Eevee 2009-03-03 17:58:27 -0800
  • 7315189b10 Added region names to the generations table. Eevee 2009-03-03 17:58:10 -0800
  • 94c70f00d3 Added a generation_id column to the pokemon table. Eevee 2009-03-02 01:06:31 -0800
  • 35ac91dc48 Added more table relations, for spline-pokedex Pokemon page. Eevee 2009-03-01 19:40:02 -0800
  • b9b1b3ddcd Added Sugimori art. Moves images into data/ folder. Eevee 2009-02-28 00:00:39 -0800
  • 2e3c87b1b8 Fixed Pokemon female-sprite flags. Eevee 2009-02-27 18:42:12 -0800
  • e6f5da6dab Added a whole bunch of foreign keys. Eevee 2009-02-23 23:31:35 -0800
  • f67cf73581 Reverted unnecessary changes to setup.py. Eevee 2009-02-22 23:46:25 -0800
  • 77ee4eb8a0 Moved CSV sources into pokedex/. Eevee 2009-02-22 23:44:40 -0800
  • d0aea28639 Made a data/csv directory for CSV sources. Eevee 2009-02-14 19:19:19 -0800
  • bad044d1d8 Initial commit, with much of the data imported. Eevee 2009-02-05 00:05:42 -0800