fluxionary

Results 24 issues of fluxionary

This was going to just be a proposal issue, except the change is trivial, so why not save someone a couple minutes work in the case this is accepted. Currently,...

@ Client / Controls / Input

##### Minetest version ``` 5.5.1, 5.6.0-dev-de8ce9a8ff999c7ab9562528a972d5426a9f7cec ``` ##### OS / Hardware Operating system: linux ##### Summary when a node's nodebox exists entirely within another node, startling behavior develops when you...

Bug
@ Server / Client / Env.

##### Minetest version ``` 0.4.17.1 through 5.5.1, 5.6.0-dev-de8ce9a8ff999c7ab9562528a972d5426a9f7cec ``` ##### OS / Hardware Operating system: linux, unsure about mac/windows/etc ##### Summary There are separate mouse-click events triggered on both press...

Bug
@ Server / Client / Env.
Formspec

fixes #2031. three parts to this: 1. if fields are received from *any* non-chest formspec, and there's an open chest, close the chest. 2. when opening a chest, make sure...

One approval
Bugfix

EDIT: I botched the description of the bug originally; included is a table highlighting the unexpected behaviors. ------------------- I am not entirely sure what the intended use of this feature...

Bugfix

adds an `equals` method to `ItemStack`. also supports using the `==` operator. ## How to test this is what i used to test this: ```lua local i1 = ItemStack("default:stone") local...

@ Script API
Feature
Roadmap: Needs approval

##### Minetest version ``` 5.6.0 ``` ##### OS / Hardware Operating system: linux ##### Summary i can see more distant objects when looking forward, than looking "behind" the player using...

Unconfirmed bug
@ Client rendering engine

##### Minetest version ``` 5.6.0 ``` ##### Summary The segfault occurs sometimes on a local server while running a huge quantity of mods (the modset on the your-land server). The...

Unconfirmed bug
@ Script API

##### Minetest version ``` 5.5.1, 5.6.0-dev-de8ce9a8ff999c7ab9562528a972d5426a9f7cec ``` ##### Summary e.g. translations or colored text - it removes the closing escape sequence, resulting in Problems. it's possible to strip colors from...

Bug
@ Script API
Low priority

##### Minetest version ``` 5.2.0-dev-e20f2539, 5.1.0, and probably earlier ``` ##### OS / Hardware N/A ##### Summary There is some inconsistency with crafting w/ the results of crafting recipes w/...

Bug
@ Server / Client / Env.