Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimized front page queries | Kelly Rauchenberger | 2017-10-03 | 1 | -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 game | Kelly Rauchenberger | 2017-09-26 | 1 | -0/+1 |
| | |||||
* | Added met location data | Kelly Rauchenberger | 2017-09-25 | 1 | -1/+1 |
| | | | | | Note that the met location for Pokémon from Orre is completely incorrect. | ||||
* | Worked on PC display page | Kelly Rauchenberger | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | Started working on UI | Kelly Rauchenberger | 2017-09-24 | 1 | -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 extractor | Kelly Rauchenberger | 2017-09-23 | 1 | -0/+13 |
| | |||||
* | Initial commit | Kelly Rauchenberger | 2017-09-16 | 1 | -0/+5 |