about summary refs log tree commit diff stats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Optimized front page queriesKelly Rauchenberger2017-10-031-3/+64
| | | | | | | | | | | Reduced the number of queries that the front page runs to 2 queries total: one to get trainer data, and one to get the Pokémon. The latter query selects only the necessary columns, notably ignoring basically everything from the revisions join other than the nickname of the most recent revision. The controller then does the work of chunking the Pokémon into party/boxes, and then into trainers/unaccounted. refs #2
* Added section on homepage for Pokémon not in any gameKelly Rauchenberger2017-09-261-0/+1
|
* Added met location dataKelly Rauchenberger2017-09-251-1/+1
| | | | | Note that the met location for Pokémon from Orre is completely incorrect.
* Worked on PC display pageKelly Rauchenberger2017-09-241-1/+1
|
* Started working on UIKelly Rauchenberger2017-09-241-0/+13
| | | | | This commit imports a lot of assets from veekun, as well as a font from http://www.victoryroad.net/showthread.php?t=1507
* Started writing extractorKelly Rauchenberger2017-09-231-0/+13
|
* Initial commitKelly Rauchenberger2017-09-161-0/+5