Commit Graph

  • 4fd26277d2 Add mod.conf to CSMs master luk3yx 2022-07-10 11:42:27 +1200
  • 05e500857c Spaces → tabs, double quotes (in some files) luk3yx 2021-12-05 17:04:23 +1300
  • cd954713ab
    [LuaCheck]: Various improvements and changes (#1) David Leal 2020-11-25 19:35:49 -0600
  • 41e0d803d5 Change license to LGPL 3.0+ luk3yx 2020-11-26 14:00:39 +1300
  • 1c68a63b24 Add min_minetest_version to mod.conf luk3yx 2020-11-23 18:11:57 +1300
  • 6797b58287 Remove unrequired code luk3yx 2020-10-14 22:25:38 +1300
  • bc72b81812 Update license URL luk3yx 2020-10-01 13:51:49 +1300
  • 186449ecfc Better isolate SSCSM formspecs from other CSMs. luk3yx 2020-09-11 13:47:56 +1200
  • fc3c55cd46 Remove testing code luk3yx 2020-09-10 09:48:39 +1200
  • c3e8444691 Update README.md (again) luk3yx 2020-09-08 15:19:56 +1200
  • 9cdf24c34a Fix README.md luk3yx 2020-09-08 15:16:58 +1200
  • 2800ad2853 Deprecate sscsm.global_exists(). luk3yx 2020-09-08 15:15:48 +1200
  • 6e6cf438aa Bugfix luk3yx 2020-09-08 15:02:49 +1200
  • e7bc9aafca Fix sscsm.get_player_control() on MT 5.4.0-dev. luk3yx 2020-08-26 21:55:30 +1200
  • f91e4cc9f9 Remove print() calls luk3yx 2020-07-30 19:41:09 +1200
  • 056c9d445d Fix CSM restriction flag detection luk3yx 2020-07-27 13:52:51 +1200
  • 2110dcbdc9 Clarify warning message luk3yx 2020-07-26 23:05:55 +1200
  • 7e991726e3 Update README.md luk3yx 2020-07-19 16:09:00 +1200
  • 0097ce6148 Update README.md. luk3yx 2020-06-04 10:57:07 +1200
  • 1f44160087 Add support for new ChatMessage API. luk3yx 2020-06-02 22:57:43 +1200
  • 90336231c7 Use mod channel API properly. luk3yx 2020-05-28 23:03:50 +1200
  • 24b75d9c92 Fix formspec luk3yx 2020-05-05 18:17:42 +1200
  • dbb849ec1a Add more functions and fix get_player_control() on MT 5.3.0-dev. luk3yx 2020-05-02 23:10:40 +1200
  • add63a8104 Improve SSCSM debugging. luk3yx 2020-03-13 22:59:24 +1300
  • 8c3d961cd6 Wait for TOSERVER_CLIENT_READY before requesting CSMs. luk3yx 2020-03-03 22:51:53 +1300
  • 84a27551de Bugfix. luk3yx 2020-02-26 19:51:11 +1300
  • ce549ca6fd Make minetest.camera available to SSCSMs. luk3yx 2020-02-19 10:56:55 +1300
  • 57547cafb5 Clarify README.md. luk3yx 2020-02-14 22:38:33 +1300
  • e5edf9a003 Add sscsm.register_on_sscsms_loaded. luk3yx 2020-02-14 22:32:12 +1300
  • c1a90bbe66 Remove print() call. luk3yx 2020-02-14 21:21:08 +1300
  • 7ed12d0419 Increase server to client com message limit. luk3yx 2020-02-14 21:17:46 +1300
  • b2b23654d4 Fix minetest.localplayer inside SSCSMs. luk3yx 2019-12-29 11:20:51 +1300
  • 1410dc28ff Add SSCSM communication. luk3yx 2019-12-29 10:44:41 +1300
  • 46977b593e Use minetest.get_modpath() in CSM if possible. luk3yx 2019-11-17 16:36:10 +1300
  • aea9867ae9 Add minetest.get_csm_restrictions() luk3yx 2019-11-12 09:25:01 +1300
  • 34e0ed35fa Fix comment luk3yx 2019-11-05 13:52:11 +1300
  • 10096db4f3 Fix the fallback assert() function. luk3yx 2019-11-05 13:45:33 +1300
  • 88f1030e01 Add sscsm.every and use the built-in assert(). luk3yx 2019-11-05 13:43:28 +1300
  • 5c44ee657d Try and avoid minifying copyright/license notices. luk3yx 2019-10-17 19:09:44 +1300
  • 3190a27711 Add mod.conf. luk3yx 2019-10-16 18:27:35 +1300
  • 026d242239 Allow main directory to be installed as a CSM. luk3yx 2019-10-16 14:05:26 +1300
  • b7228a9f48 Update README.md luk3yx 2019-10-16 13:21:38 +1300
  • 2f2d701230 Make minify.lua more advanced. luk3yx 2019-10-15 17:31:03 +1300
  • 4fa3d88608 Code style change luk3yx 2019-10-15 16:27:29 +1300
  • 51e5b2d0c3 Add more SSCSM-facing API features. luk3yx 2019-10-15 15:50:31 +1300
  • d45b4e8b1b Fix bug. luk3yx 2019-10-15 13:02:07 +1300
  • acecf727e2 Delete register_on_mods_loaded callbacks when not required. luk3yx 2019-07-27 17:59:41 +1200
  • 77e285b98a csm_strict: Bugfix luk3yx 2019-07-15 11:37:21 +1200
  • 61703b0645 csm{,_strict}: Leave the mod channel if disabled luk3yx 2019-07-15 09:54:37 +1200
  • a4a4687adf csm_strict: Add permanently allowing SSCSMs. luk3yx 2019-07-15 09:42:59 +1200
  • cad2567d5c csm_strict/init.lua: More fixes luk3yx 2019-07-14 19:17:17 +1200
  • 69cfe758e8 Leave the mod channel when deny is pressed. luk3yx 2019-07-14 19:14:22 +1200
  • f097840e75 Minetest doesn't(?) leak formspec input • Keep using random form names and button names because in case it can/does sometimes. luk3yx 2019-07-14 17:01:50 +1200
  • 6745d01e32 Bugfix luk3yx 2019-07-14 14:37:55 +1200
  • 36143d935d Add code inspector luk3yx 2019-07-14 13:08:14 +1200
  • 8da76186e3 Remove unrequired statement luk3yx 2019-07-14 12:20:40 +1200
  • 9363bbbc78 Add csm_strict luk3yx 2019-07-14 12:18:39 +1200
  • f1cc6bc494 Add csm/README.md luk3yx 2019-07-14 10:50:13 +1200
  • 7e5778507d Add local /privs luk3yx 2019-07-13 16:09:58 +1200
  • c6eda04dea Fix infinite loop with circular dependencies. luk3yx 2019-07-13 15:25:12 +1200
  • 22030aa96c Oops luk3yx 2019-07-13 14:39:22 +1200
  • fa855ec3d5 Improve sandboxing and add more helper functions luk3yx 2019-07-13 14:37:46 +1200
  • a2f252ed27 More fixes luk3yx 2019-07-07 19:03:52 +1200
  • 5b795b70bc Oops luk3yx 2019-07-07 18:51:15 +1200
  • 099a8972f1 Initial commit luk3yx 2019-07-07 18:49:59 +1200