Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* added no_lures to default config * Implementet no_lures * Separated no gyms and show raids on homepage * added missing setting in example * styling fixes * === not == * Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com * Revert "Scrutinizer Auto-Fixes" * fix code style * tab not spaces * . * . * last style fix * get pokecountdata in crontabs.include * add IDE files to .gitigonore * updatet how counts are stored * remove from data loader * make scrutinizer happy * remove lures from dashboard as well * Update aru.php * Added query.php and basic quieries for monocle and rocketmap & implemented in tester.php * woops - the lines in data_loader where in use * Added support in homepage * finisched data.loader * moved to classes instead * close mysqli on destruct * added gyms and stops * add default values for all 801 pokemon * fixes * added raids * added trainers in aru * finished aru.php * added trainer graph * renames * finished cron * fixes * styling fixes * fixed time_offset for RocketMap * renamed Hydro to Alt * revert name change * add example * add posgresql for monocle-alt + fixes * fix nest spawn time * fix error when no active raids * Fix Monocle-Alt-Psql tester * fix monocle mysql * replace && with AND in quieries * fix empty last scanned * init $nestsdatas * fix getPokemonSinceLastUpdate query logic * fix pokemon count * fix top50 * fix top trainers * removed unused select * fix typos * fix nests * fix netst times * fixed nest spawn times * fix nest times * fix pokemon count for monocle * use spawn instead of despawn time * fixe error if file is countfiles are empty * Added Gymhistory (Not support for Monocle yet) * fix $_GET used in QueryManagers * Fixed seen per day * fix getGymData * Update home.page.php * Update aru.php * make getRecentMythic faster * make getRecentMythic faster * add Trainers and GymHistory * fix recent * Update QueryManagerMysqlMonocleAlternate.php * Update QueryManagerPostgresqlMonocleAlternate.php * Update QueryManagerMysqlMonocleAlternate.php * Update QueryManagerPostgresqlMonocleAlternate.php * Update QueryManagerMysqlMonocleAlternate.php * Update QueryManagerPostgresqlMonocleAlternate.php * Update QueryManagerMysqlMonocleAlternate.php * Update QueryManagerPostgresqlMonocleAlternate.php * fixes * fix pokemon depolyment time * Update trainer.content.js * Update trainer.content.js * Update trainer.content.js * Update trainer.content.js * Update trainer.content.js * improve some pokemon-page queries * fix conflict * fix getTrainerLevelCount for RocketMap * Improve Pokemon and Raid count storage * Add Create Stats sql * fix CreateStatsRocketMap.sql * # This is a combination of 20 commits. # The first commit's message is: improve nests # The 2nd commit message will be skipped: # remove debug comment # The 3rd commit message will be skipped: # update variables example # The 4th commit message will be skipped: # Update index.php # The 5th commit message will be skipped: # scale by size # The 6th commit message will be skipped: # remove # The 7th commit message will be skipped: # add simple support for relations # The 8th commit message will be skipped: # fix woops # The 9th commit message will be skipped: # fix typo and improve error check # The 10th commit message will be skipped: # Update nests.cron.php # The 11th commit message will be skipped: # nature_reserve is not a nest # The 12th commit message will be skipped: # Fix fast update # The 13th commit message will be skipped: # fix order + fix 12h update # The 14th commit message will be skipped: # Update crontabs.include.php # The 15th commit message will be skipped: # Save last update date in case of abort # The 16th commit message will be skipped: # use $prevNestTime # The 17th commit message will be skipped: # improve memory usage (maybe?) # The 18th commit message will be skipped: # fix if core/json/nests.parks.json doesn't exist # The 19th commit message will be skipped: # improved multipolygon # The 20th commit message will be skipped: # run 12h update from 12-24 after migration * add option for min nest size * split nest calc into 0.5x0.5 areas * hide nest inside nests of same pokemon + fixes and improvements * fix for relations with multiple polygons * garden is leisure not landuse * How did this get here? * Update nests.cron.php * fix osm query date and reorder it * Fix timezone in CreateStatsRocketMap * fix timezone in CreateStatsRocketMap.sql * fix getTop50Trainers * fix getTop50Trainers * Update CreateStatsRocketMap.sql * Update CreateStatsRocketMap.sql * fix timezone in nest update timing * fix Postgre - Monocle * fix Postgre - Monocle * Fix QueryManagerPostgresqlMonocleAlternate * Format php files * Format Rocketmap queries * Temporary disable start and end times of nests spawns * Fix broken queries * Format php files * Fix nest query * Readd css to cached files * Minor fix * Use namespaces * Minor fix * Check for file existence
- Loading branch information