zzz-pokedex.git
2009-09-14  EeveeFixed up setup.py. Most notably, 'install' now works.
2009-09-14  EeveeWhen loading Pokédex data, commit every 1000 rows.
2009-09-14  EeveeFixed use of split() in lookup. Now strips whitespace...
2009-09-14  EeveeAdded HG/SS overworld sprites.
2009-09-13  EeveeRe-ripped Diamond/Pearl level-up moves.
2009-09-13  EeveeRe-ripped Platinum moves directly.
2009-09-12  EeveeRaichuu, not Raichyuu
2009-09-11  EeveeAdded HG/SS egg and level moves. (Thanks, Arty2)
2009-09-11  EeveeFixed some problems with HGSS alt sprites; frame2 were...
2009-09-11  EeveeHG/SS sprites cleanup.
2009-09-10  EeveeHeart Gold and Soul Silver sprites.
2009-09-10  EeveeClarified some move target descriptions.
2009-09-10  EeveeMade short_effect also an rST column, so effect chance...
2009-09-10  EeveeAdded __singlename__ property to tables that have corre...
2009-09-10  EeveeRewrote every single move effect. #55
2009-09-03  Eeveesetup.py needs a list for package_data, not a string
2009-09-02  EeveeAdded D/P font as a bunch of PNGs.
2009-09-01  EeveeAdded semi-magical reST parsing for move effects.
2009-08-27  EeveeMoved damage classes to a separate table. #76
2009-08-26  EeveeAdded alt Shaymin/Giratina/Rotom moves for Platinum...
2009-08-25  EeveeFix crash when stdin has no encoding.
2009-08-25  EeveeAdded random lookup. #57
2009-08-25  EeveeWildcard lookup! #89
2009-08-25  EeveeSome minor lookup refactoring.
2009-08-25  EeveeRevert "Renamed de-accented item names in the db."
2009-08-24  EeveeFilled in missing Pokédex flavor text, even when duplic...
2009-08-24  EeveeRemoved +x from Crystal sprites.
2009-08-24  EeveeRenamed de-accented item names in the db.
2009-08-24  EeveeAdded whoosh and sqlite files to .gitignore.
2009-08-24  EeveeAdded lookup tests. #15
2009-08-24  EeveeRestored accents on Poke * items.
2009-08-23  EeveeAdded support for type: prefix and forme lookup. #15
2009-08-23  EeveeFix whoosh version so Nidoran search works.
2009-08-23  EeveeReturn correctly-cased foreign names from lookup. #15
2009-08-23  EeveeFinally weight lookup results by language. #15
2009-08-23  EeveeFlesh out lookup by number. #15
2009-08-22  EeveeAdded support for lookup by other language name. #15
2009-08-21  EeveeAdded lookup support for foreign language names. #15
2009-08-21  Eeveeopen_index was returning an index instead of a SpellChe...
2009-08-21  EeveeAllow lookup() callers to pass in their own whoosh...
2009-08-19  EeveeFixed some weirdness using version_group as a one-to...
2009-08-19  EeveeRemoved whoosh hacks; 0.3 obviates them. #15
2009-08-19  EeveeAdded setup command and made lookup work sanely. #15
2009-08-19  EeveeAdded --quiet switch to dump/load.
2009-08-19  EeveeVastly improved the pokedex import/export UI.
2009-08-17  EeveeFixed whoosh index creation to work with 0.2.x. #15
2009-08-15  EeveeSprite form fixes for Unown and Castform. #73
2009-08-15  EeveeAdded static Emerald sprites. #73
2009-08-14  EeveeAdded FR/LG back sprites. #73
2009-08-14  EeveeAdded RBY and Blue sprites. #73
2009-08-14  EeveeAdded GSC sprites. #73
2009-08-14  EeveeAdded R/S and FR/LG sprites. #73
2009-08-14  EeveeFixed romanization of herakurosu and herugaa.
2009-08-13  EeveeAdded generation_id to moves.
2009-08-10  EeveeAdded Surfing Pikachu and Volt Tackle Pichu. #14
2009-08-10  EeveeAdded machines table.
2009-08-10  EeveeUpdated generation icons to be hopefully more clear.
2009-08-06  EeveeAdded a cropped egg icon for the move table.
2009-08-04  EeveeEgg moves are passed down by the father, not the mother.
2009-08-04  EeveeAdded Move.effect and VersionGroup.generation relations.
2009-07-31  EeveeImproved CSV import speed by several orders of magnitude.
2009-07-29  EeveeAdded growth rate formulas in LaTeX format.
2009-07-29  EeveeMake help message readable for people without a UTF...
2009-07-28  Eeveepokemon_moves table no longer tries to have an autoinc...
2009-07-28  EeveeChanged exception syntax to work with Python 2.5.
2009-07-28  EeveeAdded Move.type relation.
2009-07-28  EeveeLookup search lowercases the term again; whoops. #15
2009-07-27  EeveeMerge branch 'master' of git@veekun.com:pokedex into...
2009-07-27  EeveeAdded moves, types, items, and abilities to lookup...
2009-07-27  EeveeAdded Pokémon movesets. #14
2009-07-27  EeveeFixed csvexport to write in primary key order.
2009-07-26  EeveeRemoved the need for a spelling column in the lookup...
2009-07-26  EeveeReordered pokemon_items.csv in correct primary key...
2009-07-26  EeveeAdded icons and database rows for HG/SS. #32
2009-07-26  EeveeMigrated a roomaji library over from spline-pokedex.
2009-07-26  EeveeMigrated a roomaji library over from spline-pokedex.
2009-07-25  EeveeAdded command_ prefix to CLI commands to fix import...
2009-07-25  EeveePokédex lookup now uses a whoosh index and spell-checke...
2009-07-23  EeveeAdded a README and licensed under MIT.
2009-07-23  EeveeStubbed in a simple lookup command. #15
2009-07-22  EeveeFixed bad/confusing grammar in Aftermath's description.
2009-07-21  EeveeStubbing out a lookup function. #15
2009-07-18  EeveeVery simple items table and wild held item data. #10
2009-07-15  EeveeRecolored the cropped Kecleon purple. :3
2009-07-15  EeveeReplaced cropped sizes with cropped Pokémon for #13.
2009-07-06  EeveeMerge branch 'master' of git@veekun.com:pokedex
2009-07-06  EeveeAdded cropped shape images. #13
2009-07-04  EeveeFixed a slew of foriegn key import problems. #29
2009-06-27  EeveeAdded Platinum Sinnoh dex numbers. #24
2009-06-21  EeveeAdded remaining Pokémon form data. #5
2009-06-16  EeveeAdded some Pokémon methods to hide form weirdness. #5
2009-06-16  EeveeAdded Platinum forms. #5
2009-06-16  EeveeAdded icons for Platinum formes. #5
2009-06-09  EeveeAdded alternate Forme sprites for Platinum. #5
2009-06-07  EeveeAdded other languages' Pokémon names.
2009-05-29  EeveeChanged generation icons to RB/GS/etc.
2009-05-29  EeveeFixed csvimport to load in table dependency order.
2009-05-17  EeveeOops! Added encoding line to tables.py. #6
2009-05-17  EeveeDocumented crazy encounter schema. #7
2009-05-17  EeveeConsolidated Solaceon Ruins and Old Chateau areas. #7
next