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 }}
redcodes
/
dfhack
Public
forked from
DFHack/dfhack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
dfhack
library
modules
Job.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 16, 2020
match capitalization changes I made to df-structures in specific_ref
BenLubar
committed
8427f51
View commit details
Copy full SHA for 8427f51
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
update structures
BenLubar
committed
e356925
View commit details
Copy full SHA for e356925
View code at this point
Browse repository at this point
Commits on Apr 5, 2018
Fix signed/unsigned comparison warnings in core.
BenLubar
committed
2eec5ee
View commit details
Copy full SHA for 2eec5ee
View code at this point
Browse repository at this point
Move null pointer check from Job module to LuaApi, where it does not invoke undefined behavior.
BenLubar
committed
a44b3b8
View commit details
Copy full SHA for a44b3b8
View code at this point
Browse repository at this point
Commits on Nov 25, 2017
Update xml and all uses of job_handler
lethosor
committed
2c95ac4
View commit details
Copy full SHA for 2c95ac4
View code at this point
Browse repository at this point
Commits on Dec 2, 2016
Reverse the param order of these two methods
Show description for 595f385
CannibalVox
committed
595f385
View commit details
Copy full SHA for 595f385
View code at this point
Browse repository at this point
Commits on Nov 25, 2016
Figured I could like test my code.
CannibalVox
committed
de0e211
View commit details
Copy full SHA for de0e211
View code at this point
Browse repository at this point
Rebuilt slightly to offer bool return val
Show description for e490afd
CannibalVox
committed
e490afd
View commit details
Copy full SHA for e490afd
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Wipe job_items vector
CannibalVox
committed
8b964ca
View commit details
Copy full SHA for 8b964ca
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
Also disconnect the job from its items.
CannibalVox
committed
fba32f2
View commit details
Copy full SHA for fba32f2
View code at this point
Browse repository at this point
Add job remove method
Show description for 74f5df9
CannibalVox
committed
74f5df9
View commit details
Copy full SHA for 74f5df9
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
fix job-duplicate (do not clone posting_index)
Show description for d508028
sv-esk
committed
d508028
View commit details
Copy full SHA for d508028
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
workflow: Account for job postings correctly and fix existing issues
Show description for 2aeac71
lethosor
committed
2aeac71
View commit details
Copy full SHA for 2aeac71
View code at this point
Browse repository at this point
Commits on Apr 23, 2014
Assorted cleanup
quietust
committed
57fbb10
View commit details
Copy full SHA for 57fbb10
View code at this point
Browse repository at this point
Add Job::getName(job *), also available from Lua
quietust
committed
c3d45c3
View commit details
Copy full SHA for c3d45c3
View code at this point
Browse repository at this point
Commits on Apr 15, 2014
Remove tired or hungry siege operators from duty when at peace.
Show description for c27c38e
angavrilov
committed
c27c38e
View commit details
Copy full SHA for c27c38e
View code at this point
Browse repository at this point
Fix some signed/unsigned mismatch warnings and whitespace in Job module.
angavrilov
committed
b56c3a9
View commit details
Copy full SHA for b56c3a9
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
Merge remote-tracking branch 'angavrilov/master' into 0.34.11-r4
Show description for 57fc0f3
expwnent
committed
57fc0f3
View commit details
Copy full SHA for 57fc0f3
View code at this point
Browse repository at this point
Commits on May 25, 2013
EventManager: completely overhauled JOB_COMPLETED event detection, and tweaked Job::cloneJobStruct.
expwnent
committed
b44cd86
View commit details
Copy full SHA for b44cd86
View code at this point
Browse repository at this point
Commits on May 5, 2013
job: unk2 -> subtype
jjyg
committed
e5fd918
View commit details
Copy full SHA for e5fd918
View code at this point
Browse repository at this point
Commits on Jan 2, 2013
Merge branch 'recent' into eventManager-unstable
Show description for fa78d6c
expwnent
committed
fa78d6c
View commit details
Copy full SHA for fa78d6c
View code at this point
Browse repository at this point
Commits on Dec 15, 2012
EventManager: first draft.
expwnent
committed
7477231
View commit details
Copy full SHA for 7477231
View code at this point
Browse repository at this point
Commits on Nov 12, 2012
Add more native api functions for finding general and specific refs.
angavrilov
committed
b4dcc7e
View commit details
Copy full SHA for b4dcc7e
View code at this point
Browse repository at this point
Remove UTF-8 BOMs added by notepad
quietust
committed
a99d47e
View commit details
Copy full SHA for a99d47e
View code at this point
Browse repository at this point
Rename general_ref vectors for consistency
quietust
committed
766aca4
View commit details
Copy full SHA for 766aca4
View code at this point
Browse repository at this point
Commits on Nov 10, 2012
Support milking and shearing in workflow.
angavrilov
committed
eb936c4
View commit details
Copy full SHA for eb936c4
View code at this point
Browse repository at this point
Commits on Oct 17, 2012
Add lua API functions for verifying item and material vs job_item flags.
angavrilov
committed
2d4935b
View commit details
Copy full SHA for 2d4935b
View code at this point
Browse repository at this point
Commits on Sep 30, 2012
Update license, add contributors file, bump release number
peterix
committed
8812238
View commit details
Copy full SHA for 8812238
View code at this point
Browse repository at this point
Commits on Sep 10, 2012
Merge branch 'master' of http://github.com/peterix/dfhack
Timothy Collett
committed
96abc90
View commit details
Copy full SHA for 96abc90
View code at this point
Browse repository at this point
Merge further changes (???)
Timothy Collett
committed
274d603
View commit details
Copy full SHA for 274d603
View code at this point
Browse repository at this point
Commits on Aug 19, 2012
Extract the color enum from color_ostream to toplevel.
angavrilov
committed
fd0bf2e
View commit details
Copy full SHA for fd0bf2e
View code at this point
Browse repository at this point
Commits on May 12, 2012
Add api for enabling liquid and temperature updates for blocks.
Show description for 60bb486
angavrilov
committed
60bb486
View commit details
Copy full SHA for 60bb486
View code at this point
Browse repository at this point
Commits on May 3, 2012
Update dfhack for specific_ref.
angavrilov
committed
5afe2ca
View commit details
Copy full SHA for 5afe2ca
View code at this point
Browse repository at this point
Commits on Apr 29, 2012
Implement unconstructed building instance creation and linking into world.
Show description for 2303a25
angavrilov
committed
2303a25
View commit details
Copy full SHA for 2303a25
View code at this point
Browse repository at this point
Commits on Apr 10, 2012
Job module api tweaks: add a namespace to match others and some funcs.
angavrilov
committed
93c795c
View commit details
Copy full SHA for 93c795c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.