about summary refs log tree commit diff stats
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Updated to Rails 7.0.3Star Rauchenberger2022-12-101-0/+1
|
* Made pokemon embeddableKelly Rauchenberger2018-07-042-0/+104
|
* Added Pokédex viewing pageKelly Rauchenberger2018-01-291-0/+85
| | | | Currently a work in progress. The queries used to display the Pokémon for each species are very inefficient. The text at the top of the page is also very specific to the author.
* Improved clarity of iconsKelly Rauchenberger2018-01-051-0/+27
|
* Added more space between trainer divsKelly Rauchenberger2017-10-151-1/+1
|
* Centered trainer listKelly Rauchenberger2017-10-151-1/+2
|
* Added shiny starKelly Rauchenberger2017-10-132-1/+8
|
* Added gender symbol to Pokémon displayKelly Rauchenberger2017-10-131-5/+15
|
* Added sheen to Pokémon contest statsKelly Rauchenberger2017-10-131-0/+21
|
* Redesigned Pokémon show pageKelly Rauchenberger2017-10-132-126/+267
| | | | | | | | | | | | | The new design is heavily inspired by the status screen from Diamond & Pearl. It's not entirely done yet, with notable missing features including sheen and gender. However, it would also be nice to show a star for shiny Pokémon, Pokérus status, possibly a mention as to what game the Pokémon is currently in, and descriptive hover bubbles for moves. It is also notable that currently, as ribbons are located all the way to the right, their hover bubbles usually go off screen. The list of Pokémon page has not been redesigned, and the main layout is still bare.
* Emerald animated sprites only loop on demandKelly Rauchenberger2017-09-30831-0/+2
| | | | | | | It was a little annoying that the animated sprites for Pokémon in Emerald would infinitely loop without much delay between the loops, so the GIFs were edited such that they only play once, and some JavaScript was added such that mousing over the sprite makes it play again.
* Added hold itemsKelly Rauchenberger2017-09-30215-0/+1
| | | | | | | | | | | | | | | | | | | | | | An items model was created, but the seed only contains items that can be held, which excludes key items and HMs. Berry Juice, while unobtainable, is still included. The item model contains three description fields: one for Ruby/Sapphire, one for FireRed/LeafGreen, and one for Emerald. This is because the descriptions for items are different between the games. In a lot of cases, the Emerald description is the same as the Ruby/Sapphire one, so in those cases, the Emerald description is nil. The purpose of having the different descriptions is so that when a Pokémon holds an item, the website can display the description that is accurate to the game that that Pokémon is currently in. In order to fully support TMs, the move model was improved to additionally contain type and also the three description fields which operate similarly to those of the item model. For TMs, the description fields on the item are usually nil. However, some TMs in Ruby/Sapphire, as well as Emerald, have different descriptions than the moves that they correspond with. In these cases, those descriptions are in the item model, and override the move descriptions when the move is looked at as a TM.
* Added ribbonsKelly Rauchenberger2017-09-292-22/+36
| | | | | | 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 axes to condition diagramKelly Rauchenberger2017-09-291-0/+6
|
* Added contest diagramKelly Rauchenberger2017-09-281-2/+51
|
* Continued working on design, added movesKelly Rauchenberger2017-09-271-10/+89
| | | | | | | | Still a very early design Also, for Pokémon that have Natures that don't benefit and hinder the same stat, there is now a + next to the stat that the Nature benefits, and a - next to the stat it hinders.
* Added section on homepage for Pokémon not in any gameKelly Rauchenberger2017-09-261-18/+36
|
* Added met location dataKelly Rauchenberger2017-09-251-7/+43
| | | | | Note that the met location for Pokémon from Orre is completely incorrect.
* Fixed leading spaces in Pokémon namesKelly Rauchenberger2017-09-241-0/+3
|
* Added space to empty box slotsKelly Rauchenberger2017-09-241-0/+6
|
* Worked on PC display pageKelly Rauchenberger2017-09-244-5/+137
|
* Started working on UIKelly Rauchenberger2017-09-242456-1/+49
| | | | | This commit imports a lot of assets from veekun, as well as a font from http://www.victoryroad.net/showthread.php?t=1507
* Initial commitKelly Rauchenberger2017-09-164-0/+30