Kelly Kinkade
Kelly Kinkade
In general, there is an assumption that `type_identity` objects, throughout DFHack, have static storage duration and thus will exist for the lifetime of the program. However, for `type_identity` objects that...
[as reported on kitfox discord](https://discord.com/channels/329272032778780672/555404726817259580/1246460779390173277); not personally verified
#### Issue type: - :bug: Bug ____ #### Short description: Dedicated server crashes when a world block exporter or world block importer is placed and enabled to import or export...
this significantly reduces the number of compilation units that depend on `DFSDL.h` this allows us to include more content into `DFSDL.h` without as much compile-time loading; `Graphic.h` is included by...
offer an option to filter sparring events because otherwise they overwhelm the monitor
Looked into this based on discord discussion, determined that the code compiles if adjusted to comport with @Bumber64's changes from #4824 so the question at this point is whether it...
`seedwatch` should provide a warning overlay on the kitchen screen advising the player that some of the settings on that screen are being automated and that manual changes may be...
`luasocket` uses `inet_ntoa` which is deprecated, not threadsafe, and only supports ipv4, and should be replaced with `inet_ntop` we don't actually use `GetServerAddr` and frankly at least one of the...
now that we better understand how the the job auction work, it is probably worthwhile to take a pass at `autolabor` to make it work better with v50 i've received...
The `nestboxes` plugin automatically protects all fertile eggs from harvesting; it would make more sense to give the player more control over this, both allowing for differential treatment by species...