Commit Graph

21 Commits

Author SHA1 Message Date
luk3yx 05e500857c Spaces → tabs, double quotes (in some files)
This makes the code style more consistent with the Lua code built into 
the engine.
2021-12-05 17:04:23 +13:00
David Leal cd954713ab
[LuaCheck]: Various improvements and changes (#1)
* Add GitHub workflow

* Tweak LuaCheck configuration

* Fix various LuaCheck warnings

* Add build status badge to README.md
2020-11-26 14:35:49 +13:00
luk3yx 41e0d803d5 Change license to LGPL 3.0+ 2020-11-26 14:00:39 +13:00
luk3yx bc72b81812 Update license URL 2020-10-01 13:51:49 +13:00
luk3yx e7bc9aafca Fix sscsm.get_player_control() on MT 5.4.0-dev.
This further bloats sscsm_init.lua to ensure the LMB/RMB fields are 
equal to dig/place.
2020-08-26 21:55:30 +12:00
luk3yx f91e4cc9f9 Remove print() calls 2020-07-30 19:41:09 +12:00
luk3yx 1f44160087 Add support for new ChatMessage API. 2020-06-02 22:57:43 +12:00
luk3yx dbb849ec1a Add more functions and fix get_player_control() on MT 5.3.0-dev. 2020-05-02 23:10:40 +12:00
luk3yx 84a27551de Bugfix. 2020-02-26 19:51:11 +13:00
luk3yx c1a90bbe66 Remove print() call. 2020-02-14 21:21:08 +13:00
luk3yx 7ed12d0419 Increase server to client com message limit.
Long sscsm com messages are now split over multiple chat messages.
2020-02-14 21:17:46 +13:00
luk3yx 1410dc28ff Add SSCSM communication. 2019-12-29 10:44:41 +13:00
luk3yx aea9867ae9 Add minetest.get_csm_restrictions() 2019-11-12 09:25:01 +13:00
luk3yx 34e0ed35fa Fix comment 2019-11-05 13:52:11 +13:00
luk3yx 10096db4f3 Fix the fallback assert() function. 2019-11-05 13:45:33 +13:00
luk3yx 88f1030e01 Add sscsm.every and use the built-in assert(). 2019-11-05 13:43:28 +13:00
luk3yx 5c44ee657d Try and avoid minifying copyright/license notices. 2019-10-17 19:56:18 +13:00
luk3yx 51e5b2d0c3 Add more SSCSM-facing API features. 2019-10-15 15:50:31 +13:00
luk3yx acecf727e2 Delete register_on_mods_loaded callbacks when not required. 2019-07-27 17:59:41 +12:00
luk3yx fa855ec3d5 Improve sandboxing and add more helper functions 2019-07-13 14:37:46 +12:00
luk3yx 099a8972f1 Initial commit 2019-07-07 18:49:59 +12:00