Commit Graph

134 Commits

Author SHA1 Message Date
cora 4a582ba5fb take individual weather into account when changing 2021-09-27 22:59:34 +02:00
cora 5ad46bd9a3 Update readme 2021-09-27 03:23:04 +02:00
cora 5e8d8a7e9b add /biome chatcommand (weather priv) 2021-09-27 02:32:43 +02:00
cora f98058a853 support for weathers to change according to pos 2021-09-27 02:31:46 +02:00
cora cd67354725 fix various little errors 2021-09-27 02:31:18 +02:00
cora 53603050c0 add dynamic per player change 2021-09-26 15:48:18 +02:00
cora c6ba41e6e8 tweak particle spawner values 2021-09-26 15:47:35 +02:00
cora d68acad0fd add logging on chat command 2021-09-26 15:46:35 +02:00
cora 015b29aa60 add weather depending on position/biome 2021-09-26 06:08:01 +02:00
cora 7bd4d75c3f add missing translator include 2021-09-26 04:28:44 +02:00
cora 62f950cb3c remove debug code 2021-09-26 03:45:45 +02:00
cora f6fa977664 remove newline 2021-09-26 03:45:05 +02:00
cora c6d9ac9b89 refactor pos_has_weather 2021-09-26 03:44:06 +02:00
cora 2c372684ce readd old chat commands and priv 2021-09-26 03:43:18 +02:00
cora dbbecc94d0 fix typos 2021-09-26 03:27:14 +02:00
cora b5b249b722 fix incompatibility with old mcl_weather 2021-09-26 03:26:41 +02:00
cora bb0f33e21b update readme 2021-09-26 03:07:35 +02:00
cora b8f3c1a175 add nether dust to new weather 2021-09-26 03:07:25 +02:00
cora 01ddbe06bc add thunder to new weather 2021-09-26 03:07:09 +02:00
cora a0fc6f682d add snow to new weather 2021-09-26 03:06:53 +02:00
cora 6f2aae82df add rain to new weather 2021-09-26 03:06:14 +02:00
cora d59a0101f4 add lightning to hard dependencies 2021-09-26 03:05:23 +02:00
cora 6fa1b1dd81 rewrite mcl_weather core mechanics
the old weather mod used individual particles which create lag and
unneccessary globalstep action for known intervals.

this replaces the weather core mechanics with an event based model using
particlespawners.
2021-09-26 03:03:18 +02:00
Elias Åström 5d3514880a Move data from deprecated files to mod.conf
Move data from deprecated files (depends.txt and description.txt) into
fields in mod.conf for all mods.
2021-05-16 13:44:04 +02:00
AFCMS 35d55376a9 replace pairs() by ipairs() (3) 2021-02-18 15:26:09 +00:00
AFCMS 63d1661e08 replace pairs() by ipairs() (2) 2021-02-18 15:25:30 +00:00
AFCMS 9819b713c9 replace pairs() by ipairs() 2021-02-18 15:24:03 +00:00
epCode 903a29f949 Add charged creeper 2021-02-12 16:48:46 -08:00
kay27 5e65307819 Fix Wuzzy/MineClone2#897 2021-01-28 17:55:33 +04:00
kay27 f20f9f9a88 Log weather changes according to Wuzzy/MineClone2#897 2021-01-28 11:47:51 +04:00
kay27 1f18c2438c Minor weather code clean up, ref. Wuzzy/MineClone2#897 2021-01-28 02:03:49 +04:00
kay27 fe33f172d4 Add player-friendly respawn place search algorithm, fix Wuzzy/MineClone2#515 Wuzzy/MineClone2#972 Wuzzy/MineClone2#981 2021-01-16 18:51:30 +04:00
Wuzzy 30b915b5c2 Fix lightning being heard globally 2020-12-03 13:03:27 +01:00
kay27 9f98117328 Fix XP and Nether ashes 2020-10-26 01:06:35 +04:00
kay27 1965696829 Merge kay27_textures branch: more recongizable obsidian texture; better NP texture; Nether particles 2020-10-24 21:49:11 +04:00
kay27 8df2aebd31 Add moveresult variable passing to on_step() of mob entity, Wuzzy/MineClone2#837 2020-09-21 11:30:29 +04:00
Wuzzy 1816324fe5 Tweak night vision conditions 2020-08-19 10:53:44 +02:00
Wuzzy b2ad6b79bd Fix night vision conflicting with weather skycolor 2020-08-19 10:39:44 +02:00
kay27 ba51686e6c Russian translation 2020-07-20 00:11:13 +00:00
Wuzzy 56d49e08b8 Delay before calling get_connected_players 2020-06-04 16:36:53 +02:00
Wuzzy 1a0e979b0c Update incomplete license information and credits 2020-05-11 17:18:04 +02:00
Wuzzy c156398fb5 Merge branch 'translate-fr' of https://git.minetest.land/lrocher/MineClone2 into translate_fr 2020-05-09 18:57:40 +02:00
Wuzzy d13498e6f9 Rain now also extinguishes neighbor tiles 2020-05-09 16:03:07 +02:00
Rocher Laurent 4957bd1118 Translate In French 2020-05-03 22:39:07 +02:00
Wuzzy 02b2ff7460 Fix mcl_weather crash 2020-05-02 19:08:55 +02:00
Wuzzy c81a18ac1a Refactor mcl_void_damage 2020-04-22 01:38:41 +02:00
Wuzzy 081366855d Tweak appearance of snowflakes 2020-04-11 04:06:37 +02:00
Wuzzy 0c271a2af9 Randomize initial moon phase 2020-04-08 22:07:05 +02:00
Wuzzy 32ae6b3140 Add moon phases 2020-04-08 21:32:37 +02:00
Wuzzy 17f611567c Spawn rain and snow particles higher 2020-04-07 02:41:40 +02:00