Commit graph

  • 5770a3ea7d Add Spanish and Italian Pokémon names. Lynn "Zhorken" Vaughan 2014-03-11 16:14:59 -0400
  • 747b490901 Merge 3d3a417d6b into 5625b8274d valepert 2014-03-11 19:12:17 +0000
  • 5625b8274d Add national dex #, dex entries, name for Diancie. Lynn "Zhorken" Vaughan 2014-03-10 16:13:47 -0400
  • 7cd9f36e24 Improve effects for new moves and abilities a little. Lynn "Zhorken" Vaughan 2014-03-09 20:50:13 -0400
  • 8edb9329dc Add Diancie to the Undiscovered egg group. Lynn "Zhorken" Vaughan 2014-03-07 12:32:32 -0500
  • 4b11c70231 Fix Diamond Storm's type. Lynn "Zhorken" Vaughan 2014-03-07 12:32:22 -0500
  • d91a2e5e13 Sync moves with Showdown. #116 Lynn "Zhorken" Vaughan 2014-03-07 11:23:08 -0500
  • 21fd51bb0b Add Hold Back and Diamond Storm. Lynn "Zhorken" Vaughan 2014-03-07 11:15:47 -0500
  • f71e1521a9 Load/dump dance. Lynn "Zhorken" Vaughan 2014-03-07 10:56:54 -0500
  • 9cb44f56e5 Add Diancie. Lynn "Zhorken" Vaughan 2014-03-07 10:53:53 -0500
  • b8630cb076 Correct the descriptions for the Razor Claw and Razor Fang. Lynn "Zhorken" Vaughan 2014-03-04 13:50:19 -0500
  • 5ddbee886f Update the docstring on rewrite_long_table_names. Lynn "Zhorken" Vaughan 2014-02-21 17:59:52 -0500
  • 0c8aadc53c Merge branch 'oracle'. #109 Lynn "Zhorken" Vaughan 2014-02-21 17:51:37 -0500
  • f54a4caaca General code tidying for this Oracle fix. Lynn "Zhorken" Vaughan 2014-02-21 16:45:47 -0500
  • 5b759feaa2 Sort out all the non-nullable columns with empty values. Lynn "Zhorken" Vaughan 2014-02-21 16:21:36 -0500
  • 7b2743be75 Dynamically mangle long table names for Oracle; Unicode → UnicodeText. Epithumia 2013-12-18 14:32:13 +0100
  • 2a7eafd257 Merge 37110889b1 into 80838793d5 Epithumia 2014-02-21 17:28:23 +0100
  • 4e78775018 movesets: Change default target version to X encukou-movesets Petr Viktorin 2014-02-14 00:47:23 +0100
  • 8fd2466c37 Merge branch 'master' of github.com:veekun/pokedex into encukou-movesets Petr Viktorin 2014-02-14 00:47:02 +0100
  • 80838793d5 Merge pull request #100 from valepert/patch-3 Lynn Vaughan 2014-02-06 15:33:10 -0500
  • fe1c6d96eb added Kalos Route 1 encounters, slots, and location_area for X and Y Bryan Anderson 2014-01-13 12:24:29 -0800
  • 858bdb4766 Merge d969d78155 into a9bce8f5a3 Bryan Anderson 2014-01-12 19:51:17 -0800
  • d969d78155 Fixed error in Basculin blue-strip form Bryan Anderson 2014-01-12 19:02:50 -0800
  • a9bce8f5a3 Add ability changes for Feebas, Milotic, and Zapdos. veekun-promotions/2014010601 production Lynn "Zhorken" Vaughan 2014-01-06 13:12:43 -0500
  • 61b5032519 Put the hyphen back in Lock-On's name. Lynn "Zhorken" Vaughan 2014-01-04 08:07:02 -0500
  • 3fbe98c93a Sync move stats with Showdown. Lynn "Zhorken" Vaughan 2014-01-03 20:22:11 -0500
  • 0ad40dee14 Sync Pokémon moves with Showdown. Lynn "Zhorken" Vaughan 2014-01-03 20:00:47 -0500
  • 37110889b1 Fix doctest to actually pass with the new Pokémon species/names. Epithumia 2013-12-22 19:28:11 +0100
  • 48d4ff5e97 Add more comments. Epithumia 2013-12-22 19:21:01 +0100
  • befea028ca Correct Japanese names for a few Kalos Pokémon. Lynn "Zhorken" Vaughan 2013-12-20 20:28:06 -0500
  • a950378ce7 Actually commit oracle.py. Epithumia 2013-12-21 00:06:27 +0100
  • 00013f5ac0 Grouped all the hackery manipulations of the names in oracle.py, easily reversible too. Fixed dump to read from short named columns but dump in long named files. Load/dump now uses oracle.py to handle the name stuff. Epithumia 2013-12-19 15:46:31 +0100
  • 6c0074b1a5 Remove table renaming from connect(), instead require 'from pokedex.db.oracle import *' followed by 'rewrite_long_table_names()'; Epithumia 2013-12-19 13:45:07 +0100
  • 33d2940b1b Group the oracle-related renaming into functions in oracle.py ; check whether a renaming was already done before doing it, likewise check if a renaming was done before undoing it Epithumia 2013-12-19 13:03:48 +0100
  • 6724e301be Remove useless imports Epithumia 2013-12-19 06:57:12 +0100
  • aa9fd809bf Revert aggressive renaming; add check to make sure connect doesn't rewrite _original_name Epithumia 2013-12-19 06:52:51 +0100
  • 3f63e3c802 Aggressive table renaming, in case dropping the vowels still doesn't bring the length under 30 Epithumia 2013-12-19 00:36:43 +0100
  • 0d9d44ca03 Removed use of table.description, add a _original_name to it instead Epithumia 2013-12-18 23:37:03 +0100
  • 591d3bb4dd The fix for empty strings should only be applied to oracle sessions Epithumia 2013-12-18 14:42:23 +0100
  • 5501be34a8 Support for Oracle: auto-shorten long table names, use UnicodeText() instead of Unicode(4000) because of size limitations for the mapped datatypes in Oracle Epithumia 2013-12-18 14:32:13 +0100
  • bf2c79879d Add Happy Hour and Celebrate. Lynn "Zhorken" Vaughan 2013-12-11 14:20:14 -0500
  • fb06d85e1e Keldeo can switch forms. Lynn "Zhorken" Vaughan 2013-12-05 16:41:22 -0500
  • 199feadce6 Fix a typo in Combusken's X entry. Lynn "Zhorken" Vaughan 2013-12-02 22:49:23 -0500
  • 489b0dca9b Add all the remaining heights and weights. Lynn "Zhorken" Vaughan 2013-11-23 10:14:28 -0500
  • 5bba8d9ca9 Remove flags for nonexistent moves. Lynn "Zhorken" Vaughan 2013-11-23 09:42:09 -0500
  • 79acc09c4f Correct Eerie Impulse's effect. Lynn "Zhorken" Vaughan 2013-11-23 09:30:40 -0500
  • 72162b4fd5 Update Eerie Impulse Jerry 2013-11-23 06:05:26 -0800
  • b9b39b0baa Actually add abilities ignored by role play this time. surskitty 2013-11-22 10:44:16 -0500
  • e3f2f4006f Add abilities ignored by role play. surskitty 2013-11-22 10:41:48 -0500
  • bfbd41c29e Update a few moves for XY. surskitty 2013-11-21 21:56:54 -0500
  • 20e211fac6 Correct powder move flag to include overcoat. surskitty 2013-11-21 21:56:15 -0500
  • 525bbfc971 Fix errors with Draining Kiss and Mat Block flags. surskitty 2013-11-21 20:47:53 -0500
  • 7b3016618c Preliminary flags for new moves. surskitty 2013-11-21 20:31:18 -0500
  • 1a6b68ab1f Add new flags to old moves. surskitty 2013-11-21 20:19:45 -0500
  • 92f75858c7 Add new flags (powder, pulse, ballistics, bite, mental) surskitty 2013-11-21 20:12:53 -0500
  • d51fe2d834 Merge pull request #104 from LouieGeetoo/patch-1 Andrew Ekstedt 2013-11-17 13:16:57 -0800
  • c80e35bae7 Fix Big Pecks ability description John Pray 2013-10-11 14:51:22 -0400
  • cfb19162ea Correct Magician too (thx daikonpan). Lynn "Zhorken" Vaughan 2013-11-17 11:22:37 -0500
  • 53e4c063ba A handful of move/ability corrections (thx Bachuru). Lynn "Zhorken" Vaughan 2013-11-17 11:11:52 -0500
  • 717e52b66a Limit Unicode columns to 4000 characters. Fixes #102. Andrew Ekstedt 2013-11-16 16:27:12 -0800
  • 7bb20406b7 Don't import * from sqlalchemy.types Andrew Ekstedt 2013-11-16 16:03:37 -0800
  • 917f79fb61 Update Pokémon stats. veekun-promotions/2013111501 Lynn "Zhorken" Vaughan 2013-11-14 09:48:49 -0500
  • 872793fc1b Another Showdown sync for Pokémon moves. Lynn "Zhorken" Vaughan 2013-11-13 18:03:36 -0500
  • 3af0aabd7f Add about half the remaining heights/weights. Lynn "Zhorken" Vaughan 2013-11-11 12:30:15 -0500
  • 4f47c485a2 Update move stats, again from Showdown. Lynn "Zhorken" Vaughan 2013-11-10 05:32:04 -0500
  • f343c615a1 Another little Showdown sync. Lynn "Zhorken" Vaughan 2013-11-10 00:58:00 -0500
  • 281887b041 Blade Aegislash is battle-only. Lynn "Zhorken" Vaughan 2013-11-09 11:13:20 -0500
  • f17833d1be Add move/item flavor text. Lynn "Zhorken" Vaughan 2013-11-09 10:44:17 -0500
  • 7486330365 Update a few item names. Lynn "Zhorken" Vaughan 2013-11-09 10:42:30 -0500
  • 4670dc6149 Add foreign item names. Lynn "Zhorken" Vaughan 2013-11-09 10:08:47 -0500
  • 00d5ef03cb Fix a typo in "Kangaskhanite". Lynn "Zhorken" Vaughan 2013-11-09 10:04:38 -0500
  • 5d914a78f4 Add foreign names for everything. Lynn "Zhorken" Vaughan 2013-11-09 08:24:21 -0500
  • 6625b48bfc Update pokemon_form_generations and version_group_pokemon_move_methods. Lynn "Zhorken" Vaughan 2013-11-09 06:42:30 -0500
  • 712056b6b5 Sync Pokémon moves with Showdown. Lynn "Zhorken" Vaughan 2013-11-09 06:23:14 -0500
  • 83d713b101 Aaaand Rollout didn't actually change, either. Lynn "Zhorken" Vaughan 2013-11-09 05:11:39 -0500
  • 7b16deda57 Whoops, Freeze-Dry has a hyphen after all. Lynn "Zhorken" Vaughan 2013-11-09 05:04:02 -0500
  • 5ec50ea26c Make the rest of the tests pass. Lynn "Zhorken" Vaughan 2013-11-09 03:49:09 -0500
  • 7f22ad2c86 Update identifiers in prose. Lynn "Zhorken" Vaughan 2013-11-09 03:25:34 -0500
  • 225d8c7225 Update move names. Lynn "Zhorken" Vaughan 2013-11-09 03:08:14 -0500
  • 75d3932bf0 Double-check TM/HM compatibility for Kalos Pokémon. Lynn "Zhorken" Vaughan 2013-11-08 01:10:21 -0500
  • 052b7162b4 Burmy actually does learn Hidden Power by TM now, but nothing else. Lynn "Zhorken" Vaughan 2013-11-07 10:47:27 -0500
  • 8a752f3be4 Add effects for new moves. Lynn "Zhorken" Vaughan 2013-11-07 10:29:20 -0500
  • ec2a04ccaf Copy short effects to long effects for new abilities. Lynn "Zhorken" Vaughan 2013-11-07 09:44:03 -0500
  • 42c69cfc53 Correct Tough Claws' effect. Lynn "Zhorken" Vaughan 2013-11-07 09:42:11 -0500
  • 81d9641b84 Complete tutors and delete erroneous TM moves. Lynn "Zhorken" Vaughan 2013-11-07 09:19:35 -0500
  • d1f62f4b52 Copy moves for non-default forms where needed. Lynn "Zhorken" Vaughan 2013-11-07 09:05:11 -0500
  • 02e2764084 Add moves for old Pokémon. Lynn "Zhorken" Vaughan 2013-11-07 08:58:26 -0500
  • bf37254908 Add ability changes for old Pokémon. Lynn "Zhorken" Vaughan 2013-11-07 00:32:56 -0500
  • 092ba6c11d Update type efficacy. Lynn "Zhorken" Vaughan 2013-11-06 17:15:54 -0500
  • 1d1379081f Add Fairy type amendments to old Pokémon. Lynn "Zhorken" Vaughan 2013-11-06 17:09:29 -0500
  • 1fda48c356 Fix a typo in Sylveon's X Pokédex entry. Lynn "Zhorken" Vaughan 2013-11-06 14:10:37 -0500
  • 211cb02f49 Add a handful of missing heights/weights. Lynn "Zhorken" Vaughan 2013-11-06 13:55:29 -0500
  • 10536b5538 Set ~~~genus~~~ for Kalos Pokémon. Lynn "Zhorken" Vaughan 2013-11-06 13:16:18 -0500
  • 988edc5d8b Add all the X/Y Pokémon flavour text we have. Lynn "Zhorken" Vaughan 2013-11-06 13:15:28 -0500
  • 9394c747cb Add new evolution info. Lynn "Zhorken" Vaughan 2013-11-06 11:51:44 -0500
  • b00d624e41 Add Kalos locations. Lynn "Zhorken" Vaughan 2013-11-06 11:49:29 -0500
  • 69df7286c6 Set colour, shape, and growth rate for Kalos Pokémon. Lynn "Zhorken" Vaughan 2013-11-06 09:48:41 -0500
  • 66071291a6 Split Pokédex version groups into their own table again. Lynn "Zhorken" Vaughan 2013-11-06 08:51:28 -0500
  • 386bbb1fdd Add national dex numbers for Kalos Pokémon. Lynn "Zhorken" Vaughan 2013-11-06 04:20:11 -0500
  • 65e983fdd2 Belatedly commit the new item categories I added. Lynn "Zhorken" Vaughan 2013-11-06 04:19:32 -0500