Commit Graph

32 Commits

Author SHA1 Message Date
bri cassa 253c7b25a9 Merge remote-tracking branch 'upstream/master' 2021-05-09 21:47:25 +02:00
Emojigit ce0442fe25 Fix Warnings 2021-04-24 13:50:28 +02:00
Sys Quatre db6bf1d1b2 Merge remote-tracking branch 'upstream/master' 2021-01-31 13:51:00 +01:00
HybridDog e8a15bf467 Add a luacheckrc and fix errors reported by luacheck
* stairs is now added to depends.txt
* The mapgen perlin noise functions use a buffer now
2021-01-30 17:34:10 +01:00
sys4-fr 854e10f087 Plusieurs modifications
- Suppression du biome snow_sand
- Suppression de plusieurs ABMS pour gagner en performance
- Suppression de code obsolète
- Suppression de la mapgen V6
- Génération des sapins à base de schematics
2018-11-20 19:38:26 +01:00
sys4-fr 8f34ce940b Corrige des erreurs de syntaxe 2018-11-04 13:43:15 +01:00
fozolo 221c440034 Shorten max snowball life to ten seconds. (#39) 2018-08-18 10:24:24 +02:00
HybridDog 11364a550c Prod snowballs when they are stuck 2018-08-07 15:03:13 +02:00
Hybrid Dog 663b151dec Fix spawn_falling_node crash 2018-02-15 17:44:27 +01:00
Hybrid Dog fd111402d5
M  src/snowball.lua
2017-12-16 15:22:36 +01:00
Hybrid Dog 812b0f977e Use new setting functions 2017-06-18 12:39:05 +02:00
HybridDog 020ef2fa49 fix mistake
M  src/snowball.lua
2016-08-13 13:17:45 +02:00
HybridDog 1c1a5c11b7 move the snow redefinition to nodes.lua
M  src/nodes.lua
M  src/snowball.lua
2016-08-13 13:05:54 +02:00
HybridDog 6488a3b8f5 fix deprecated log and make snow walkable
M  src/snowball.lua
2016-08-13 13:01:34 +02:00
HybridDog 90e08fe0bc use after instead of globalstep
M  src/falling_snow.lua
M  src/snowball.lua
2016-08-01 11:03:39 +02:00
HybridDog 8d78cb6867 play sound when the snowball hurts an object and make damage depend on velocity differrence 2015-12-30 11:31:38 +01:00
HybridDog d8d79655af update abms and fix snowball entity, thanks to crabman77 2015-12-30 10:31:23 +01:00
HybridDog 0e52c53452 make snowballs damage entities, thanks to @LeMagnesium 2015-12-28 19:32:33 +01:00
HybridDog afc578cb16 allow configuring the mapgen size, rarity and smooth without rejoining, which is actually a bad idea because of chunk corners 2015-11-22 01:21:21 +01:00
HybridDog 32b08f6738 randomly rotate/mirror snowball texture 2015-06-04 14:24:11 +02:00
HybridDog 777d5b1407 automatic snowball throwing in creative mdoe 2015-06-04 13:09:04 +02:00
HybridDog f26ece0620 change snowballs and play sounds; add preperation for automatic snowball throwing in creative mode 2015-06-03 22:09:32 +02:00
HybridDog 819f2d6cfb remove whitespaces: for i in */*.lua; do sed -i 's/[ \t]*$//' workers/init.lua ; done 2015-05-29 12:11:17 +02:00
HybridDog c0b40b5cbf some code updates 2015-05-23 19:53:30 +02:00
Splizard 02e64c9d1b Quick Fix.. still call this 3.2 2015-01-16 09:35:24 +13:00
Splizard f99ba3a1f6 Small fixes for the latest version of minetest. 2015-01-12 11:12:51 +13:00
Splizard 31dba55c81 Fix being unable to place snow. 2014-06-05 17:01:14 +12:00
Splizard f37ba7a615 Keep dirt_with_snow blocks after snow destruct. 2014-06-05 16:43:40 +12:00
Splizard c98663085a Make snow drop moss again. 2014-06-05 16:38:54 +12:00
Splizard ba01e32452 Fix up snow a bit, allow placing/digging multiple levels. 2014-06-05 15:59:53 +12:00
Splizard 6fd073aaa7 Add snow.place back. Use place_node for creating new nodes. 2014-06-04 22:19:44 +12:00
Splizard dbde0d7c93 Put all the extra lua files in a src directory.
(This cleans up the folder for users, who don't want to see all those
strange files)
2014-06-04 11:20:57 +12:00