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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
GameModForks
/
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
include
modules
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 30, 2021
fix comment for Maps::getSize(); add getTileSize()
myk002
committed
5b960b9
View commit details
Copy full SHA for 5b960b9
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
Rename getPlantAtCoords to getPlantAtTile
Bumber64
authored
c5fb28a
View commit details
Copy full SHA for c5fb28a
View code at this point
Browse repository at this point
Commits on Jun 23, 2021
Add getPlantAtCoords function to Maps namespace
Show description for d81de5e
Bumber64
authored
d81de5e
View commit details
Copy full SHA for d81de5e
View code at this point
Browse repository at this point
Commits on Jun 6, 2021
move fastdwarf's teleport code to Units module
Show description for fc86047
myk002
committed
fc86047
View commit details
Copy full SHA for fc86047
View code at this point
Browse repository at this point
Commits on May 15, 2021
add getCursorCoords overload for df::coord
Show description for aff5c9b
myk002
committed
aff5c9b
View commit details
Copy full SHA for aff5c9b
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Ensure that command-prompt is dismissed after a command creates a new screen
Show description for 59b023c
lethosor
committed
59b023c
View commit details
Copy full SHA for 59b023c
View code at this point
Browse repository at this point
Commits on Feb 6, 2021
make alchemist flag valid for controllable civs
myk002
committed
6819ee9
View commit details
Copy full SHA for 6819ee9
View code at this point
Browse repository at this point
Commits on Dec 16, 2020
only reset extents if they are unusable
Show description for 3ba984c
myk002
committed
3ba984c
View commit details
Copy full SHA for 3ba984c
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
Merge remote-tracking branch 'myk002/myk_metalhead_mario' into develop
lethosor
committed
8cb38ec
View commit details
Copy full SHA for 8cb38ec
View code at this point
Browse repository at this point
cleaner mask-based implementation
myk002
committed
10616a3
View commit details
Copy full SHA for 10616a3
View code at this point
Browse repository at this point
identify bars as non_economic items
Show description for 02a86d7
myk002
committed
02a86d7
View commit details
Copy full SHA for 02a86d7
View code at this point
Browse repository at this point
Use initial working directory as process path on Linux, and expose to Lua
lethosor
committed
913d860
View commit details
Copy full SHA for 913d860
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
Merge branch 'develop' into cwd-handling
lethosor
committed
23b2304
View commit details
Copy full SHA for 23b2304
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
Add Filesystem::restorecwd()
Show description for ce7772a
lethosor
committed
ce7772a
View commit details
Copy full SHA for ce7772a
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
prep buildingplan for core algorithm changes
Show description for 4d7f4d8
myk002
committed
4d7f4d8
View commit details
Copy full SHA for 4d7f4d8
View code at this point
Browse repository at this point
Commits on Aug 16, 2020
rename is_civzone to the more general allow_wall
myk002
committed
e546d3e
View commit details
Copy full SHA for e546d3e
View code at this point
Browse repository at this point
properly detect valid tiles for civzones
myk002
committed
ae872e8
View commit details
Copy full SHA for ae872e8
View code at this point
Browse repository at this point
Commits on Aug 8, 2020
Fix a couple warnings in the Units module (#1615)
lethosor
committed
8c5b21b
View commit details
Copy full SHA for 8c5b21b
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Add Goal to Manipulator Detail Modes
ryanbennitt
committed
9510dd5
View commit details
Copy full SHA for 9510dd5
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
address PR review comments on api docs
myk002
committed
e17d492
View commit details
Copy full SHA for e17d492
View code at this point
Browse repository at this point
Commits on Jul 19, 2020
recurs-ify default config copying logic
Show description for 16cfd34
myk002
committed
16cfd34
View commit details
Copy full SHA for 16cfd34
View code at this point
Browse repository at this point
Commits on Jul 16, 2020
gcc-4.8 compatibility
myk002
committed
c19fc1f
View commit details
Copy full SHA for c19fc1f
View code at this point
Browse repository at this point
Commits on Apr 26, 2020
Merge remote-tracking branch 'PatrikLundell/stocks' into develop
Show description for 7c1d1c4
lethosor
committed
7c1d1c4
View commit details
Copy full SHA for 7c1d1c4
View code at this point
Browse repository at this point
Commits on Mar 8, 2020
simplify Graphic module. update structures.
Show description for ffb3c29
BenLubar
committed
ffb3c29
View commit details
Copy full SHA for ffb3c29
View code at this point
Browse repository at this point
Commits on Jan 26, 2020
Propagated getBookTitle to Lua
PatrikLundell
committed
121497a
View commit details
Copy full SHA for 121497a
View code at this point
Browse repository at this point
Commits on Jan 25, 2020
Renamed to getBookTitle, cut down on virtual_cast
PatrikLundell
committed
876ac6c
View commit details
Copy full SHA for 876ac6c
View code at this point
Browse repository at this point
Issue #1262. Added Items::getTitle and used in stocks
PatrikLundell
committed
c6bbf39
View commit details
Copy full SHA for c6bbf39
View code at this point
Browse repository at this point
Commits on Jan 14, 2020
Merge remote-tracking branch 'nornagon/unit-description' into develop
lethosor
committed
5eca504
View commit details
Copy full SHA for 5eca504
View code at this point
Browse repository at this point
Commits on Dec 14, 2019
getDescription => getPhysicalDescription
nornagon
committed
50e696a
View commit details
Copy full SHA for 50e696a
View code at this point
Browse repository at this point
Commits on Dec 8, 2019
wip
nornagon
committed
910f965
View commit details
Copy full SHA for 910f965
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Merge branch 'develop' into avoid_rebuilding_df_statics_if_core_h_changes
lethosor
committed
f3658db
View commit details
Copy full SHA for f3658db
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
Merge branch 'develop' into persist
lethosor
committed
0757509
View commit details
Copy full SHA for 0757509
View code at this point
Browse repository at this point
Commits on Dec 30, 2018
Remove Core.h include from DataDefs.h
Show description for f063234
suokko
authored and
lethosor
committed
f063234
View commit details
Copy full SHA for f063234
View code at this point
Browse repository at this point
Commits on Aug 27, 2018
Use viewscreen_savegamest instead of viewscreen_optionst
BenLubar
committed
a672ffc
View commit details
Copy full SHA for a672ffc
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
Add Persistence module.
Show description for 4e690df
BenLubar
committed
4e690df
View commit details
Copy full SHA for 4e690df
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.