ivxvm

Results 12 comments of ivxvm

> 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...

@Calinou Flatpaks by default can't access external drives for example. A lot of people save their work on external drives. The best alternative without limitations of flatpaks and without the...

I have the same issue with `v1.3` on `PopOS`. `Undo`/`Redo` keyboard shortcuts (`Ctrl-Z`, `Shift-Ctrl-Z`) - don't work most of the time. Sometimes they randomly start working for a little bit,...

In 1.3 it was almost impossible to make shortcuts work for me. Even just clicking on empty space in graph area before pressing shortcut did help maybe 1 time out...

Same on Linux (Pop!_OS 22.04 LTS x86_64) with 4.7.1, reverting to 4.7.0 fixed it.

@zlainsama I incidentally figured out a way to overcome this issue! When I run the game with special JVM params to block Microsoft auth servers, the issue just disappears. Maybe...