sys4-fr
df38728f4b
Fix crash et modifications de la génération du terrain
2018-11-06 16:21:23 +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
036f502968
Fix snow walkability
...
Fixes stair-like snow slopes
2018-08-07 15:50:50 +02:00
HybridDog
de45f53153
Make mapgen work again
2018-08-07 15:40:07 +02:00
HybridDog
337e9e2c55
Fix default settings
...
Some boolean settings disappeared in 0c90b5dcf3
2018-08-07 15:39:28 +02:00
HybridDog
11364a550c
Prod snowballs when they are stuck
2018-08-07 15:03:13 +02:00
Quentin Quaadgras
5b4e705055
Call this 4.0.
2018-04-23 23:16:35 +12:00
Quentin Quaadgras
1b4cc3e94c
Sane defaults for the boolean settings.
2018-04-23 22:53:17 +12:00
Quentin Quaadgras
0e5f469c3b
Merge branch 'master' of https://github.com/Splizard/minetest-mod-snow
2018-04-23 22:42:46 +12:00
Splizard
6f9ba85f51
Merge pull request #31 from DS-Minetest/sboxl
...
make snow selection_box leveled
2018-04-23 22:40:34 +12:00
Quentin Quaadgras
7f394447f1
Disable mapgen by default, minetest has snow biomes now.
2018-04-23 22:28:55 +12:00
Quentin Quaadgras
ee3b12c07d
Replace falling_snow with paramat's functional snowdrift mechanics.
2018-04-23 22:28:21 +12:00
Quentin Quaadgras
a624a6fabe
Minor change to the sled message, hold sneak instead of press sneak!
2018-04-23 21:41:35 +12:00
Quentin Quaadgras
0c90b5dcf3
Use the nice new settings api.
2018-04-23 21:27:20 +12:00
Hybrid Dog
efbfa989d2
Fix snow placement bug due to levelled
...
Before, when placing snow one node above snow, the lower snow node grew and didn't turn into a snowblock
Also, test for protection
2018-03-20 14:13:33 +01:00
Hybrid Dog
663b151dec
Fix spawn_falling_node crash
2018-02-15 17:44:27 +01:00
Foz
898c7e313b
Rewrite stairs code.
...
- Handle stairsplus stairs and MTG stairs in the same file.
- Only create stairs using stairsplus or MTG stairs, not both.
- Handle map switching from MTG stairs to stairsplus automatically.
- If using stairsplus:
- Move stairsplus nodes to proper namespace.
- Alias stairsplus nodes that moved to a new namespace.
- Alias duplicated ice and snowblock stairs and slabs to their new namespace.
- Make ice_brick sawable too.
- Unify stairsplus cut ice and default:ice texture brightness.
- If using MTG stairs:
- Move stairs and slabs to MTG stairs namespace.
- Alias stairs and slabs that moved to the new namespace.
2018-01-15 18:05:19 +01:00
Hybrid Dog
0dcf9b5f0e
Fix missing snow leaves and apple leavesdecay
2017-12-17 12:10:55 +01:00
Hybrid Dog
600eaa2313
Attempt to fix snow leaves leafdecay
2017-12-16 15:45:37 +01:00
Hybrid Dog
aec3bf2ed3
Remove redundant (and obsolete) nodeupdate
2017-12-16 15:29:27 +01:00
Hybrid Dog
fd111402d5
…
...
M src/snowball.lua
2017-12-16 15:22:36 +01:00
DS-Minetest
2dd10091df
make snow selection_box leveled
2017-09-08 19:52:28 +02:00
Hybrid Dog
2df09a7ebb
Fix pinetree leafdecay
2017-06-25 20:44:50 +02:00
Foz
d962139358
Remove reference to undeclared global variable.
...
Fixes Splizard/minetest-mod-snow#24
2017-06-18 17:39:03 -04:00
Hybrid Dog
812b0f977e
Use new setting functions
2017-06-18 12:39:05 +02:00
Hybrid Dog
f7b048a851
Also for christmas trees
2017-03-23 16:03:01 +01:00
Hybrid Dog
44ae0ab35d
Add treecapitator support
2017-03-23 15:52:21 +01:00
SmallJoker
c72f56068f
Should fix #25
2016-12-04 10:06:14 +01:00
HybridDog
da6a4b3361
buffer the perlin values
...
M src/mapgen_v6.lua
2016-09-17 22:17:04 +02:00
HybridDog
bf113a15ff
chulens does not need a z field
...
M src/mapgen_v6.lua
2016-09-17 12:03:23 +02:00
HybridDog
9d657246c9
do not recreate perlin noise objects in every mapchunk
...
M src/mapgen_v6.lua
2016-09-17 11:38:38 +02:00
HybridDog
48db038755
this should make ice generation faster
...
M src/mapgen_v6.lua
2016-09-14 19:46:44 +02:00
HybridDog
7774eb3f7f
streamline mapgen code: reduce index calculations
...
M src/mapgen_v6.lua
2016-09-14 16:53:01 +02:00
HybridDog
b1a7d12b90
round player position, #20 could be fixed
...
M src/falling_snow.lua
2016-08-21 09:07:00 +02:00
HybridDog
6affec0a56
fix typo
...
M src/falling_snow.lua
2016-08-21 09:00:16 +02:00
HybridDog
7080b2dbe0
show more information if #20 happens
...
M src/falling_snow.lua
2016-08-19 11:52:32 +02:00
HybridDog
30b0dd9557
attempt to fix #20
...
M src/falling_snow.lua
2016-08-16 10:30:08 +02:00
HybridDog
020ef2fa49
fix mistake
...
M src/snowball.lua
2016-08-13 13:17:45 +02:00
HybridDog
d61a1d54ab
edit comments
...
M src/nodes.lua
2016-08-13 13:15:15 +02:00
HybridDog
92f5cb0fde
move stairs dofiles to nodes.lua
...
M init.lua
M src/nodes.lua
2016-08-13 13:09:11 +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
a5ae53fbeb
fix deprecated messages
...
M depends.txt
M src/mapgen.lua
M src/nodes.lua
2016-07-31 18:32:49 +02:00
HybridDog
850e5d9d33
fix ground_y searching bug
...
fixes #18
M readme.txt
M src/mapgen_v6.lua
2016-07-16 21:54:31 +02:00
HybridDog
990ace49d8
changes in falling.lua
2016-07-16 21:53:23 +02:00
HybridDog
b3cdf93212
make more tables weak
2016-04-29 18:05:04 +02:00
HybridDog
049349360e
log when changing the falling snow setting and make the cache tables weak tables
2016-04-29 17:58:13 +02:00
HybridDog
9d2211b0b5
do not assume a fixed chunksize when generating map
2016-04-25 18:47:52 +02:00