Commit Graph

23 Commits

Author SHA1 Message Date
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
HybridDog 76981af958 Remove unused variables and do some whitespace fixes 2021-01-30 17:08:00 +01:00
Quentin Quaadgras ee3b12c07d Replace falling_snow with paramat's functional snowdrift mechanics. 2018-04-23 22:28:21 +12: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 90e08fe0bc use after instead of globalstep
M  src/falling_snow.lua
M  src/snowball.lua
2016-08-01 11:03:39 +02:00
HybridDog 990ace49d8 changes in falling.lua 2016-07-16 21:53:23 +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 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 3f99399f1d get the bnode only when necessary and don't calculate the globalstep function every step 2015-11-21 22:18:03 +01:00
HybridDog 7370b142ed fix snowfall and pines 2015-06-21 12:49:27 +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 062a451bc7 add infomessage to the snow chatcommand, add a bit light to the lit star texture and allow en- and disabling snowfall ingame 2015-05-26 20:37:57 +02:00
paramat 6bbc4d359e use pos.x and pos.z directly (falling snow) 2015-05-06 17:40:44 +02:00
HybridDog b1badd332b fix another mistake 2015-05-05 20:03:42 +02:00
melzua aa687f5d54 fix falling snow 2015-05-04 17:29:54 +02:00
HybridDog c8c2fbd013 should disable falling snow in deserts 2015-05-01 19:37:29 +02:00
HybridDog b9e93a8b58 small fixes 2015-03-06 19:40:51 +01:00
HybridDog d0f7233b3d update particlespawner and use a random rotation and/or mirroring for the falling snow texture 2015-02-26 19:25:04 +01: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