Commit Graph

19 Commits

Author SHA1 Message Date
mazes-80 5635ab4daa Do nothing when no player online 2023-02-22 09:32:06 +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 a3d4dd446d Slow down weather changes 2020-10-08 15:43:13 +02:00
Till Affeldt 082c789d6e Fix bugs regarding disconnected players and unsanitized command input 2020-05-16 16:19:28 +02:00
Till Affeldt f42b4183e5 Various adjustments and fixes 2020-05-12 16:00:24 +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 18045b1943 Add influence registry, make sounds fade, add skybox feature detection 2020-04-18 08:01:36 +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 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
Till Affeldt 6481cf409a Add hail effect and date functions 2020-04-10 05:00:31 +02:00
Till Affeldt dd8b07056a Add datastorage, fix player_monoids support, tweak wind 2020-04-10 03:06:57 +02:00
Till Affeldt dd73a0df17 Add lightning, fix cloud size 2020-04-09 20:25:02 +02:00
Till Affeldt 3581ad71cb Replace weather types with stackable effects 2020-04-09 18:31:52 +02:00
Till Affeldt 85cc68ddc2 Update meta data 2020-04-09 09:59:40 +02:00
Till Affeldt f9df1d732f Sync first working prototype 2020-04-09 09:03:02 +02:00