zzz-pokedex.git
2009-09-30  EeveeReloaded Emerald moves to fix level-up move order....
2009-09-29  EeveeAdded hiragana support to roomaji.py. #100
2009-09-29  EeveeAdded a prefix_lookup() function, for suggestions.
2009-09-25  EeveeAdded Pichu form description so its page actually works.
2009-09-21  EeveeGave names to a bunch of HG/SS areas.
2009-09-21  EeveeAdded Rotom form moves for HG/SS.
2009-09-19  EeveeAdded HG/SS machines.
2009-09-16  EeveeFixed back sprites for Deoxys in Platinum.
2009-09-16  EeveeReorganized Deoxys gen 3 sprites to only be with the...
2009-09-16  EeveeAdded contest combos.
2009-09-15  EeveeMarked sprite forms with what version group introduced...
2009-09-15  EeveeAdded Gold/Silver Unown forms and dummy frame2s for...
2009-09-15  EeveeAdded move flavor text.
2009-09-15  EeveeAdded super contest effects.
2009-09-15  EeveeAdded preliminary HG/SS encounter data.
2009-09-14  EeveeBalls. Last commit was only data. Here's move flag...
2009-09-14  EeveeAdded move flags. Fixed Magic Coat description.
2009-09-14  EeveeAdded foreign move names. Japanese only so far.
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
next