Andrii

Results 5 comments of Andrii

> Your DECORATE and sprites should not be between the map marker and ENDMAP. (Should be MAP01, TEXTMAP, BEHAVIOR, SCRIPTS, ENDMAP, then all the other stuff.) That said, Slade shouldn't...

@lindenbergresearch Tried to build it (Air M1, Monterey 12.2.1), but got this error: ``` ... [ 34%] Building CXX object src/External/CMakeFiles/external.dir/zreaders/music_xmi_midiout.cpp.o [ 34%] Linking CXX static library libexternal.a [ 34%]...

I'm also using the same os / arch and compiled master yesterday and today many times. Here is one of workflows that works for me: ``` git clone --depth 1...

This is what I used to sign packaged app: ``` codesign --force --deep --sign - /Applications/minetest.app ``` After doing so, I'm able to run the app, but it doesn't work...