ANAND

Results 9 issues of ANAND

See MT-CTF/capturetheflag#598 Selecting the active hotbar slot (either by scrolling or by using numeric keys) while firing an automatic gun (like the SMG) copies over the weapon's ItemStack (incl. wear)...

- Shotgun: 50 - Rifle: 100 - Pistol: 200 (!) I understand that this is probably because of the fact that all these guns use the same ammo, so to...

I've lost count of the number of players who've complained about how the vote HUD immediately suggests a map skip, confusing many players who don't pay attention to the chat...

Proposal/Suggestion
:gear: Maps
:gear: GUI / HUD / Audio

Make use of the read-only base world feature recently added to MT in [this commit](https://github.com/minetest/minetest/commit/7454deb1bf04ab3478b4e2dc6b2821ae86f4514f). ##### Advantages - Map schems can be pre-loaded into the read-only base world, and calling...

Low Priority :sleeping:
Proposal/Suggestion
:gear: Maps

Currently, the map-maker doesn't allow nodes with meta as they don't work with schem placement. But this prevents map-makers from incorporating custom chests into maps with custom items that they'd...

Proposal/Suggestion
:gear: Maps
:gear: MapEditor

Just like how treasures can be set per-map, crafting recipes should be blacklist-able per-map. This can be useful to prevent abuse of items which can make some maps unplayable. e.g....

Feature :star:
:gear: Maps
:gear: AntiAbuse

This would allow maps with custom skyboxes to set an appropriate fog colour. Currently, this is hard-coded to `0xFFFFFFFF` in the `set_sky` call (in `ctf_map_core`). This results in the moon...

Proposal/Suggestion
:gear: Maps
:gear: MapEditor

Related: #6837, #5532 (apologies if there are other existing issues that I missed). PR #5532 implements a tab-autocompletion API for client-side mods, and was disapproved by two devs, but only...

@ Script API
Feature request
Supported by core dev

(Originally reported here: rubenwardy/capturetheflag#107) I suggest restricting `!whereis` to chan OPs if possible. Will work on implementing this if approved.