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 }}
chdoc
/
dfhack
Public
forked from
DFHack/dfhack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
dfhack
plugins
getplants.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 25, 2025
convert over to fmtlib
Show description for bc9224d
ab9rf
committed
bc9224d
View commit details
Copy full SHA for bc9224d
View code at this point
Browse repository at this point
Commits on Nov 12, 2025
try to cleanup unused includes from headers
dhthwy
committed
6ffc9d8
View commit details
Copy full SHA for 6ffc9d8
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
Fix getplants "ripe" and "picked" logic
Show description for c0b1bf8
quietust
committed
c0b1bf8
View commit details
Copy full SHA for c0b1bf8
View code at this point
Browse repository at this point
unset "fail randomly' flag on `getplants`
Show description for a2cda9b
ab9rf
committed
a2cda9b
View commit details
Copy full SHA for a2cda9b
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 Jun 8, 2024
Update getplants.cpp
Bumber64
authored
1bf0540
View commit details
Copy full SHA for 1bf0540
View code at this point
Browse repository at this point
Commits on Jun 2, 2024
update to canonicalized field names
myk002
committed
73072ac
View commit details
Copy full SHA for 73072ac
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 Jan 22, 2024
Replace toUpper, toLower with CP437 versions (#28)
Show description for 20c9e3c
Bumber64
authored
20c9e3c
View commit details
Copy full SHA for 20c9e3c
View code at this point
Browse repository at this point
Commits on Jan 14, 2024
protect against invalid basic materials
myk002
committed
9b326bb
View commit details
Copy full SHA for 9b326bb
View code at this point
Browse repository at this point
Commits on Apr 11, 2023
fix designation of non-fruit trees
myk002
committed
cbf1e23
View commit details
Copy full SHA for cbf1e23
View code at this point
Browse repository at this point
add debug logging
myk002
committed
956918f
View commit details
Copy full SHA for 956918f
View code at this point
Browse repository at this point
reformat code and clean up headers
myk002
committed
c5ff162
View commit details
Copy full SHA for c5ff162
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
issue #2043 - `designate` now marks trees (regardless of if ripe).
Show description for 6726b56
gearsix
committed
6726b56
View commit details
Copy full SHA for 6726b56
View code at this point
Browse repository at this point
issue #1805 - made getplants input case-insensitive
Show description for 6e1ab8d
gearsix
committed
6e1ab8d
View commit details
Copy full SHA for 6e1ab8d
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
rename globals according to structures update
myk002
committed
5e5775f
View commit details
Copy full SHA for 5e5775f
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
update docs for get plants
myk002
committed
b93e336
View commit details
Copy full SHA for b93e336
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
Enable -Wunused-variable and fix most errors
lethosor
committed
e7754ea
View commit details
Copy full SHA for e7754ea
View code at this point
Browse repository at this point
Commits on Sep 20, 2020
getplants: fix crash when world_object_data is not present for certain blocks
lethosor
committed
0e6e00a
View commit details
Copy full SHA for 0e6e00a
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
Update getplants to use new plant_raw.material_defs layout
Show description for 02c0a6c
lethosor
committed
02c0a6c
View commit details
Copy full SHA for 02c0a6c
View code at this point
Browse repository at this point
Merge remote-tracking branch 'PatrikLundell/Units' into develop
lethosor
committed
d3fc691
View commit details
Copy full SHA for d3fc691
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
corrected ripeness calculation
PatrikLundell
committed
0a2a16d
View commit details
Copy full SHA for 0a2a16d
View code at this point
Browse repository at this point
fixed getplants, issue #1479
PatrikLundell
committed
a04c609
View commit details
Copy full SHA for a04c609
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
update for DFHack/df-structures#7dfea1f1d4e453b97d5529785701db46360596ce
BenLubar
committed
a9f219b
View commit details
Copy full SHA for a9f219b
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
Update submodules
lethosor
committed
f008da3
View commit details
Copy full SHA for f008da3
View code at this point
Browse repository at this point
Tweak docs from #1484
lethosor
committed
1546d9e
View commit details
Copy full SHA for 1546d9e
View code at this point
Browse repository at this point
Commits on Jan 22, 2020
Added switches for farm seeds and plant counts
PatrikLundell
committed
9d4d0b1
View commit details
Copy full SHA for 9d4d0b1
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
Move getplants issue details to user-facing docs
Show description for e5a5e39
lethosor
committed
e5a5e39
View commit details
Copy full SHA for e5a5e39
View code at this point
Browse repository at this point
Tweak spelling/wording/style
lethosor
committed
72fd32c
View commit details
Copy full SHA for 72fd32c
View code at this point
Browse repository at this point
Commits on Jan 16, 2020
Explicit type conversion with %d warning silencing
PatrikLundell
committed
eeacbc8
View commit details
Copy full SHA for eeacbc8
View code at this point
Browse repository at this point
Replaced poor auto with actual type
PatrikLundell
committed
ee2259b
View commit details
Copy full SHA for ee2259b
View code at this point
Browse repository at this point
Commits on Jan 15, 2020
removed trailing whitespace
PatrikLundell
committed
8cebb6c
View commit details
Copy full SHA for 8cebb6c
View code at this point
Browse repository at this point
Reverted STOCKPILE_PLANT_GROWTH to LEAF_MAT
PatrikLundell
committed
8c04938
View commit details
Copy full SHA for 8c04938
View code at this point
Browse repository at this point
Partial correction of issue 1479 and added verbose flag
PatrikLundell
committed
15e0664
View commit details
Copy full SHA for 15e0664
View code at this point
Browse repository at this point
Commits on May 6, 2017
Update getplants to use Designations module
Show description for 3dc2c22
lethosor
committed
3dc2c22
View commit details
Copy full SHA for 3dc2c22
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.