climate_api/lib
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
..
api.lua Various adjustments and fixes 2020-05-12 16:00:24 +02:00
api_utility.lua Optimize code and modernize API calls 2023-02-22 03:10:33 +01:00
commands.lua Fix wrong parenthesis in /set_weather chatcommand 2020-06-01 01:16:43 +02:00
datastorage.lua Various adjustments and fixes 2020-05-12 16:00:24 +02:00
environment.lua Make wind dependent on height, add additional control commands, improve docu 2020-05-13 16:03:28 +02:00
influences.lua Add improved indoors check 2020-10-08 22:02:38 +02:00
main.lua Optimize code and modernize API calls 2023-02-22 03:10:33 +01:00
player_physics.lua Fix wrong POVA usage 2020-05-16 05:28:31 +02:00
skybox_merger.lua Fix bugs regarding disconnected players and unsanitized command input 2020-05-16 16:19:28 +02:00
soundloop.lua Optimize code and modernize API calls 2023-02-22 03:10:33 +01:00
trigger.lua Optimize code and modernize API calls 2023-02-22 03:10:33 +01:00
world.lua Slow down weather changes 2020-10-08 15:43:13 +02:00