Kelly Kinkade
Kelly Kinkade
To my fairly substantial surprise, I note that MSVC tells me that there are _zero_ live references to `df::enums::hauler_type::Bin` in dfhack C++ code. I also did a search of the...
> Isn't labormanager using a hardcoded "4" somewhere in place of it? Yes. And that's the only code in DFHack I'm aware of that uses `world.stockpiles.num_haulers` or `world.stockpiles.num_jobs` at all.
Working on this now. Will also fix autohauler because it has the same issue. I've been putting off refactoring this smelly mass of duplicated code because DF 2022 will almost...
outdated and obsolete, closing
also a reminder that on all remotely recent versions of linux `/proc/self` refers to the running process, so you don't have to do `sprintf(buf, "/proc/%d/cmdline", getpid())` if you don't want...
we're still feeling our way out on these given that Bay12 keeps changing things too; `0.50.08-beta-1` reflects the the first time Bay12 has done a public beta release the `SDL`...
i just deleted that entry from the `master` (stable) branch entirely because stable and 50.08-beta-1 have different alignments for `world` and thus the stable branch will simply not work with...
an additional complication to think about: now that some dfhack team members have access to Bay12 private betas, we may need to, from time to time, produce symbols stanzas for...
my intention will be that edition identifiers for builds that are targeted to the Windows 64-bit ABI will have "win64" somewhere in their edition identifier. i can't say what will...
i just found `std::function` references in 50.09 code, so this is now high priority