SmallJoker

Results 21 issues of SmallJoker

I believe this project would be much more modder-friendly if there was a sane documentation in this project. README: - [ ] Proper readme structure (titles etc) - [ ]...

This code is quite interesting for cross-platform network compatibility, but currently lacks a license which would make sure that using it in a project is legal. LGPL 2.1+ or MIT...

In order to understand our own project's flow, an extended README is really needed. Required contents: (sorted by priority, most important first) - [x] Link or image of technology tree...

- [ ] Check whether spawn at reception works - [x] Fix `/join` to only switch teams with `server`priv - [ ] Add instruction help to NPCs - NPC dedicated...

- [ ] Inventory - [ ] Show missing resources until next technology - [ ] Help page with dropdowns - file-based help files - Language dropdown - Topic dropdown...

When specifying 'scroll factor'='auto', it will be calculated automatically based on the associated scrollbar maximal value. Previously, calculating the exact value was mostly guesswork and try & error. EDIT: This...

Feature ✨
Formspec

Supersedes the 'fsep' setting by automatically detecting the texture name in both, the skin list and the updater scripts. New, automatically fetched skins will now always use the '.' delimiter...

``` 2022-10-26 09:23:17: ERROR[Main]: ModError: Failed to load and run script from XX/mods/dfcaverns/df_caverns/init.lua: 2022-10-26 09:23:17: ERROR[Main]: Unknown node: oil:oil_source 2022-10-26 09:23:17: ERROR[Main]: stack traceback: 2022-10-26 09:23:17: ERROR[Main]: [C]: in function...

Fixes #15042 ## To do This PR is Ready for Review. ## How to test ``` minetest.decompress(" ", "zstd") ``` Or with an empty string. Unittests must pass.

@ Script API
Bugfix 🐛

Fix 1: Do not consider LocalPlayer's CAO in the collision data. Fix 2: work around the "aabbox3d::intersectsWithBox" edge-case. Fixes #15008, caused by #14332 ## To do This PR is Ready...

One approval ✅ ◻️
Bugfix 🐛
@ Client / Controls / Input