-
Notifications
You must be signed in to change notification settings - Fork 481
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
Overhaul cleaners plugin; Add Maps::isPlantInBox #4949
Open
Bumber64
wants to merge
36
commits into
DFHack:develop
Choose a base branch
from
Bumber64:cleaners_etc
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 15 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
79364de
Update Lua API.rst - maps.isPlantInBox
Bumber64 8081985
Update cleaners.rst
Bumber64 174aa2e
Update regrass.rst - Talk about cleaners remove grass
Bumber64 96ab31d
Update LuaApi.cpp - Add maps.isPlantInBox
Bumber64 da108ee
Update Maps.h - isPlantInBox
Bumber64 b5dbea2
Update tile-material.lua - Use getPlantAtTile; handle roots
Bumber64 8f10e8e
Update Maps.cpp - isPlantInBox
Bumber64 ad11f48
Update CMakeLists.txt - cleaners link lua
Bumber64 e3a529a
Update burrow.cpp - Use Maps::forCoord; use using better
Bumber64 d165e27
Update plant.cpp - Move utility fn to Maps module
Bumber64 86f98b0
Update regrass.cpp - Maps::isValid is cleaner
Bumber64 4bd5bec
Create cleaners.lua
Bumber64 a4ccb44
Update cleaners.cpp
Bumber64 9ac1ded
Update cleaners.cpp - Remove plant cleaning (just rainwater)
Bumber64 f910c0c
Update changelog.txt
Bumber64 6375c92
Update changelog.txt
Bumber64 f89fc3c
Update cleaners.cpp - Fix print size_t
Bumber64 961ceb8
Update cleaners.cpp - Really fix print size_t
Bumber64 3876041
Merge branch 'DFHack:develop' into cleaners_etc
Bumber64 317eaf3
Merge branch 'DFHack:develop' into cleaners_etc
Bumber64 244e848
Tidy up docs
Bumber64 9b1b880
More doc tidying
Bumber64 ed4e3e0
Update regrass.rst - Minor wording change
Bumber64 6d26265
Update regrass.rst
Bumber64 e121d8f
Fix changelog.txt
Bumber64 a2e1e68
Merge branch 'develop' into cleaners_etc
Bumber64 0c651d7
Merge branch 'develop' into cleaners_etc
Bumber64 7b30129
Fix changelog.txt
Bumber64 82ec22e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 82738b4
Merge branch 'develop' into cleaners_etc
Bumber64 28f7fca
Update cleaners.cpp
Bumber64 7ecb7b7
Requested changes
Bumber64 79bdff8
Merge branch 'develop' into cleaners_etc
Bumber64 2519439
Update cleaners.cpp
Bumber64 9f73167
Update cleaners.cpp
Bumber64 16b311b
Merge branch 'develop' into cleaners_etc
Bumber64 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's an anchor alias that makes
clean
resolve tocleaners
, and everyone knows this tool as "clean". We should really rename the plugin itself to "clean" at some point to reduce confusion..