-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Recycle Items schedule/force #4513
Commits on Aug 22, 2016
-
- Added ability to schedule a forced item recycle regardless of min_empty_space setting. Allows individual items to be recycled based on "keep" settings, even when bag is not nearing capacity. - Added inventory refresh to bot tick (__init.py__) to ensure web displays information correctly.
Configuration menu - View commit details
-
Copy full SHA for c49f1cc - Browse repository at this point
Copy the full SHA c49f1ccView commit details -
Updated documentation and example config files to show new RecycleItems options.
Configuration menu - View commit details
-
Copy full SHA for 80acac7 - Browse repository at this point
Copy the full SHA 80acac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37aac25 - Browse repository at this point
Copy the full SHA 37aac25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 037462d - Browse repository at this point
Copy the full SHA 037462dView commit details -
Update web inventory from cache
Added "update web inventory" to inventory.py which dumps json to web/inventory-USERNAME.json from the cached inventory instead of calling api. Runs every tick to ensure values are as up-to-date as possible.
Configuration menu - View commit details
-
Copy full SHA for bc58625 - Browse repository at this point
Copy the full SHA bc58625View commit details -
Updated comments to include new config settings
Updated the comment block at the top of the file to explain/show new settings
Configuration menu - View commit details
-
Copy full SHA for 62a5ad0 - Browse repository at this point
Copy the full SHA 62a5ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f0f40 - Browse repository at this point
Copy the full SHA 08f0f40View commit details
Commits on Aug 23, 2016
-
Added player stats to web output
Previous commit missed player stats. Fixed.
Configuration menu - View commit details
-
Copy full SHA for 2a9f345 - Browse repository at this point
Copy the full SHA 2a9f345View commit details -
Removed api call for player_stats
Removed api call for player_stats, and moved output of player_stats to web to update_live_stats.py
Configuration menu - View commit details
-
Copy full SHA for 32f0c5d - Browse repository at this point
Copy the full SHA 32f0c5dView commit details -
Correct error that would result in player_data being written multiple times. Something in the bot is still doing that somewhere, but definitely not in this new code.
Configuration menu - View commit details
-
Copy full SHA for b8bb2d1 - Browse repository at this point
Copy the full SHA b8bb2d1View commit details -
Added cell_worker for inventory update
Removed update_web_inventory from init.py and created a new worker UpdateLiveInventory in light of feeback from solderzzc.
Configuration menu - View commit details
-
Copy full SHA for 57896ad - Browse repository at this point
Copy the full SHA 57896adView commit details -
Separated update_web_inventory from jsonify_inventory
As per feedback from @BriceSD
Configuration menu - View commit details
-
Copy full SHA for 7d561a9 - Browse repository at this point
Copy the full SHA 7d561a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcbec6e - Browse repository at this point
Copy the full SHA bcbec6eView commit details
Commits on Aug 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 49344e9 - Browse repository at this point
Copy the full SHA 49344e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff03f21 - Browse repository at this point
Copy the full SHA ff03f21View commit details