Archived
1
Commit Graph

13 Commits

Author SHA1 Message Date
a9f1d25c7b Add pokememes info, convert it to new format and drop unnecessary database tables
This commit introduces pokememes information storage in source code (because they're rarely changed and I always update them manually).

All information about pokememes updated after nerf of 25 April. Also, added buttons to /pokedeks command for changing pages (there are 21 pages already!), and limited one page to 35 pokememes.
2018-05-02 00:47:55 +04:00
dbaa85a517 Reflect latest game update
So, now we can handle 10th grade pokememes (and any two-digit grade pokememes in future).
Also, /best and /advice commands for 9th-level players respect new pokememes.
2018-03-31 09:16:32 +04:00
1370ab2b91 Yet another remote change
Now: source.wtfteam.pro
2018-02-13 22:05:32 +04:00
7368c58e2d Adding multiple cummands for listing filtered and unfiltered pokememes 2018-02-07 15:59:28 +04:00
14413b3167 /advice command for searching most valuable pokememes 2018-02-07 15:00:04 +04:00
c7a8fcf6de So, /best in new way is back 2018-02-07 14:37:50 +04:00
bacf76fd39 Reverted /best logic, because of fuckup 2018-02-07 14:05:08 +04:00
5a746b524b /best pokememes are now filtered by defence and purchaseability 2018-02-07 13:39:34 +04:00
add06f90f4 /best command works for levels, where no upper pokememes exists 2018-01-30 00:55:14 +04:00
b8226d8aa8 DataCache and changes for game update
Recent game update changed pokememes view in pokedeks, so we need to
reflect it by updating parser.

Introducing DataCache - a silver bullet for eliminating lags linked to
database queries. Less queries, more in RAM, faster work. Needs testing
in production environment.
2018-01-29 23:50:25 +04:00
190cdc6e7b Migration to new git server 2018-01-21 23:28:53 +04:00
da8fe3f3e8 /best for low-levels shows all pokememes of next grade 2017-11-29 19:59:51 +04:00
dfe0d08ecc Massive refactoring for future development 2017-11-21 06:06:32 +04:00