Commit Graph

18 Commits

Author SHA1 Message Date
mazes-80 5635ab4daa Do nothing when no player online 2023-02-22 09:32:06 +01:00
mazes-80 e8f4048670 lib/trigger: remove unrequired tests 2023-02-22 09:32:04 +01:00
mazes-80 59bf43aa28
Optimize code and modernize API calls
* Remove is_connected() and use minetest counterpart

* Less calls to minetest.get_connected_players()

* Deprecated: get_player_velocity

* Luacheck: unused assignements

* Luacheck: unused variable

* Luacheck: already declared variable

---------

Co-authored-by: mazes 80 <>
2023-02-22 03:10:33 +01:00
Till Affeldt dbce69be3b Add i18n support, add negative conditions 2020-05-29 21:52:45 +02:00
Till Affeldt 06f337b23e Fix crash when trying to apply weather to dead players 2020-05-17 22:13:09 +02:00
Till Affeldt 082c789d6e Fix bugs regarding disconnected players and unsanitized command input 2020-05-16 16:19:28 +02:00
Till Affeldt d4e00db432 Make wind dependent on height, add additional control commands, improve docu 2020-05-13 16:03:28 +02:00
Till Affeldt 9e0ed0c256 Tweak world cycle, add documentation 2020-04-26 18:11:38 +02:00
Till Affeldt bff54bfb74 Improve calculation performance, write helpful README 2020-04-25 15:49:53 +02:00
Till Affeldt c9d0cfca21 Enable more options for particles, fix skybox reset, add new debug command, fix daylight influence 2020-04-22 00:56:34 +02:00
Till Affeldt 18045b1943 Add influence registry, make sounds fade, add skybox feature detection 2020-04-18 08:01:36 +02:00
Till Affeldt f41d5f259c Implement ABM wrapper, allow environment checks for general positions 2020-04-16 19:12:20 +02:00
Till Affeldt 7f8f1a77f2 Add hud overlay effect, increase global tick cycle, improve skybox and sound effects 2020-04-16 08:05:16 +02:00
Till Affeldt f42f8481da Add chat commands for forcing weather presets 2020-04-15 00:12:44 +02:00
Till Affeldt 299d520af6 Implement sounds, enable start and stop events 2020-04-14 11:25:00 +02:00
Till Affeldt 2090aff6bd Fix countless bugs, implement chat commands 2020-04-14 05:44:46 +02:00
Till Affeldt 47530bb07e Fix bugs, tweak weather configs, fix noise generator 2020-04-13 13:40:05 +02:00
Till Affeldt 49242573f2 Complete rewrite 2020-04-13 01:55:39 +02:00