Archived
1
Commit Graph

11 Commits

Author SHA1 Message Date
d3758a6afa Fix users top by exp points
There are new values for levels and new exp points logic in game.
2018-05-02 09:14:01 +04:00
86afa52a56 Format imports with goimport 2018-05-02 07:25:39 +04:00
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
fef521e35b Squads and chats in DataCache, squads rework
Work in progress, bugs may vary
2018-02-17 07:03:58 +04:00
1370ab2b91 Yet another remote change
Now: source.wtfteam.pro
2018-02-13 22:05:32 +04:00
56987f001a Fixing error with chats statistics 2018-02-06 13:53:19 +04:00
6dac398fd3 /top and /top_my functions 2018-02-05 12:37:46 +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
a32ed89be8 User addition to squads
Closes #8
2017-11-24 00:16:22 +04:00
dfe0d08ecc Massive refactoring for future development 2017-11-21 06:06:32 +04:00