SmallJoker

Results 18 issues of SmallJoker

Fixes #12612 by taking the nodebox extent center into account. ## To do This PR is Ready for Review. ## How to test 1. Example node from #12612 2. Enable...

Bugfix
@ Client / Controls / Input

This PR yet again touches the item movement code to fix the wrong order of put/take callbacks when swapping items. Current swap callback order: * destination inventory put * source...

Rebase needed
@ Script API
@ Documentation
Bugfix

Code tidy. This moves all physics overrides to a dedicated struct. This is to avoid further chaos before #11465 gets merged. A server-sided physics modifier API (#10731) could still be...

Code quality

Per-player damage control is almost possible in late 5.1.0-dev, but 3d_armor overrides this group. Fixes https://github.com/minetest/minetest/issues/9022 ## This mod is outdated. Updates can be found here: ### -> https://github.com/minetest-mods/3d_armor

This greatly improves the navigation speed by clicking through the tabs without losing track of the current scroll position. How to test: `/test_formspec` in devtest. Compare master/PR and notice how...

enhancement

Affects master, after #383 The following setup, with 9 identically programmed FPGAs results constantly in 4 overheated FPGAs. `instr = "A&D0/ ~A1/1&C2/0|2C////1&C4/A&B5/4|5B/////"` Shift register program ![screenshot_20191102_143445](https://user-images.githubusercontent.com/1497498/68071776-2762be00-fd7e-11e9-95c2-d294ccf11f49.png) ~What I suspect: `mesecon.do_overheat(pos)`...

bug

Fixes #14143 This PR also changes the interpolation step calculation to consider dtime as well, which is especially important to ehave similarly on 60 Hz and 144 Hz refresh rates....

@ Client / Audiovisuals
Action / change needed
Bugfix

I am currently trying to troubleshoot installation issues with an application and would like to access `/storage/emulated/0/Android/data/`, however its contents seem to be cached by libmtp or gvfs because the...

The adapter is connected and detected properly using `ec2adapters`. Reading the adapter's firmware also works, but not reading the microcontroller's flash contents. Microcontroller: C8051F330 Adapter: USB Debug Adapter, EC3 debugger...

**How to reproduce:** 1. Modify `Makefile`. * Append `-DPK_NO_LIBS` to the CFLAGS * Remove the `./src/libs/` from `SRC_DIRS` 2. `make clean` and rebuild 3. Run `./pocket -c "import io"` and...