Alan
Alan
Somewhat. Currently, only fields of an enum type whose size matches the size of the enum's base type are treated as enum fields in Lua. For example, building_screw_pumpst.direction will be...
Any particular stages of exportlegends you have in mind? Some call out to DF, and DF performs blocking operations where we can't easily inject a progress bar. Our own "custom"...
Could you share some more details about your distro? On Ubuntu, I have `/usr/lib/i386-linux-gnu/libz.so` and `/usr/lib/x86_64-linux-gnu/libz.so`, but no `/usr/lib/libz.so`, and I'm surprised that your zlib in `/usr/lib` is not the...
@ShimmerFairy another question: what CMake version are you using? The FindZlib module we're using is built in to CMake, so it's possible that upgrading to a newer version would help.
Can't reproduce in 0.47.05-r6-118-gce7bc4cd, unfortunately Edit: oh, I can, if I click **really** fast (a triple-click while moving the mouse can generally reproduce it ~50% of the time for me)
Are you doing anything in particular? I'm clicking in a circle ~5x a second and can't seem to reproduce it with mousequery alone (starting from the main fortress mode view).
Ah, I am not using TWBT, so I suspect the automaterial-related issue has a different cause.
Is it happening constantly or in bursts once a month?
It's a bit tricky to do this - the script is only designed to write additional messages to the gamelog, not to modify messages that have already been written. If...