Commit Graph

236 Commits

Author SHA1 Message Date
Emojigit ce0442fe25 Fix Warnings 2021-04-24 13:50:28 +02:00
HybridDog 58ac474139 Add a GitHub action to run luacheck
I don't know much about github actions, so I hope it works correctly.
The yml file is based on https://github.com/ChaosWormz/teleport-request/blob/master/.github/workflows/build.yml
2021-03-21 18:39:27 +01:00
HybridDog 9dc9ab3a39 Small line-to-long style fix and update .luacheckrc 2021-03-21 18:27:41 +01:00
bri cassa 4f4489fc93 Makes ice slippery and removes messages of depreciation 2021-03-21 18:24:25 +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
HybridDog 76981af958 Remove unused variables and do some whitespace fixes 2021-01-30 17:08:00 +01:00
HybridDog dc799f344f Note about broken mapgen rarity setting 2018-11-25 18:19:21 +01:00
HybridDog 6529ab9304 Fix settingtypes.txt setting description 2018-11-25 18:12:51 +01:00
HybridDog b4add0091c mapgen: Fix crashes when smooth transition is disabled 2018-11-25 18:07:23 +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
Splizard 3737d6eb38
Merge pull request #30 from DS-Minetest/mod_conf
add mod.conf
2018-04-23 22:32:59 +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 1510ced771 Add old minetest_game snow texture to other_texures 2018-02-15 17:45:09 +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
DS-Minetest 76eca09e97 add mod.conf 2017-09-08 16:58:26 +02:00
Hybrid Dog 2df09a7ebb Fix pinetree leafdecay 2017-06-25 20:44:50 +02:00
Splizard 13ecf6a8b2 Merge pull request #26 from FozLand/master
Remove reference to undeclared global variable.
2017-06-19 13:33:24 +12: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 9f73cc4778 short dofiles
M  init.lua
2016-09-06 08:24:05 +02:00
HybridDog c9aaed23a5 inform about loading snow
M  init.lua
2016-09-06 08:20:54 +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