zzz-pokedex.git
2010-05-15  EeveeMake setup.py install work with package_data. veekun-promotions/2010051501
2010-05-14  a_magical_meFactor out logic for finding the default db/index....
2010-05-13  EeveeMake plumbing respect the same env vars as the CLI...
2010-05-13  EeveeMake `pokedex status` a bit more useful. #180
2010-05-13  EeveeSplit PokedexLookup(recreate=True) into its own method...
2010-05-12  EeveeAdded some missing item icons and fixed TMs/Data Cards...
2010-05-11  EeveePhoto Album icon. #248
2010-05-11  Eevees/Pokemon/Pokémon/g #45
2010-05-10  EeveeUnique Pokédex names. veekun-promotions/2010050901
2010-05-10  EeveePokemon.types should order by slot. #220
2010-05-10  EeveeFix ordering of Pokémon abilities. #257
2010-05-07  a_magical_meMunge SGB colors. Add GBC colors. #245
2010-05-06  EeveeOptipnged some version icons.
2010-05-06  EeveeAdded R/G version icons. #212
2010-05-06  EeveeFixed small problems with D/P font.
2010-05-04  ZhorkenCorrected a couple of French Pokémon names.
2010-05-04  ZhorkenAdded ability flavour text. #62
2010-05-04  ZhorkenAdded ability effects. Rewrote short effects. #39
2010-05-04  ZhorkenRemoved "No Ability" from abilities.
2010-05-04  ZhorkenAdded abilities' generations to the database.
2010-05-03  EeveeAdded GrowthRate.max_experience.
2010-05-03  EeveeRestored Item.appears_underground and added location...
2010-05-03  EeveeBroke existing item flags out into their own table.
2010-05-03  EeveeAdded item HG/SS flavor text and internal ids. #168?
2010-05-03  EeveeAdded some HG/SS item data. #168
2010-05-02  a_magical_meRipped Gen I Pokémon sprites. #245
2010-04-30  EeveeLookup now respects "ability" as a lookup type.
2010-04-28  EeveeLet lookup accept hex/octal/binary numbers.
2010-04-28  ZhorkenMerge branch 'master' of git@veekun.com:pokedex
2010-04-28  ZhorkenReripped Gen I–III Pokémon flavour text. #46
2010-04-28  ZhorkenReripped Gen I–III Pokémon flavour text.
2010-04-27  a_magical_meAdd experience tables.
2010-04-27  EeveeJammed in a bunch of nature stuff.
2010-04-27  EeveeTurned Move.contest_type into a foreign key.
2010-04-27  EeveeShuffled item categories.
2010-04-27  EeveeAdded bag pocket icons.
2010-04-27  EeveeItem tidying; fixed missing és, added ItemPocket.identi...
2010-04-26  EeveeAt last, imported item and berry data. #10
2010-04-24  EeveeUse fnmatch for filenameish glob parsing.
2010-04-24  EeveeTiny fix for CLI help.
2010-04-24  EeveeLoading big tables now shows a progress indicator....
2010-04-24  EeveeOverhauled CLI. #180
2010-04-24  EeveeOops; Rash had its stats backwards.
2010-04-24  EeveeFixed some location names. #167
2010-04-24  ZhorkenMerge branch 'master' of git@veekun.com:pokedex
2010-04-23  ZhorkenFixed references to "U-Turn" to "U-turn".
2010-04-21  a_magical_meFix location_area_encounter_rates
2010-04-21  ZhorkenAdded missing R/B internal IDs.
2010-04-20  ZhorkenFixed "Roar Of Time" to "Roar of Time", too.
2010-04-20  ZhorkenFixed Conversion 2 and U-turn's names.
2010-04-19  EeveeRefactored valid-type handling in lookup.
2010-04-19  EeveeFixed description for one-Pokémon targeting, and effect...
2010-04-19  EeveeFixed some missing colons in ":mechanic:". #185
2010-04-19  EeveeSupport natures in lookup.
2010-04-17  EeveeFixed the hell out of the capture rate formula. #150
2010-04-17  EeveeAdded pokedex.savefile, which can encrypt/decrypt Pokém...
2010-04-17  EeveeMade Encore effect a bit more accurate.
2010-04-17  EeveeSunflora can be tutored Earth Power in HG/SS. #149
2010-04-17  EeveeOnce and for all, fixed Pt tutor moves. #126
2010-04-17  Eeveeroomaji.py now handles "wu xe" and "shi xi" correctly...
2010-04-17  EeveeAdded Pokemon.stat() accessor.
2010-04-17  EeveeAdded canonical_pokedex, Pokedex.region, and some Pokéd...
2010-04-13  a_magical_meFix HGSS fishing encounter slot rarities.
2010-04-13  a_magical_meFix RBY grass/water encounter slot rarities.
2010-04-13  a_magical_meAdd slot index to encounter_slots
2010-04-13  ZhorkenFixed some misspelled German Pokémon names. #140
2010-03-29  EeveeFixed lookup tests to, um, run.
2010-03-29  EeveeRemove absolute HP from the capture chance formula.
2010-03-29  EeveeRoar and Whirlwind cancel Wish.
2010-03-29  EeveeNope, shake formula dun use integers.
2010-03-29  EeveeWhy am I importing sqlalchemy.databases.mysql...?
2010-03-29  EeveeAdd locations to lookup. Wow, easy.
2010-03-29  EeveeRemove special lookup logic for forms.
2010-03-29  EeveeRemoved forme_name from lookup; added indexed_name...
2010-03-29  EeveeLookup index now contains default form names.
2010-03-29  EeveeAdd 487-altered.png. Fixed form name.
2010-03-29  EeveeAdded natures table.
2010-03-29  EeveeHo-oh => Ho-Oh
2010-03-24  ZhorkenTweaked a couple of Pokédex descriptions.
2010-03-24  ZhorkenName the G/S/C Johto dex that instead of "New".
2010-03-22  EeveeTotally overhauled lookup to use a class.
2010-03-22  EeveeMake lookup ignore accent marks.
2010-03-21  EeveeAdded capture chance formula.
2010-03-21  EeveeAdded new HG/SS item sprites.
2010-03-17  EeveeAllow passing engine arguments to connect().
2010-03-16  ZhorkenAdded language codes alongside the country codes.
2010-03-16  ZhorkenAdded German, Spanish, and Italian move names.
2010-03-15  ZhorkenSky Shaymin holds a Lum Berry in Platinum.
2010-03-15  ZhorkenReplaced newlines and fancy quotation marks in DPPt...
2010-03-15  EeveeAdded Land Shaymin (492-land.png) sprites.
2010-03-15  EeveeFix Rough Skin, Roost, and formatting of Detect.
2010-03-15  EeveeGRAVITY. DISABLES. SPLASH.
2010-03-15  EeveeLookup no longer crashes if all type prefixes are bogus.
2010-03-15  EeveeFixed malformed reST in Recycle's move effect.
2010-03-15  EeveeImplemented rst as_text, for showing short move effects...
2010-03-15  EeveeMake rst as_html handle errors a little more nicely.
2010-03-15  ZhorkenAdded wild held items for HeartGold and SoulSilver.
2010-03-12  EeveeHG/SS Pokémon flavor text.
2010-03-11  EeveeAdded Rotom -normal sprites.
2010-03-10  EeveeFixed Hustle description.
next