about summary refs log tree commit diff stats
path: root/db/migrate
Commit message (Collapse)AuthorAgeFilesLines
* Added gift ribbon descriptionsKelly Rauchenberger2017-09-302-0/+43
| | | | | | This is basically just for completeness because it is unknown whether gift ribbons other than the National Ribbon and Earth Ribbon from Pokémon Colosseum were ever distributed.
* Added ribbonsKelly Rauchenberger2017-09-291-0/+24
| | | | | | Gift ribbons currently partially work: the correct ribbon image and name is shown, but the ribbon description is not yet extracted from the game and thus is just blank.
* Added met location dataKelly Rauchenberger2017-09-251-0/+9
| | | | | Note that the met location for Pokémon from Orre is completely incorrect.
* Added box namesKelly Rauchenberger2017-09-241-0/+15
|
* Added storage location information to PokémonKelly Rauchenberger2017-09-241-0/+6
|
* Added OT gender fieldKelly Rauchenberger2017-09-241-0/+5
|
* Started working on UIKelly Rauchenberger2017-09-241-0/+5
| | | | | This commit imports a lot of assets from veekun, as well as a font from http://www.victoryroad.net/showthread.php?t=1507
* Moved revision moves into revision tableKelly Rauchenberger2017-09-232-20/+20
| | | | | | This is a retroactive schema change, so there's no easy way to migrate into it without losing data, but this is so early into the development of this project that it really doesn't matter.
* Created a bunch of modelsKelly Rauchenberger2017-09-166-0/+118