Kelly Kinkade

Results 113 issues of Kelly Kinkade

replace weird `operator new` override with `make_lua_userdata` template use placement `new` and a constructor for `DFRefHeader`

`gui/masspit` shows a list of the pitted creatures; it might be worth at least optionally making that a pick list allowing the user to select which of the listed creatures...

51.11 changed the way assigned unit data is tracked in civzones. it's possible that these changes impact the operation of `preserve-rooms`

```c++ size_t idx = df::report::binsearch_index(reports, lastReportUnitAttack, false); // returns the index to the key equal to or greater than the key provided idx = reports[idx]->id == lastReportUnitAttack ? idx +...

in determining how accurate to display values, the screen should use the appraisal skill of whoever is conducting the trade rather than defaulting to the broker this gives more reasonable...

```Invoking: fix/ownership ...pps\common\Dwarf Fortress\hack\scripts\fix\ownership.lua:36: Cannot read field building.assigned_unit: not found. stack traceback: [C]: in metamethod '__index' ...pps\common\Dwarf Fortress\hack\scripts\fix\ownership.lua:36: in local 'relink_zones' ...pps\common\Dwarf Fortress\hack\scripts\fix\ownership.lua:57: in local 'script_code' ...rary\steamapps\common\Dwarf Fortress\hack\lua\dfhack.lua:1107: in function...

an option to configure automatic quicksaves every `n` minutes of elapsed _real_ time suggestion raised by a discord discussion

idea
good first issue

Not sure what causes this or if it's mitigatable, but it rubs me wrong

We currently rebuild `launchdf.exe` every time we deploy to steam, which means that this executable's signature gets updated every time we deploy. Since at least one AV vendor has decided...

mostly this is so we can tell which version someone has from the windows file properties screen. useful in cases when we're not sure what build someone has installed but...