Commit Graph

20 Commits

Author SHA1 Message Date
luk3yx 4fd26277d2 Add mod.conf to CSMs 2022-07-10 11:42:27 +12:00
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
luk3yx 41e0d803d5 Change license to LGPL 3.0+ 2020-11-26 14:00:39 +13:00
luk3yx 6797b58287 Remove unrequired code 2020-10-14 22:25:38 +13:00
luk3yx 186449ecfc Better isolate SSCSM formspecs from other CSMs.
All formspecs shown in SSCSMs now have a "sscsm:_" prefix added to 
prevent interference with other CSMs.
2020-09-11 13:47:56 +12:00
luk3yx 90336231c7 Use mod channel API properly. 2020-05-28 23:03:50 +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 add63a8104 Improve SSCSM debugging.
Note that line numbers are inaccurate because of code minification.
2020-03-13 22:59:24 +13:00
luk3yx 8c3d961cd6 Wait for TOSERVER_CLIENT_READY before requesting CSMs. 2020-03-03 22:51:53 +13:00
luk3yx ce549ca6fd Make minetest.camera available to SSCSMs. 2020-02-19 10:56:55 +13:00
luk3yx b2b23654d4 Fix minetest.localplayer inside SSCSMs. 2019-12-29 11:20:51 +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 d45b4e8b1b Fix bug. 2019-10-15 13:02:07 +13:00
luk3yx 61703b0645 csm{,_strict}: Leave the mod channel if disabled 2019-07-15 09:54:37 +12:00
luk3yx f1cc6bc494 Add csm/README.md 2019-07-14 10:50:13 +12:00
luk3yx 22030aa96c Oops 2019-07-13 14:39:22 +12:00
luk3yx fa855ec3d5 Improve sandboxing and add more helper functions 2019-07-13 14:37:46 +12:00
luk3yx a2f252ed27 More fixes 2019-07-07 19:03:52 +12:00
luk3yx 099a8972f1 Initial commit 2019-07-07 18:49:59 +12:00