-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter by Seen Type / Configurable PVP Ranking Method / AR eligible flag / Tweaked raid timers / + More #607
base: develop
Are you sure you want to change the base?
Conversation
Add AR tag to gym marker icons. Add support for configuring which RDM PvP ranking method gets used when filtering and displaying pokemon. Change the egg/raid timers so they look more like the in-game ones.
Add AR tag to gym marker icons. Add support for configuring which RDM PvP ranking method gets used when filtering and displaying pokemon. Change the egg/raid timers so they look more like the in-game ones.
Add AR tag to gym marker icons. Add support for configuring which RDM PvP ranking method gets used when filtering and displaying pokemon. Change the egg/raid timers so they look more like the in-game ones.
Add AR tag to gym marker icons. Add support for configuring which RDM PvP ranking method gets used when filtering and displaying pokemon. Change the egg/raid timers so they look more like the in-game ones.
Adds the ability to filter map display by spawn/seen type - set 'noSpawnType=false' in access config for groups you wish to have access to this, it's hidden by default.
Added: Ability to temporarily hide specific pokemon forms Added: Ability to only show gyms that haven't been scanned in the past X hours Added: Display multiple quest rewards on pokestop label
Just had a thought... quest_rewards doesn't appear to exist in the MAD world, so my tweak to display multiple rewards on the pokestop label will actually break stuff there. |
Put anything you add in rdm lib as well for mad but set it to null. Then check if not null in js |
Thanks, yeah, that's basically what I did in commit 8365b99 - checked if undefined / null and used old code if it was, or new code (showing multiple rewards) if it wasn't. |
In case you didn't know, mad has the |
Thanks. I know absolutely nothing about mad and its database/table structure. I will tweak accordingly. |
Added: Ability to filter the map by seen type - all, wild, nearby (pokestop), nearby (other - aka cell) etc.
Added: Ability to select the PVP ranking method.
Added: AR flag to gyms/pokestops.
Added: Optional shadow to rank 1 PVP pokemon.
Added: Ability to temporarily hide specific pokemon forms
Added: Ability to only show gyms that haven't been scanned in the past X hours
Added: Display multiple quest rewards on pokestop label
Changed: Raid timers to look more like the in-game ones.