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
eventful.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
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
remove CoreSuspender from interpose methods
myk002
committed
a1d343a
View commit details
Copy full SHA for a1d343a
View code at this point
Browse repository at this point
Commits on Dec 30, 2024
don't lock over INTERPOSE_NEXT
Show description for 9a031b4
myk002
committed
9a031b4
View commit details
Copy full SHA for 9a031b4
View code at this point
Browse repository at this point
Commits on Dec 22, 2024
remove unneeded headers
myk002
committed
fb6f42f
View commit details
Copy full SHA for fb6f42f
View code at this point
Browse repository at this point
Commits on Dec 20, 2024
remove CoreSuspendClaimer alias
myk002
committed
7346fa2
View commit details
Copy full SHA for 7346fa2
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
use canonicalized structures and field names
myk002
committed
db184df
View commit details
Copy full SHA for db184df
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 Apr 29, 2024
instrument event manager per plugin
myk002
committed
5ccddb3
View commit details
Copy full SHA for 5ccddb3
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 Apr 15, 2022
EventManager/Eventful - Generate event arrays (#2097)
Show description for 9bf9a79
cppcooper
authored
9bf9a79
View commit details
Copy full SHA for 9bf9a79
View code at this point
Browse repository at this point
Commits on Mar 29, 2022
fix crash in eventful due to misaligned fn map (#2059)
Show description for 2df6980
myk002
authored
2df6980
View commit details
Copy full SHA for 2df6980
View code at this point
Browse repository at this point
Commits on Mar 12, 2022
Adds new event type NEW_UNIT_ACTIVE
cppcooper
authored and
myk002
committed
ba5710f
View commit details
Copy full SHA for ba5710f
View code at this point
Browse repository at this point
Updates eventful plugin with new EventManager event JOB_STARTED
cppcooper
authored and
myk002
committed
2b8024e
View commit details
Copy full SHA for 2b8024e
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Update structures, fix reaction_productst::produce() parms
quietust
committed
e2301ec
View commit details
Copy full SHA for e2301ec
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
Fix warnings in supported plugins.
BenLubar
committed
a7dfacd
View commit details
Copy full SHA for a7dfacd
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
Many build fixes
lethosor
committed
db95796
View commit details
Copy full SHA for db95796
View code at this point
Browse repository at this point
Commits on Feb 18, 2017
EventManager/eventful: Pass building ID pointers to event handlers
Show description for 19695b4
lethosor
committed
19695b4
View commit details
Copy full SHA for 19695b4
View code at this point
Browse repository at this point
Commits on Jul 27, 2016
More 64-bit fixes
Show description for fe18f17
pronvit
authored and
lethosor
committed
fe18f17
View commit details
Copy full SHA for fe18f17
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Modify DFHack to handle new produce() prototype. Major thanks to lethosor, and ragundo for their help in this
Show description for a03b328
NCommander
committed
a03b328
View commit details
Copy full SHA for a03b328
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
Change eventful to have sane(r) callback for produce
warmist
committed
5895621
View commit details
Copy full SHA for 5895621
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
Remove left over handlers from eventful
warmist
committed
3e402fa
View commit details
Copy full SHA for 3e402fa
View code at this point
Browse repository at this point
Update eventful's produce hook to new vmethod. Also make all events use no-handler version thus removing lot of unused functions (and empty function calls).
warmist
committed
e4ae1c1
View commit details
Copy full SHA for e4ae1c1
View code at this point
Browse repository at this point
Commits on Dec 22, 2015
Fix more produce() calls
lethosor
committed
c9eab65
View commit details
Copy full SHA for c9eab65
View code at this point
Browse repository at this point
Commits on Dec 18, 2015
Update structures and fix various issues with plugins producing items
Show description for 55d5706
lethosor
committed
55d5706
View commit details
Copy full SHA for 55d5706
View code at this point
Browse repository at this point
Commits on Nov 7, 2015
Fix workshop/furnace sidebar events
lethosor
committed
047168b
View commit details
Copy full SHA for 047168b
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
Update eventful.cpp
Show description for 0fa35ae
warmist
committed
0fa35ae
View commit details
Copy full SHA for 0fa35ae
View code at this point
Browse repository at this point
Add furnaces to sidebar fill event
warmist
committed
a503e54
View commit details
Copy full SHA for a503e54
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Fix whitespace issues
lethosor
committed
10cfef0
View commit details
Copy full SHA for 10cfef0
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Added modtools/reaction-product-trigger.
expwnent
committed
e5e0d93
View commit details
Copy full SHA for e5e0d93
View code at this point
Browse repository at this point
Commits on Feb 1, 2015
Eventful no longer requires LUA_HOOK to do reaction events.
expwnent
committed
ab01e7d
View commit details
Copy full SHA for ab01e7d
View code at this point
Browse repository at this point
Commits on Dec 4, 2014
Update some plugins to use REQUIRE_GLOBAL
lethosor
committed
cac2245
View commit details
Copy full SHA for cac2245
View code at this point
Browse repository at this point
Commits on Jul 3, 2014
EventManager: INTERACTION event for unit interactions.
expwnent
committed
81c87d0
View commit details
Copy full SHA for 81c87d0
View code at this point
Browse repository at this point
Commits on Jun 29, 2014
EventManager: unload event for convenience.
expwnent
committed
961d033
View commit details
Copy full SHA for 961d033
View code at this point
Browse repository at this point
Commits on Jun 28, 2014
Added UNIT_ATTACK event to EventManager and exposed it to Lua.
expwnent
committed
8e7e87a
View commit details
Copy full SHA for 8e7e87a
View code at this point
Browse repository at this point
Commits on Jun 23, 2014
EventManager/eventful: added ON_REPORT event and exposed it to Lua.
expwnent
committed
7313c18
View commit details
Copy full SHA for 7313c18
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.