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
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 }}
DFHack
/
dfhack
Public
Notifications
You must be signed in to change notification settings
Fork
510
Star
2k
Code
Issues
1k
Pull requests
59
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
dfhack
library
LuaWrapper.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 15, 2026
add ability to mark Lua exports as "deprecation"
ab9rf
committed
b5f3ac9
View commit details
Copy full SHA for b5f3ac9
View code at this point
Browse repository at this point
Commits on Sep 1, 2026
use deep comparisons on `struct_identity`
Show description for ec8b361
ab9rf
committed
ec8b361
View commit details
Copy full SHA for ec8b361
View code at this point
Browse repository at this point
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 Oct 16, 2025
more `const`ifying!
Show description for 60b5ce3
ab9rf
committed
60b5ce3
View commit details
Copy full SHA for 60b5ce3
View code at this point
Browse repository at this point
Commits on Oct 4, 2025
add missing `const` qualifiers
Show description for a82d35f
ab9rf
committed
a82d35f
View commit details
Copy full SHA for a82d35f
View code at this point
Browse repository at this point
Commits on Jun 7, 2025
remove unused variable
ab9rf
committed
776b4d4
View commit details
Copy full SHA for 776b4d4
View code at this point
Browse repository at this point
lua/c++ interface code cleanup
Show description for a8661d6
ab9rf
committed
a8661d6
View commit details
Copy full SHA for a8661d6
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
minor quality issues
Show description for c21478c
ab9rf
committed
c21478c
View commit details
Copy full SHA for c21478c
View code at this point
Browse repository at this point
Commits on Feb 26, 2025
add `std::abort` falllthrough to `field_error`
Show description for c96f108
ab9rf
committed
c96f108
View commit details
Copy full SHA for c96f108
View code at this point
Browse repository at this point
Commits on Feb 18, 2025
add type identity for `std::filesystem::path`
ab9rf
committed
7b6bfc8
View commit details
Copy full SHA for 7b6bfc8
View code at this point
Browse repository at this point
Commits on Oct 3, 2024
add _union=true field to union types
myk002
committed
94354ab
View commit details
Copy full SHA for 94354ab
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
constify identities
ab9rf
committed
dc1bcce
View commit details
Copy full SHA for dc1bcce
View code at this point
Browse repository at this point
Commits on Dec 28, 2023
Remove tinythread from PluginManager
Show description for 54769eb
ProgRockJazz
authored and
dhthwy
committed
54769eb
View commit details
Copy full SHA for 54769eb
View code at this point
Browse repository at this point
Commits on Aug 12, 2023
Add _fields table to struct types
lethosor
committed
92549f3
View commit details
Copy full SHA for 92549f3
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
df.new(): catch errors thrown by allocate()
Show description for 47b4773
lethosor
committed
47b4773
View commit details
Copy full SHA for 47b4773
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
tagged union support for lua (#1818)
BenLubar
authored
c06d1f8
View commit details
Copy full SHA for c06d1f8
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
Add ref_target attribute to primitive field references
lethosor
committed
125f4b1
View commit details
Copy full SHA for 125f4b1
View code at this point
Browse repository at this point
Commits on Apr 6, 2020
Make pairs(df.type) return class methods
lethosor
committed
f83fee8
View commit details
Copy full SHA for f83fee8
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
subclass struct_identity for unions
BenLubar
committed
a30678c
View commit details
Copy full SHA for a30678c
View code at this point
Browse repository at this point
Commits on Jun 11, 2018
Fix printf format warnings
suokko
committed
8f2cf3a
View commit details
Copy full SHA for 8f2cf3a
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
Add next_item, _complex for complex enums
lethosor
committed
b0e1ae9
View commit details
Copy full SHA for b0e1ae9
View code at this point
Browse repository at this point
Make enum attrs work for complex enums (lever_target_type)
lethosor
committed
9398262
View commit details
Copy full SHA for 9398262
View code at this point
Browse repository at this point
Set last_item_value properly for complex enums
lethosor
committed
7da8793
View commit details
Copy full SHA for 7da8793
View code at this point
Browse repository at this point
Fix complex enum ipairs for first element
lethosor
committed
c1dd217
View commit details
Copy full SHA for c1dd217
View code at this point
Browse repository at this point
Lua: implement key lookup and ipairs for complex enums
lethosor
committed
61539bf
View commit details
Copy full SHA for 61539bf
View code at this point
Browse repository at this point
Commits on Oct 15, 2016
Fix some warnings with GCC -Wall
lethosor
committed
9f54148
View commit details
Copy full SHA for 9f54148
View code at this point
Browse repository at this point
Commits on Aug 13, 2016
Lua: Add lengths of (some) containers to their string representations
lethosor
committed
576174e
View commit details
Copy full SHA for 576174e
View code at this point
Browse repository at this point
Commits on Aug 11, 2016
Add df.new() support for char and unsigned long
lethosor
committed
eef6f9b
View commit details
Copy full SHA for eef6f9b
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
x86: fix lua address display
lethosor
committed
dde6901
View commit details
Copy full SHA for dde6901
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
Expose long/[u]intptr_t to lua and fix some integer return values
lethosor
committed
dc79e24
View commit details
Copy full SHA for dc79e24
View code at this point
Browse repository at this point
Commits on Jul 27, 2016
proper 64bit address formatting
pronvit
authored and
lethosor
committed
3833ff2
View commit details
Copy full SHA for 3833ff2
View code at this point
Browse repository at this point
Commits on Jul 4, 2016
Initial 64-bit support
lethosor
committed
2455e36
View commit details
Copy full SHA for 2455e36
View code at this point
Browse repository at this point
Commits on Apr 4, 2016
Add Lua primitives: ptr-string, pointer, ptr-vector, bit-vector, bit-array
Show description for e0ae7bd
lethosor
committed
e0ae7bd
View commit details
Copy full SHA for e0ae7bd
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
Add a Lua implementation of next_enum_item()
lethosor
committed
3fb2628
View commit details
Copy full SHA for 3fb2628
View code at this point
Browse repository at this point
Commits on Oct 20, 2012
Fix a bug in lua wrapper caused by the recent pairs() addition.
Show description for 5388ad4
angavrilov
committed
5388ad4
View commit details
Copy full SHA for 5388ad4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.