- Sep 03, 2018
-
-
12Me21 authored
Before, it checked if the node name *contained* "stairs:slab_", which could detect things like "xxxxxstairs:slab_xxxx". Changed the pattern to "^stairs:slab_".
-
- Sep 02, 2018
-
-
Paramat authored
-
- Aug 28, 2018
-
-
Paramat authored
-
- Aug 24, 2018
-
-
Paramat authored
-
- Aug 23, 2018
- Aug 22, 2018
-
-
Paramat authored
-
- Aug 21, 2018
- Aug 11, 2018
-
-
Paramat authored
-
- Aug 04, 2018
-
-
Paramat authored
-
- Jul 31, 2018
-
-
Paramat authored
sfinv: Move license information to create the missing license.txt file. Make README consistent with other Minetest Game mods. player_api: Add missing texture and sound credits to README. Update and add extra license information. default: Remove credit for 'player_damage.ogg' sound.
-
- Jul 30, 2018
-
-
Paramat authored
-
- Jul 26, 2018
-
-
kakalak-lumberJack authored
-
- Jul 24, 2018
-
-
Paramat authored
-
- Jul 17, 2018
-
-
Paramat authored
Previously, maximum flora density was chosen based on the extremely rare occurrence of all 8 flowers being at high density at one location. This caused flora everywhere to spread to an unacceptably high density. Revert the threshold to 3, which in testing results in a more acceptable maximum density of 7 flora per 9x9 area.
-
- Jul 15, 2018
-
-
Paramat authored
-
- Jul 14, 2018
-
-
Paramat authored
-
- Jul 13, 2018
-
-
TumeniNodes authored
Replaces 'bush' in snowy grassland.
-
- Jul 11, 2018
-
-
Paramat authored
Move chests code out of nodes.lua and into a new file. Credit torch code, and chest and torch models in README.txt. Remove 'torches' mod text from torch.lua. Minor cleanups in README.txt.
-
- Jul 10, 2018
-
-
Paramat authored
-
- Jul 08, 2018
-
-
Paramat authored
Minor clean up of README.txt, including deletion of credits for removed torch textures.
-
- Jul 07, 2018
-
-
Paramat authored
Previously, boat responsiveness varied greatly depending on server lag and singleplayer / multiplayer. 'dtime' is the time from the last execution of the boat entity 'on step' function, so must multiply acceleration and yaw change. Retune acceleration, turn rate and drift deceleration. Make reversed turn only happen with significant backwards speed.
-
TumeniNodes authored
Dedicated fence rail textures coming in a follow-up PR.
-
SmallJoker authored
Better pathfinder algorithm, allows tuning the lag spike compensation. Smoother movement (when it's laggy). Set the player animation to stand on attach. Remove driver when they leave. Only update velocity when it's necessary.
-
- Jul 03, 2018
-
-
Paramat authored
Document controls in README.txt. Optimise 'get yaw' and 'set yaw' code.
-
beyondlimits authored
-
- Jul 01, 2018
-
-
SmallJoker authored
-
- Jun 25, 2018
- Jun 19, 2018
-
-
bell07 authored
Use a new table beds.bed_position to check if a bed is in use.
-
- Jun 15, 2018
-
-
Ezhh authored
These use 'spawn_by' to avoid steep slopes.
-
- Jun 07, 2018
-
-
Paramat authored
To avoid respawn position being possibly very distant from new player spawn position.
-
- 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
-
Paramat authored
6 gunpowder and 1 paper crafts to 2 TNT stick craftitems. 9 TNT sticks craft to 1 TNT. TNT stick is not yet usable as an explosive, possibly later.
-
- Jun 01, 2018
-
-
Paramat authored
-
- May 31, 2018
-
-
Paramat authored
-
- May 25, 2018
-
-
Ezhh authored
-
- May 19, 2018
-
-
Paramat authored
-