Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cppcooper
/
dfhack
Public
forked from
DFHack/dfhack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
dfhack
plugins
autoclothing.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2025
Add missing function `validateMaterialCategory` to the `clear` case for
Show description for 8f745d5
LightHardt
committed
8f745d5
View commit details
Copy full SHA for 8f745d5
View code at this point
Browse repository at this point
Add clear option to autoclothing that will unset a previosly set order
LightHardt
committed
242fee7
View commit details
Copy full SHA for 242fee7
View code at this point
Browse repository at this point
Commits on Jan 12, 2025
adjust to translate function renames
Show description for ebb53f4
myk002
committed
ebb53f4
View commit details
Copy full SHA for ebb53f4
View code at this point
Browse repository at this point
Commits on Jan 1, 2025
split plugin lua macros to separate header
Show description for 34d2265
ab9rf
committed
34d2265
View commit details
Copy full SHA for 34d2265
View code at this point
Browse repository at this point
Commits on Dec 20, 2024
remove now-unneeded CoreSuspender guards
myk002
committed
d08863a
View commit details
Copy full SHA for d08863a
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
remove unnecessary is_enabled check
Show description for d2c801a
myk002
committed
d2c801a
View commit details
Copy full SHA for d2c801a
View code at this point
Browse repository at this point
Commits on Jul 28, 2024
Update autoclothing.cpp
Show description for 0ca275f
Bumber64
authored
0ca275f
View commit details
Copy full SHA for 0ca275f
View code at this point
Browse repository at this point
Commits on Jun 9, 2024
adapt to canonicalized structures
myk002
committed
4d4dce0
View commit details
Copy full SHA for 4d4dce0
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
adapt to canonicalized structures
myk002
committed
bf04b0d
View commit details
Copy full SHA for bf04b0d
View code at this point
Browse repository at this point
Commits on May 12, 2024
check for fortress mode instead of a loaded site
myk002
committed
53d544a
View commit details
Copy full SHA for 53d544a
View code at this point
Browse repository at this point
Commits on May 5, 2024
change incorrect use of items.all to items.other.IN_PLAY
myk002
committed
531d5b1
View commit details
Copy full SHA for 531d5b1
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
add comparison between autoclothing and tailor
myk002
committed
a62876c
View commit details
Copy full SHA for a62876c
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
use ranges where we can
myk002
committed
a1018a6
View commit details
Copy full SHA for a1018a6
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
include residents where appropriate
myk002
committed
19dcbd9
View commit details
Copy full SHA for 19dcbd9
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
use newly named fields
myk002
committed
f30244a
View commit details
Copy full SHA for f30244a
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
reduce df header inclusion in dfhack header files
myk002
committed
3cd2450
View commit details
Copy full SHA for 3cd2450
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
Fix enabled behavior
LightHardt
committed
2ff7473
View commit details
Copy full SHA for 2ff7473
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
Merge branch 'develop' into myk_persist_per_site
myk002
committed
8c7def6
View commit details
Copy full SHA for 8c7def6
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
don't run fort code without a fort
myk002
committed
cbe254e
View commit details
Copy full SHA for cbe254e
View code at this point
Browse repository at this point
only load and save site data when a site is loaded
myk002
committed
425844c
View commit details
Copy full SHA for 425844c
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
adapt plugins to new API
Show description for 8bc8c0c
myk002
committed
8bc8c0c
View commit details
Copy full SHA for 8bc8c0c
View code at this point
Browse repository at this point
migrate plugins to new API
myk002
committed
ccff679
View commit details
Copy full SHA for ccff679
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
Update autoclothing.cpp
Show description for 7c67a56
LightHardt
authored
7c67a56
View commit details
Copy full SHA for 7c67a56
View code at this point
Browse repository at this point
Commits on Apr 24, 2023
demote chatty WARN messages to DEBUG
myk002
committed
ab047af
View commit details
Copy full SHA for ab047af
View code at this point
Browse repository at this point
Commits on Mar 25, 2023
autoclothing: support disable
Show description for 1c25c9b
ab9rf
committed
1c25c9b
View commit details
Copy full SHA for 1c25c9b
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
Update plugins/autoclothing.cpp
Show description for 6e200b8
RosaryMala
and
myk002
authored
6e200b8
View commit details
Copy full SHA for 6e200b8
View code at this point
Browse repository at this point
Update plugins/autoclothing.cpp
Show description for b36e5e1
RosaryMala
and
myk002
authored
b36e5e1
View commit details
Copy full SHA for b36e5e1
View code at this point
Browse repository at this point
Clean up autoclothing for release.
RosaryMala
committed
ea22a23
View commit details
Copy full SHA for ea22a23
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
There was one more place for autoclothing to crash.
RosaryMala
committed
c9ddb4d
View commit details
Copy full SHA for c9ddb4d
View code at this point
Browse repository at this point
Don't crash autoclothing if a dwarf has a broken inventory item.
RosaryMala
committed
c79b95e
View commit details
Copy full SHA for c79b95e
View code at this point
Browse repository at this point
Add in a strictness parameter to Autoclothing. It's not used yet.
RosaryMala
committed
75c560d
View commit details
Copy full SHA for 75c560d
View code at this point
Browse repository at this point
Commits on Jan 14, 2023
Added amount of available clothing to autolabor reports.
RosaryMala
committed
87c54c8
View commit details
Copy full SHA for 87c54c8
View code at this point
Browse repository at this point
Added a report to autoclothing, as well as some changes to DFHack::Units to enable it.
RosaryMala
committed
0e021e3
View commit details
Copy full SHA for 0e021e3
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
migrate string fns from uicommon to MiscUtils
Show description for 5b9c18f
myk002
committed
5b9c18f
View commit details
Copy full SHA for 5b9c18f
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
update docs for autoclothing
myk002
committed
3969a36
View commit details
Copy full SHA for 3969a36
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.