- Jun 04, 2018
-
-
Paramat authored
Conf.example: Remove quotes from bones modes. Setting does not work if quotes are used.
-
- Jun 02, 2018
-
-
Jacob Gustafson authored
-
- Apr 13, 2018
-
-
Paramat authored
Disabled in mgv6 and singlenode mapgens, by setting, or if 'static_spawnpoint' is set. Cleanup format of minetest.conf.example.
-
- May 07, 2017
-
-
Ezhh authored
-
- Dec 07, 2016
-
-
paramat authored
Previous code: Used looped sounds without attaching them to objects or playing direct to players. The looped sounds are not 'stopped' when players leave the area. These may be causing the bug where sounds are heard at extreme distances. Entering a world with already present flames results in silent flames. Sounds are often played at a large number of points in a 6 node lattice. A large fire is reported to cause a high load, disabling the sound code is reported to help this. New code: Optional flame sound to not interfere with ambience mods. Permanent flame now has sound. For multiple flames, sound is positioned at the centre of all flames, and has volume determined by flame number. The original freesound 'large fire' recording was used to create 3 sounds that play at random for a non-repetitive effect. At low volume it is suitable for small fires. Original sound files and sound function (as an empty function) kept temporarily to reduce disruption. Reduce gain of flame extinguish sound.
-
- Aug 20, 2016
-
-
paramat authored
-
- Jul 27, 2016
-
-
tenplus1 authored
Add 'bones_mode' setting to minetest.conf -> Modes: bones, drop, keep Remove table 'bones' Add minetest.conf.example description Remove protection check from may_replace
-
- May 01, 2016
-
-
rubenwardy authored
-
- Mar 03, 2016
-
-
red-001 authored
-
- Oct 28, 2015
-
-
paramat authored
Update 'disable fire' documentation in conf.example
-
- Oct 01, 2015
-
-
paramat authored
Rename in game.conf and documentation Update game_api.txt documentation for bucket API and tree functions Fix tab, space and comment formatting in game_api.txt Rename in mod READMEs
-
- Sep 29, 2015
-
-
LeMagnesium authored
Add option to disable bed's night skip - Solve second point of #512 by adding a setting, `enable_bed_night_skip` , with default value of `true`.
-
- Aug 15, 2015
-
-
paramat authored
Make replace ABM optional, disabled by default
-
- Dec 06, 2014
-
-
PilzAdam authored
-