SmallJoker
SmallJoker
@numberZero @dsohler So you imagine a Lua API to build a (dynamic) XML file which is sent to the players? Having HTML sounds nice but the libraries will be very...
Cross-reference to #16009, which is a subset of this PR functionally-wise. The issue #15805 contains two use-cases: 1. Lua API (i.e. server-defined) for games to customize 2. Client-side settings to...
Does it work properly if you compile with `USE_SDL=0`? i.e. to fall back to a specific Irrlicht device? I hope there's one that works for BSD ...
> That might be good enough for now but I'm sure there are plans to move entirely to SDL, correct? Yes, that's true. However, each step towards debugging this issue...
@MiguelPL4 Potential merge conflict. Please rebase.
The placeholders are used correctly. Checked a few translations. Looks about right.
1. Why is the button red? There's no potential data loss as when you're about to delete a world. 2. Could the buttons be placed in the same distance and...
Extracted the AppImages and ran 1. `valgrind --tool=callgrind ./qucs-s` 2. `gprof2dot -s -n 5 -f callgrind callgrind.out.PROCID | dot -Tsvg -o output.svg` (
From what I can see, `mesecons_stickyblocks:sticky_block_all` never had an official recipe. What recipe would you suggest?