Commit Graph

  • 88efcda38d
    Allow detection of cloaking and uncloaking in leaveplayer and joinplayer callbacks (#10) master Oversword 2024-07-22 21:23:55 +0100
  • 80fad7a2db Add supported_games to mod.conf luk3yx 2023-06-20 13:06:12 +1200
  • 6ee6cd0426 Add title to mod.conf luk3yx 2022-04-12 14:26:21 +1200
  • 2154a39ad4 Add more robust /status parser luk3yx 2021-10-04 08:38:08 +1300
  • 6e454df37c Hopefully fix #8 luk3yx 2021-08-21 09:22:44 +1200
  • 32f61e45b3 Override minetest.get_objects_in_area() luk3yx 2021-02-06 22:34:30 +1300
  • bdd68b0e32 Add luacheck and /shadow. luk3yx 2021-02-06 13:35:28 +1300
  • 305f1c54cb Update README.md luk3yx 2021-01-29 13:24:50 +1300
  • 7910f83c83 Attempt to fix crash with modified get_server_status luk3yx 2020-12-05 16:43:59 +1300
  • e5cf987c81 Hide cloaked players from the minimap on MT 5.4.0-dev+ luk3yx 2020-11-30 18:37:27 +1300
  • ec4a1462e0 Stop overriding minetest.log(). luk3yx 2020-09-21 09:36:53 +1200
  • 7c41d6f6f2 Update README.md luk3yx 2020-09-05 08:53:11 +1200
  • 582ff07220 Update README.md luk3yx 2020-08-29 22:31:22 +1200
  • fdda8ad122 Restore 0.4 compatibility (if it wasn't already broken) luk3yx 2020-08-29 22:26:29 +1200
  • 4faeb26669 Fix luacheck warning luk3yx 2020-08-29 22:13:06 +1200
  • 2f6bc4ff22 Backport another bugfix (hopefully) luk3yx 2020-08-29 22:09:55 +1200
  • 98d3e309ce Set nametags to transparent as well as clearing text luk3yx 2020-07-24 12:31:13 +1200
  • 5a79a739bb Override minetest.get_connected_players(). luk3yx 2020-02-25 22:24:12 +1300
  • a9c0f261f9 Remove deprecated attribute access luk3yx 2019-12-28 21:24:16 +1300
  • 4c23ca2f30 Increase amount of HUD elements removed. luk3yx 2019-12-28 21:22:16 +1300
  • 9a775d4c03 Add another non-cloaking bugfix backport luk3yx 2019-12-14 10:49:50 +1300
  • be3061355c Remove redundant newline check in MT 5.1.0+. luk3yx 2019-10-22 14:20:39 +1300
  • c3eca1b9e8 Update git link luk3yx 2019-06-11 12:06:10 +1200
  • 2db66e4e25 Fix README.md luk3yx 2019-05-20 15:25:14 +1200
  • 8b83909d21 Fix double status line in Minetest 5.0.0. luk3yx 2019-03-13 15:16:40 +1300
  • f415fc33e7 Make cloaking.unhide_player() restore original player properties. luk3yx 2019-03-10 18:38:30 +1300
  • 3e9a7a6ea2 Modify the "z" parameter when changing visual_size. luk3yx 2019-03-05 20:26:42 +1300
  • 1da4ee3996 Fix player size on the "minimal" game. luk3yx 2019-03-05 20:23:27 +1300
  • 27c66e856a Prevent cloaked players from making footstep sounds luk3yx 2019-03-05 18:20:14 +1300
  • cb0d6c2695 More bugfixes • Fix cloaking.unhide_player(). • Make the fallback selectionbox more accurate. luk3yx 2019-03-05 17:59:39 +1300
  • dd68abd1e4 Bugfix luk3yx 2019-03-05 15:01:57 +1300
  • ebda3968ef Add cloaking.hide_player() • Add cloaking.hide_player() to allow other mods to hide players without cloaking them. • Add cloaking.unhide_player(). • Fix compatibility issues with Minetest 5.0.0 by using selectionboxes instead of collisionboxes. luk3yx 2019-03-05 14:38:23 +1300
  • e789de5bd9 Mitigate unrelated bug in Minetest luk3yx 2019-03-02 19:28:46 +1300
  • 5b8f4d7614 Fix mod.conf description luk3yx 2019-02-24 12:10:16 +1300
  • 3bc1ba8bf5 Remove HUDs when cloaking • Removes existing HUDs (up to 20, unless Minetest has a way of detecting HUD elements) while cloaking, except the areas one. • Stop the invincibility from giving you HP luk3yx 2019-02-24 12:07:13 +1300
  • e32aca2621 Make cloaked players invincible luk3yx 2019-02-24 11:52:37 +1300
  • be3777d278 Add screenshot.png luk3yx 2019-02-12 21:04:08 +1300
  • 175da46099 Update the copyright in LICENSE.md luk3yx 2019-02-10 13:56:02 +1300
  • 548c65d26f Add cloaked chat • Allow cloaked players to chat to other players with the "cloaking" privilege. • Add "/cloak_chat" and "/cloak-chat" to allow players to send chat messages into cloaked chat without being cloaked. • Allow "/teleport" to teleport cloaked players (provided the player running the command has the "cloaking" privilege). • Replace 'cloaking.fn_name = function(...)' with 'function cloaking.fn_name(...)'. • Update copyrights. • Add Star Trek reference to README.md. luk3yx 2019-02-10 13:49:56 +1300
  • b795cf8e8a Bugfixes luk3yx 2018-10-27 21:13:04 +1300
  • 58a66942ef Allow chatcommands to be disabled while cloaked. luk3yx 2018-10-27 21:11:49 +1300
  • 30ae06ce57 Better chatcommand support luk3yx 2018-10-27 21:06:43 +1300
  • 4dbec1650e Fix comment luk3yx 2018-10-11 12:11:57 +1300
  • d8b8b40de6 Better chat3 support. luk3yx 2018-10-11 12:03:29 +1300
  • f2addf0cee Show the /status MOTD. luk3yx 2018-10-09 14:14:53 +1300
  • 0e89205221 Update README luk3yx 2018-10-09 11:49:13 +1300
  • fdb1006fac Add a 'cloaking' privilege. luk3yx 2018-10-09 11:45:22 +1300
  • de72897210 Fix bug with the profiler (instrumentation.lua). luk3yx 2018-10-09 11:40:05 +1300
  • afea12fc94 Remove formspeclib from depends.txt luk3yx 2018-09-19 15:27:05 +1200
  • 56628b35ee Remove trailing spaces luk3yx 2018-09-14 16:30:17 +1200
  • e3dc20f7a8 Fix typo luk3yx 2018-09-12 07:49:02 +1200
  • add9e17175 Add a more descriptive README luk3yx 2018-09-12 07:30:12 +1200
  • 05fe704c99 Remove unnecessary code luk3yx 2018-08-23 10:13:46 +1200
  • 82caf7753f Fixed crash luk3yx 2018-08-23 10:08:42 +1200
  • f1bd2d1442 Remove undefined global variable warnings luk3yx 2018-07-26 19:21:03 +1200
  • f4ac72a0c0 Fix crash luk3yx 2018-07-26 07:39:52 +1200
  • 271e978d98 Bugfixes luk3yx 2018-07-26 07:29:19 +1200
  • ad11b33cee Allow cloaked players to receive IRC messages luk3yx 2018-04-14 09:54:35 +1200
  • b3f6c84415 Stop the cloaking mod fooling itself luk3yx 2018-04-14 09:17:20 +1200
  • 9f24644c43 Fix some bugs luk3yx 2018-04-14 09:02:20 +1200
  • 398dec3d82 Allow minetest.get_player_by_name while leaving luk3yx 2018-04-14 08:33:35 +1200
  • a05b314ccc Fix game crashing bug luk3yx 2018-04-13 09:08:29 +1200
  • f1f20664e0 Don't auto-uncloak on leave luk3yx 2018-04-04 08:04:27 +1200
  • d3311e6fc3 Fix another bug luk3yx 2018-04-04 07:20:15 +1200
  • a35742bd5c Fix crashing bug luk3yx 2018-04-04 07:16:15 +1200
  • cd8e3f52da Don't show join message with chat3 luk3yx 2018-04-03 09:00:27 +1200
  • 72463866b3 Fake the leaveplayer and joinplayer events luk3yx 2018-04-03 08:28:09 +1200
  • 8adde253fa Override the on-join status luk3yx 2018-04-02 14:32:32 +1200
  • 514fcdcfaa Override minetest.get_objects_inside_radius() luk3yx 2018-04-02 12:00:02 +1200
  • 46f70ce01e Disable chat while cloaked and allow some commands luk3yx 2018-04-02 11:30:47 +1200
  • 38552b207a Allow /me while cloaked luk3yx 2018-04-02 08:47:36 +1200
  • b5012c39b2 Add areas support luk3yx 2018-04-02 08:38:36 +1200
  • b91825abd1 Prevent chatcommands being executed while cloaked luk3yx 2018-04-02 08:01:04 +1200
  • 3df9c5cdd7 Override minetest.get_server_status() luk3yx 2018-04-02 06:57:11 +1200
  • e90e1d7583 More chat3 support luk3yx 2018-04-01 19:03:13 +1200
  • dc5cce34fb Add chat3 support luk3yx 2018-04-01 18:40:31 +1200
  • e52a34b98a Change file structure luk3yx 2018-04-01 18:31:55 +1200
  • fa8a51b693 Override /status, formatting changes luk3yx 2018-04-01 16:06:23 +1200
  • 1008d05e94 Override minetest.get_player_by_name() luk3yx 2018-04-01 15:51:30 +1200
  • 65e61441af Automatically uncloak on message luk3yx 2018-04-01 15:40:31 +1200
  • 2ee722d591 Add mod luk3yx 2018-04-01 15:11:07 +1200
  • b79fbca296 Initial commit luk3yx 2018-04-01 15:10:22 +1200