Update the pokedex.db.tables docs.
[zzz-pokedex.git] / pokedex /
2011-03-30  EeveeUpdate the pokedex.db.tables docs.
2011-03-30  EeveeMatch default language by id, not identifier.
2011-03-30  EeveeJoinedload current-language names.
2011-03-29  EeveeMerge remote-tracking branch 'origin/encukou'
2011-03-29  Petr ViktorinAdd Czech romanization
2011-03-29  Petr ViktorinPrint progress for dropping/creating tables
2011-03-29  Petr ViktorinFaster `pokedex load` for PostgreSQL #526
2011-03-29  EeveeMerge remote-tracking branch 'origin/ability-changes'
2011-03-29  EeveeAdd the 1% held items in B/W.
2011-03-29  EeveeWe finally know what the last B/W move flag is.
2011-03-29  EeveeRecent changes to Bide and Feint. #570
2011-03-29  Lynn "Zhorken" VaughanSome more ability fixes/changes. #561
2011-03-29  EeveeFix short effects for Grudge, Glaciate. #570
2011-03-29  EeveeFix ancient bug with Pursuit description. #569
2011-03-29  EeveeMud/Water Sport last until the user leaves battle....
2011-03-29  EeveeMetal Burst returns 1.5× damage, not 2×. #567
2011-03-29  EeveeMerge branch 'schema-sanity'
2011-03-29  Eeveelanguage_id -> local_language_id
2011-03-25  EeveeRemove back_populates, which doesn't seem to work.
2011-03-25  EeveeRemove a bunch of imports from tables.py.
2011-03-25  EeveeRename internal_id to game_index.
2011-03-25  EeveeRename *_texts tables to *_names.
2011-03-25  EeveeWhoops; preserve column order.
2011-03-24  EeveeRemove LanguageSpecific.
2011-03-24  EeveeRemoved ProseColumn and TextColumn. Huzzah.
2011-03-22  EeveeStarted switching to create_translation_table.
2011-03-22  EeveeSigh! Remove support for strings as keys; use Language...
2011-03-20  EeveeNew i18n schema thing impl, and fixed the new tests...
2011-03-19  EeveeAdded a test for the i18n dynamic table generation.
2011-03-19  EeveeRename some meta-schema variables for ease of debugging.
2011-03-15  EeveeAdd missing effect chance to Twister. #565
2011-03-15  EeveeReplace String* sqla stuff with association_proxy.
2011-03-15  EeveeGive every db table a __str__.
2011-03-14  EeveeTidy up relation creation for name tables.
2011-03-14  EeveeRemove OfficiallyNamed and UnofficiallyNamed.
2011-03-13  EeveeMerge branch 'encukou'
2011-03-13  EeveeFix some i18n schema issues when running under a Real...
2011-03-13  Petr ViktorinMake the string properties mutable
2011-03-13  Petr ViktorinUse DefaultLangProperty for Markdown columns
2011-03-13  Petr ViktorinRename StatHint.text to .message (clashed with the...
2011-03-13  Petr Viktorinfixup! I18n for the database schema
2011-03-13  Petr ViktorinActually test :foo in test_crash_empty_prefix
2011-03-13  Petr ViktorinFix connect() without arguments
2011-03-13  Petr ViktorinSupport filtering by strings (Pokemon.name, Pokemon...
2011-03-13  Petr ViktorinAdd descriptions to new tables
2011-03-13  Petr ViktorinUse a class + mapper instead of dynamic declarative...
2011-03-13  Petr ViktorinReplace all_tables by table_classes; get rid of globals()
2011-03-13  Petr ViktorinFix up the migration
2011-03-13  Petr ViktorinMove English texts to language-specific tables
2011-03-13  EeveePreserve the order of TextColumns and ProseColumns.
2011-03-13  Petr ViktorinMake lookup index respect the moved names
2011-03-13  Petr ViktorinAdd data to language table
2011-03-13  Petr ViktorinMulti-language markdown move properties
2011-03-13  Petr ViktorinI18n for the database schema
2011-03-13  Lynn "Zhorken" VaughanSome ability changes/fixes. #561
2011-03-13  Brigit LemanskiFixing short desc for Acid Spray.
2011-03-11  EeveeGive calculated_stat and calculated_hp the same signature.
2011-03-10  Lynn "Zhorken" VaughanAdd Spanish B/W names.
2011-03-10  Lynn "Zhorken" VaughanAdd Italian names for B/W stuff.
2011-03-10  Lynn "Zhorken" VaughanAdd German names for B/W stuff.
2011-03-10  Lynn "Zhorken" VaughanRemove the erroneous Dusclops-only Thief tutor.
2011-03-09  Eevee"Characteristic" text, here called stat hints.
2011-03-09  EeveeAdd B/W move metadata. #389
2011-03-09  EeveeAdd a SaveFilePokemon accessor to get the form.
2011-03-03  Lynn "Zhorken" VaughanAdd French names from B/W for everything. #252
2011-03-03  Lynn "Zhorken" VaughanAdd B/W ability flavour text. veekun-promotions/2011030302
2011-03-02  Lynn "Zhorken" VaughanAdd B/W Pokémon flavour text! veekun-promotions/2011030301
2011-03-02  Lynn "Zhorken" VaughanAdd B/W move flavour text.
2011-03-02  Lynn "Zhorken" VaughanAdd B/W item flavour text.
2011-03-02  Lynn "Zhorken" VaughanRename item icons.
2011-03-02  Lynn "Zhorken" VaughanB/W item names. #451
2011-03-02  Lynn "Zhorken" VaughanFix Markdown references to Gen V stuff.
2011-03-02  Lynn "Zhorken" VaughanEnglish names for everything! #451
2011-02-11  Lynn "Zhorken" VaughanShorten some over-long move effect changelog entries. veekun-promotions/2011021501 veekun-promotions/2011021502 veekun-promotions/2011022101
2011-02-11  Lynn "Zhorken" VaughanFix references to Dragon Tail and Round.
2011-02-11  Lynn "Zhorken" VaughanSupport null PP for Struggle and Shadow moves. #190
2011-02-11  Lynn "Zhorken" VaughanSupport null pre-D/P damage class for ??? and Shadow.
2011-02-11  Lynn "Zhorken" VaughanAdd names revealed 2011-02-10. #451
2011-02-10  EeveeAdd a couple relations for move effect changelogs.
2011-02-10  EeveeUse engine_from_config for database connections. #390
2011-02-09  Brigit LemanskiCleaning up move_changelog and move_effect_changelog...
2011-02-06  a_magical_meLoad/dump dance.
2011-02-06  a_magical_meRename Basculin's sprites. #451
2011-02-02  Lynn "Zhorken" VaughanTympole and Timburr; also Basculin's forms are Stripe...
2011-02-01  Lynn "Zhorken" VaughanAdd more newly-revealed names. #451
2011-01-31  Lynn "Zhorken" VaughanOrder Ability's Pokémon relations by Pokemon.order.
2011-01-31  Lynn "Zhorken" VaughanMake Type.moves a proper relation with an order_by.
2011-01-31  Lynn "Zhorken" VaughanMorning is not a separate time of day for evolution.
2011-01-28  Lynn "Zhorken" VaughanAdd Sugimori art for Basculin.
2011-01-28  Lynn "Zhorken" VaughanCastform's forms are all "the Weather Pokémon".
2011-01-28  Lynn "Zhorken" VaughanAdd new names revealed by IGN on 2011-01-27. #451
2011-01-28  Petr ViktorinSpeed tweaks for pokedex load in SQLite
2011-01-28  EeveeRemove useless encounter_slot_conditions table. #297
2011-01-28  EeveeMerge fishing and surfing swarms into regular swarms...
2011-01-28  EeveeRemoved a ton of nonsensical HG/SS swarm encounters...
2011-01-28  EeveeLots of encounters were using slots that claimed to...
2011-01-28  Lynn "Zhorken" VaughanDelete some B/W female sprites identical to the male...
2011-01-25  Lynn "Zhorken" VaughanRename the Liberty Pass's icon.
2011-01-25  Lynn "Zhorken" VaughanAdd names for Victini and the Liberty Pass. #451
2011-01-25  Lynn "Zhorken" VaughanMerge the fem_sprite columns into has_gender_difference...
next