Alan
Alan
Yeah, partial support for furnaces is better than none. Doc updates would be great. Feel free to merge when it's ready and tested.
STANDARD is unsupported because of numerous opengl issues, ranging from crashes to kernel panics (but not including anything useful). I didn't try testing FRAME_BUFFER but i imagine it would be...
I think the issue is two things using opengl in the same process in unsafe ways.
I don't know for sure what the issue is, just that a combination of DF and Stonesense both using OpenGL is very unstable. My guess is that at least one...
Looks like that's about right - there was some discussion on IRC about using JSON/YAML back when #433 was in development, but we settled on protobuf because we didn't have...
The protobuf library is already loaded by core. The issue is with protobuf**s**, i.e. the message types themselves that are compiled into plugins, like [rename.proto](https://github.com/DFHack/dfhack/blob/develop/plugins/proto/rename.proto). I'd prefer to avoid bundling...
I take it [these](https://github.com/DFHack/dfhack/blob/cb123e5076cd5f2038a066ddc917b42e0fe8e810/library/modules/EventManager.cpp#L650-L663) are the checks you're referring to? The branch name (`develop`) in the URL points to the most recent commit on that branch, which can change easily....
Each entry seems to take up 8 lines, at least on my end (in a fort with 755 entries in `world.agreements.all`!). Some lines are blank for some petitions, but that...
@TymurGubayev what would make the number of lines per entry variable? I wasn't able to find a case where an entry wasn't 8 lines above.
We don't distribute slightly-modified versions of plugins for things like this, because that would cause a lot of confusion. We *could* make these announcements configurable, though, and #212 is an...