Squid Coder

Results 43 issues of Squid Coder

A lot of the code needed so far is C++ only and thus it may be better to extend the `orders` code to get needed info for creating new orders....

https://github.com/DFHack/dfhack/blob/d295136ab1ff24dd249698b272d4090466fb1af4/docs/dev/Lua%20API.rst?plain=1#L6139 I believe it's meant to say call updateLayout, not "all" updateLayout. This typo made me misinterpret how i was supposed to use it. Note: I'd make a PR myself,...

Also make the old `--unit` become `--selected` or similar

With `quickfort` dig designations, you can mark as blueprint, warm, and damp, but NOT auto mine. This means I personally can't use it for [this PR](https://github.com/DFHack/stonesense/issues/193) and in general it's...

"...[E]verytime I set FrontYard Burrow to clearcut, it sets FoodProtection burrow too. and if I turn the second off, it turns off the first." See this message for more details:...

![Image](https://github.com/user-attachments/assets/088c7888-5832-4448-8247-7417540addf9)

My idea being that when my script names a dwarf it can enqueue them so they get shown next.

Make `necronomicon`'s internal functions return strings rather than printing directly and make `necronomicon` a module or similar so one can call them rather than copying them. I think this would...