Merge notes
This commit is contained in:
parent
b1e05064c1
commit
49320176e6
23
TODO
23
TODO
@ -1,14 +1,25 @@
|
|||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
- Need to change how con/chat socket mods access luasockets
|
||||||
|
https://github.com/minetest/minetest/issues/10877
|
||||||
|
- Apparently worked in GreenXenith's testing
|
||||||
|
- Allows socket mods to use ordinary trusted_mods setting
|
||||||
|
|
||||||
- szutil_cinecam
|
- szutil_cinecam
|
||||||
- optional sprite visual for camera position to show other players?
|
- optional sprite visual for camera position to show other players?
|
||||||
- use entity attachments instead of relying on fly priv
|
- use entity attachments instead of relying on fly priv
|
||||||
- clear darken/vignette HUDs if player is removed from cycling
|
- clear darken/vignette HUDs if player is removed from cycling
|
||||||
- configurability via settings w/ live updates
|
- configurability via settings w/ live updates
|
||||||
- remote control of FOV?
|
- remote control of FOV?
|
||||||
|
- Check for camera being too close to any solid node (~0.3m)
|
||||||
|
to avoid near clipping plane issues.
|
||||||
|
|
||||||
- settingtypes.txt for all mods
|
- settingtypes.txt for all mods
|
||||||
|
|
||||||
|
- Chat rate limiting mod that only affects open chat and not DM or cmd.
|
||||||
|
- Cooldown time HUD
|
||||||
|
- Burst tolerance options
|
||||||
|
|
||||||
- Delayed privileges mod
|
- Delayed privileges mod
|
||||||
- Countdown modes:
|
- Countdown modes:
|
||||||
- Always-running countdown
|
- Always-running countdown
|
||||||
@ -35,6 +46,8 @@
|
|||||||
- Require another priv to be able to register (allow use of delayed
|
- Require another priv to be able to register (allow use of delayed
|
||||||
privs mod)
|
privs mod)
|
||||||
- Limit time player is allowed to be eligible before kick
|
- Limit time player is allowed to be eligible before kick
|
||||||
|
- Ability to take away some default_privs on agree (e.g. fly,noclip for initial spectation)
|
||||||
|
- Option to teleport player somewhere upon agreeing (return to spawn)
|
||||||
|
|
||||||
- Command alias mod
|
- Command alias mod
|
||||||
- Allow players to register short command aliases
|
- Allow players to register short command aliases
|
||||||
@ -48,6 +61,11 @@
|
|||||||
- Make sure we can't create infinite alias loops
|
- Make sure we can't create infinite alias loops
|
||||||
- Allow meta-aliases but only up to a certain depth?
|
- Allow meta-aliases but only up to a certain depth?
|
||||||
|
|
||||||
|
- Run-command-as-user command
|
||||||
|
- /runas <user> <password> <command>
|
||||||
|
- spaces in password can be escaped with \
|
||||||
|
- can use to build a web moderator console
|
||||||
|
|
||||||
- Basic player stats
|
- Basic player stats
|
||||||
- Time since join
|
- Time since join
|
||||||
- Last time online
|
- Last time online
|
||||||
@ -73,10 +91,7 @@
|
|||||||
|
|
||||||
- Reintroduce position tracking HUDs to offlinepos?
|
- Reintroduce position tracking HUDs to offlinepos?
|
||||||
|
|
||||||
- Need to change how con/chat socket mods access luasockets?
|
- Persist watchshare across restarts? Maybe a watchsharesave command to set defaults?
|
||||||
https://github.com/minetest/minetest/pull/9943
|
|
||||||
https://discordapp.com/channels/369122544273588224/369122544273588226/725058830249230388
|
|
||||||
https://discordapp.com/channels/369122544273588224/369122544273588226/725056249917603990
|
|
||||||
|
|
||||||
- BUG? szutil_watch needs to save player inventory, watch for race
|
- BUG? szutil_watch needs to save player inventory, watch for race
|
||||||
conditions.
|
conditions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user