Commit graph

  • 702b99666e Added a bunch of autoincrement=False. Eevee 2011-04-01 17:59:42 -0700
  • 42a3989dc6 Merge branch 'encukou' Eevee 2011-04-01 17:10:13 -0700
  • 61a0e8ae54 Created flavor summary tables. Eevee 2011-04-01 17:07:28 -0700
  • 497bbd8d96 Add the Czech language Petr Viktorin 2011-03-31 16:15:53 +0300
  • 17e359ddba Add 'ripped' to column info Petr Viktorin 2011-03-30 04:47:18 +0300
  • 13452d3136 Create flavor_summary tables for Pokemon, Move, Item. Eevee 2011-04-01 16:47:52 -0700
  • ef3038d047 Remove a bad test Petr Viktorin 2011-03-30 02:24:52 +0300
  • 7b93c11f7e Reorder the classes in tables.py alphabetically. Also, test the order. Petr Viktorin 2011-03-30 00:15:28 +0300
  • 3bfb7f0bb9 Update the comment for the Postgres version of pokedex load. Petr Viktorin 2011-03-29 23:50:23 +0300
  • d8840fdf5b Remove the test for filter(Pokemon.name > u"Xatu") Petr Viktorin 2011-03-29 21:01:57 +0300
  • 97bf4cfe45 Update test_schema to the new API. Add some missing column metadata. Petr Viktorin 2011-03-29 20:44:43 +0300
  • c4dc27732d Update test_strings.py to the new API (still fails though) Petr Viktorin 2011-03-29 19:54:20 +0300
  • d961cfe1c7 Add a mapped_classes list, and a translation_classes list to each mapped class Petr Viktorin 2011-03-29 19:53:16 +0300
  • bd9fa0d6a6 Shapes for gen 5 Pokémon. Eevee 2011-04-01 15:59:14 -0700
  • 305f739190 Disable autoincrement for MoveMetaAilment. Eevee 2011-03-31 09:22:16 -0700
  • 8b81053a90 Add Stat.is_battle_only. Eevee 2011-03-29 21:26:57 -0700
  • db466bbebf Update the pokedex.db.tables docs. Eevee 2011-03-29 20:20:08 -0700
  • 825d40c51e Match default language by id, not identifier. Eevee 2011-03-29 20:15:41 -0700
  • 1268a76832 Joinedload current-language names. Eevee 2011-03-29 18:39:37 -0700
  • 4445305e7c Merge remote-tracking branch 'origin/encukou' Eevee 2011-03-29 08:06:34 -0700
  • c25db1d2cf Add Czech romanization Petr Viktorin 2011-01-26 02:14:42 +0100
  • 3475c86d2e Print progress for dropping/creating tables Petr Viktorin 2011-03-29 17:36:45 +0300
  • bb4861b8c6 Faster pokedex load for PostgreSQL #526 Petr Viktorin 2011-03-14 05:11:27 +0200
  • c91da22989 Merge remote-tracking branch 'origin/ability-changes' Eevee 2011-03-28 22:13:33 -0700
  • b8dfb06ccc Add the 1% held items in B/W. Eevee 2011-03-28 21:59:23 -0700
  • f6a36a2654 We finally know what the last B/W move flag is. Eevee 2011-03-28 21:39:42 -0700
  • 1f29c2ce17 Recent changes to Bide and Feint. #570 Eevee 2011-03-28 21:26:44 -0700
  • d64090bd4f Some more ability fixes/changes. #561 Lynn "Zhorken" Vaughan 2011-03-28 23:40:30 -0400
  • e63892bcde Fix short effects for Grudge, Glaciate. #570 Eevee 2011-03-28 19:55:53 -0700
  • 956189d4a7 Fix ancient bug with Pursuit description. #569 Eevee 2011-03-28 19:36:05 -0700
  • 5b7b15c7ce Mud/Water Sport last until the user leaves battle. #568 Eevee 2011-03-28 19:30:10 -0700
  • 125d4e2d2f Metal Burst returns 1.5× damage, not 2×. #567 Eevee 2011-03-28 19:25:29 -0700
  • 4daa6ab0c3 Merge branch 'schema-sanity' Eevee 2011-03-28 19:14:24 -0700
  • f24702b7a9 language_id -> local_language_id Eevee 2011-03-28 19:12:30 -0700
  • 93a85f020f Remove back_populates, which doesn't seem to work. Eevee 2011-03-24 20:44:08 -0700
  • 027fd6236f Remove a bunch of imports from tables.py. Eevee 2011-03-24 20:02:00 -0700
  • d986355bf3 Rename internal_id to game_index. Eevee 2011-03-24 19:37:12 -0700
  • 3a6fe6d539 Rename *_texts tables to *_names. Eevee 2011-03-24 18:46:46 -0700
  • a3e0e4912b Whoops; preserve column order. Eevee 2011-03-24 17:17:24 -0700
  • ef1db6029d Remove LanguageSpecific. Eevee 2011-03-23 22:39:21 -0700
  • 8ad84e4032 Removed ProseColumn and TextColumn. Huzzah. Eevee 2011-03-23 22:17:02 -0700
  • 68e14e663e Started switching to create_translation_table. Eevee 2011-03-21 22:32:52 -0700
  • 6a9172151a Sigh! Remove support for strings as keys; use Language objects. Eevee 2011-03-21 17:54:28 -0700
  • 1da816af4b New i18n schema thing impl, and fixed the new tests to match. Eevee 2011-03-20 01:06:45 -0700
  • 542aa670ae Added a test for the i18n dynamic table generation. Eevee 2011-03-18 18:22:18 -0700
  • 4645349133 Rename some meta-schema variables for ease of debugging. Eevee 2011-03-18 17:15:34 -0700
  • 9c65ab3516 Add missing effect chance to Twister. #565 Eevee 2011-03-14 22:32:06 -0700
  • a417a0a9e1 Replace String* sqla stuff with association_proxy. Eevee 2011-03-14 22:24:29 -0700
  • a0f5c53193 Give every db table a __str__. Eevee 2011-03-14 20:51:31 -0700
  • b61acaff69 Tidy up relation creation for name tables. Eevee 2011-03-13 23:43:08 -0700
  • f773ef02ec Remove OfficiallyNamed and UnofficiallyNamed. Eevee 2011-03-13 23:12:17 -0700
  • 55364cd836 Merge branch 'encukou' Eevee 2011-03-13 15:51:17 -0700
  • 482ca207cb Fix some i18n schema issues when running under a Real Database™. Eevee 2011-03-12 18:06:16 -0800
  • 2f222ca973 Make the string properties mutable Petr Viktorin 2011-03-13 17:47:31 +0200
  • 7c039115ee Use DefaultLangProperty for Markdown columns Petr Viktorin 2011-03-13 17:08:18 +0200
  • e5f7cd2aed Rename StatHint.text to .message (clashed with the all-texts attribute) Petr Viktorin 2011-03-13 15:42:50 +0200
  • 1053b35471 fixup! I18n for the database schema Petr Viktorin 2011-03-12 22:43:29 +0200
  • 2375c3117c Actually test :foo in test_crash_empty_prefix Petr Viktorin 2011-03-12 17:30:15 +0200
  • 980ae01d10 Fix connect() without arguments Petr Viktorin 2011-03-12 16:46:04 +0200
  • bc2707f6c4 Support filtering by strings (Pokemon.name, Pokemon.names['fr'], etc.) Petr Viktorin 2011-03-12 14:36:08 +0200
  • 414a272c21 Add descriptions to new tables Petr Viktorin 2011-03-12 16:42:41 +0200
  • d0d4d1aa96 Use a class + mapper instead of dynamic declarative magic Petr Viktorin 2011-03-08 23:09:08 +0200
  • b3c7689d41 Replace all_tables by table_classes; get rid of globals() Petr Viktorin 2011-03-08 22:55:47 +0200
  • bbfaa73f80 Fix up the migration Petr Viktorin 2011-03-12 16:07:14 +0200
  • a551feb785 Move English texts to language-specific tables Petr Viktorin 2011-03-12 18:05:37 +0200
  • 625aa19fbd Preserve the order of TextColumns and ProseColumns. Eevee 2011-03-13 15:25:10 -0700
  • c40324652e Add migration script to move English texts to language-specific tables Petr Viktorin 2011-02-04 06:34:00 +0200
  • b962a1b4fe Make lookup index respect the moved names Petr Viktorin 2011-02-04 06:25:23 +0200
  • 1a43df032a Add data to language table Petr Viktorin 2011-02-04 06:24:33 +0200
  • 30faa46ab6 Multi-language markdown move properties Petr Viktorin 2011-02-04 06:22:44 +0200
  • d813e24b25 I18n for the database schema Petr Viktorin 2011-03-12 17:59:01 +0200
  • 59f1e835f4 Some ability changes/fixes. #561 Lynn "Zhorken" Vaughan 2011-03-12 21:57:34 -0500
  • c68de245a8 Fixing short desc for Acid Spray. Brigit Lemanski 2011-03-12 21:41:03 -0500
  • acb156d28d Give calculated_stat and calculated_hp the same signature. Eevee 2011-03-10 22:11:16 -0800
  • 65d80fc2e8 Add Spanish B/W names. Lynn "Zhorken" Vaughan 2011-03-10 12:00:37 -0500
  • c397438e7c Add Italian names for B/W stuff. Lynn "Zhorken" Vaughan 2011-03-10 11:46:14 -0500
  • b3c6876f86 Add German names for B/W stuff. Lynn "Zhorken" Vaughan 2011-03-10 11:26:43 -0500
  • d05e5bf427 Remove the erroneous Dusclops-only Thief tutor. Lynn "Zhorken" Vaughan 2011-03-06 00:58:37 -0500
  • 373c01dfda "Characteristic" text, here called stat hints. Eevee 2011-03-06 01:13:19 -0800
  • 74454f8d76 Add B/W move metadata. #389 Eevee 2011-03-06 00:00:40 -0800
  • 2f11f0b81f Add a SaveFilePokemon accessor to get the form. Eevee 2011-03-05 16:04:05 -0800
  • 334a578133 Add French names from B/W for everything. #252 Lynn "Zhorken" Vaughan 2011-03-03 13:16:05 -0500
  • 61c0662264 Add B/W ability flavour text. Lynn "Zhorken" Vaughan 2011-03-02 19:37:06 -0500
  • 52ed7e9398 Add B/W Pokémon flavour text! Lynn "Zhorken" Vaughan 2011-03-02 18:58:36 -0500
  • c721ffbcaf Add B/W move flavour text. Lynn "Zhorken" Vaughan 2011-03-02 18:43:25 -0500
  • 28403631d9 Add B/W item flavour text. Lynn "Zhorken" Vaughan 2011-03-02 18:35:15 -0500
  • a2511817b3 B/W item names. #451 Lynn "Zhorken" Vaughan 2011-03-02 18:04:18 -0500
  • 0aeeb1ec58 Fix Markdown references to Gen V stuff. Lynn "Zhorken" Vaughan 2011-03-02 17:31:32 -0500
  • 71b78a631c English names for everything! #451 Lynn "Zhorken" Vaughan 2011-03-02 16:38:50 -0500
  • edc222bbb6 Shorten some over-long move effect changelog entries. Lynn "Zhorken" Vaughan 2011-02-10 21:50:16 -0500
  • 4a71461720 Fix references to Dragon Tail and Round. Lynn "Zhorken" Vaughan 2011-02-10 21:45:03 -0500
  • 92084b28b3 Support null PP for Struggle and Shadow moves. #190 Lynn "Zhorken" Vaughan 2011-02-10 21:00:53 -0500
  • d6a96f5ee9 Support null pre-D/P damage class for ??? and Shadow. Lynn "Zhorken" Vaughan 2011-02-06 13:31:20 -0500
  • f7a222ed1d Add names revealed 2011-02-10. #451 Lynn "Zhorken" Vaughan 2011-02-10 20:58:46 -0500
  • 1bfbaa67b1 Add a couple relations for move effect changelogs. Eevee 2011-02-09 23:37:41 -0800
  • 96c5c6a09f Use engine_from_config for database connections. #390 Eevee 2011-01-30 22:29:23 -0800
  • 405c90941c Cleaning up move_changelog and move_effect_changelog, #78 #530 Brigit Lemanski 2011-02-09 18:38:02 -0500
  • 2079cccb72 Load/dump dance. a_magical_me 2011-02-06 00:16:55 -0800
  • 6c11455b28 Tympole and Timburr; also Basculin's forms are Stripe*d*. #451 Lynn "Zhorken" Vaughan 2011-02-02 02:46:15 -0500
  • 70e04dda47 Add more newly-revealed names. #451 Lynn "Zhorken" Vaughan 2011-02-01 11:15:38 -0500