2011-04-06 |
Eevee | Unbreak db.connect(), whoops.
|
commit | commitdiff | tree |
2011-04-06 |
Eevee | Merge branch 'encukou'
|
commit | commitdiff | tree |
2011-04-06 |
Eevee | Remove the responsibility of setting a default language...
|
commit | commitdiff | tree |
2011-04-06 |
Eevee | Always joinedload the local_language for a full language...
|
commit | commitdiff | tree |
2011-04-03 |
Eevee | Change item short effects to markdown.
|
commit | commitdiff | tree |
2011-04-03 |
Eevee | Random lookup algorithm is now more naive, but less...
|
commit | commitdiff | tree |
2011-04-03 |
Eevee | Added a truckload of innerjoins and joinedloads.
|
commit | commitdiff | tree |
2011-04-03 |
Eevee | Fix the i18n test; now uses multilang's session subclasses.
|
commit | commitdiff | tree |
2011-04-03 |
Eevee | Split up MoveEffectProperty; don't detect dict proxies.
|
commit | commitdiff | tree |
2011-04-03 |
Eevee | Fix `pokedex load` with empty tables.
|
commit | commitdiff | tree |
2011-04-02 |
Eevee | Added a bunch of autoincrement=False.
|
commit | commitdiff | tree |
2011-04-02 |
Eevee | Merge branch 'encukou'
|
commit | commitdiff | tree |
2011-04-02 |
Eevee | Created flavor summary tables.
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Add the Czech language
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Add 'ripped' to column info
|
commit | commitdiff | tree |
2011-04-01 |
Eevee | Create flavor_summary tables for Pokemon, Move, Item.
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Remove a bad test
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Reorder the classes in tables.py alphabetically. Also...
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Update the comment for the Postgres version of pokedex...
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Remove the test for filter(Pokemon.name > u"Xatu")
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Update test_schema to the new API. Add some missing...
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Update test_strings.py to the new API (still fails...
|
commit | commitdiff | tree |
2011-04-01 |
Petr Viktorin | Add a mapped_classes list, and a translation_classes...
|
commit | commitdiff | tree |
2011-04-01 |
Eevee | Shapes for gen 5 Pokémon.
|
commit | commitdiff | tree |
2011-03-31 |
Eevee | Disable autoincrement for MoveMetaAilment.
|
commit | commitdiff | tree |
2011-03-30 |
Eevee | Add Stat.is_battle_only.
|
commit | commitdiff | tree |
2011-03-30 |
Eevee | Update the pokedex.db.tables docs.
|
commit | commitdiff | tree |
2011-03-30 |
Eevee | Match default language by id, not identifier.
|
commit | commitdiff | tree |
2011-03-30 |
Eevee | Joinedload current-language names.
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Merge remote-tracking branch 'origin/encukou'
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Merge remote-tracking branch 'origin/ability-changes'
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Add the 1% held items in B/W.
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | We finally know what the last B/W move flag is.
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Recent changes to Bide and Feint. #570
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Fix short effects for Grudge, Glaciate. #570
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Fix ancient bug with Pursuit description. #569
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Mud/Water Sport last until the user leaves battle....
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Metal Burst returns 1.5× damage, not 2×. #567
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | Merge branch 'schema-sanity'
|
commit | commitdiff | tree |
2011-03-29 |
Eevee | language_id -> local_language_id
|
commit | commitdiff | tree |
2011-03-25 |
Eevee | Remove back_populates, which doesn't seem to work.
|
commit | commitdiff | tree |
2011-03-25 |
Eevee | Remove a bunch of imports from tables.py.
|
commit | commitdiff | tree |
2011-03-25 |
Eevee | Rename internal_id to game_index.
|
commit | commitdiff | tree |
2011-03-25 |
Eevee | Rename *_texts tables to *_names.
|
commit | commitdiff | tree |
2011-03-25 |
Eevee | Whoops; preserve column order.
|
commit | commitdiff | tree |
2011-03-24 |
Eevee | Remove LanguageSpecific.
|
commit | commitdiff | tree |
2011-03-24 |
Eevee | Removed ProseColumn and TextColumn. Huzzah.
|
commit | commitdiff | tree |
2011-03-22 |
Eevee | Started switching to create_translation_table.
|
commit | commitdiff | tree |
2011-03-22 |
Eevee | Sigh! Remove support for strings as keys; use Language...
|
commit | commitdiff | tree |
2011-03-20 |
Eevee | New i18n schema thing impl, and fixed the new tests...
|
commit | commitdiff | tree |
2011-03-19 |
Eevee | Added a test for the i18n dynamic table generation.
|
commit | commitdiff | tree |
2011-03-19 |
Eevee | Rename some meta-schema variables for ease of debugging.
|
commit | commitdiff | tree |
2011-03-15 |
Eevee | Add missing effect chance to Twister. #565
|
commit | commitdiff | tree |
2011-03-15 |
Eevee | Replace String* sqla stuff with association_proxy.
|
commit | commitdiff | tree |
2011-03-15 |
Eevee | Give every db table a __str__.
|
commit | commitdiff | tree |
2011-03-14 |
Eevee | Tidy up relation creation for name tables.
|
commit | commitdiff | tree |
2011-03-14 |
Eevee | Remove OfficiallyNamed and UnofficiallyNamed.
|
commit | commitdiff | tree |
2011-03-13 |
Eevee | Merge branch 'encukou'
|
commit | commitdiff | tree |
2011-03-13 |
Eevee | Fix some i18n schema issues when running under a Real...
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Make the string properties mutable
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Use DefaultLangProperty for Markdown columns
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Rename StatHint.text to .message (clashed with the...
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | fixup! I18n for the database schema
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Actually test :foo in test_crash_empty_prefix
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Fix connect() without arguments
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Support filtering by strings (Pokemon.name, Pokemon...
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Add descriptions to new tables
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Use a class + mapper instead of dynamic declarative...
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Replace all_tables by table_classes; get rid of globals()
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Fix up the migration
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Move English texts to language-specific tables
|
commit | commitdiff | tree |
2011-03-13 |
Eevee | Preserve the order of TextColumns and ProseColumns.
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Add migration script to move English texts to language...
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Make lookup index respect the moved names
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Add data to language table
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | Multi-language markdown move properties
|
commit | commitdiff | tree |
2011-03-13 |
Petr Viktorin | I18n for the database schema
|
commit | commitdiff | tree |
2011-03-13 |
Brigit Lemanski | Fixing short desc for Acid Spray.
|
commit | commitdiff | tree |
2011-03-11 |
Eevee | Give calculated_stat and calculated_hp the same signature.
|
commit | commitdiff | tree |
2011-03-09 |
Eevee | "Characteristic" text, here called stat hints.
|
commit | commitdiff | tree |
2011-03-09 |
Eevee | Add B/W move metadata. #389
|
commit | commitdiff | tree |
2011-03-09 |
Eevee | Add a SaveFilePokemon accessor to get the form.
|
commit | commitdiff | tree |
2011-02-10 |
Eevee | Add a couple relations for move effect changelogs.
|
commit | commitdiff | tree |
2011-02-10 |
Eevee | Use engine_from_config for database connections. #390
|
commit | commitdiff | tree |
2011-01-28 |
Petr Viktorin | Speed tweaks for pokedex load in SQLite
|
commit | commitdiff | tree |
2011-01-28 |
Eevee | Remove useless encounter_slot_conditions table. #297
|
commit | commitdiff | tree |
2011-01-28 |
Eevee | Merge fishing and surfing swarms into regular swarms...
|
commit | commitdiff | tree |
2011-01-28 |
Eevee | Removed a ton of nonsensical HG/SS swarm encounters...
|
commit | commitdiff | tree |
2011-01-28 |
Eevee | Lots of encounters were using slots that claimed to...
|
commit | commitdiff | tree |
2010-12-24 |
Eevee | Fix cross thunder short effect.
|
commit | commitdiff | tree |
2010-12-24 |
Eevee | Crashfix: Bunch of move effect syntax fixes.
|
commit | commitdiff | tree |
2010-12-13 |
Eevee | edit-csv-as-yaml: preserve column order in the YAML...
|
commit | commitdiff | tree |
2010-12-13 |
Eevee | Added a short_effect column to the items table.
|
commit | commitdiff | tree |
2010-12-12 |
Eevee | Fixed a few markdown syntax errors.
|
commit | commitdiff | tree |
2010-12-12 |
Eevee | Eagerload PokemonName.language.
|
commit | commitdiff | tree |
2010-12-07 |
Eevee | Get rid of the final Gen V ability (?)s. #376
|
commit | commitdiff | tree |
2010-12-07 |
Eevee | New names: Zorua/Zoroark, Illusion, Hone Claws/Foul...
|
commit | commitdiff | tree |
2010-12-06 |
Eevee | Mention buggy interaction between freefall and Gravity...
|
commit | commitdiff | tree |
2010-12-06 |
Eevee | Final gen V move effects, part 6 of 6!!! #376
|
commit | commitdiff | tree |
2010-12-06 |
Eevee | Final gen V move effects, part 5 of 6. #376
|
commit | commitdiff | tree |
next |