From dbdcf84bca60e5ca52dbd76566bc7f6259ac6622 Mon Sep 17 00:00:00 2001 From: kakalak-lumberJack Date: Sun, 18 Feb 2018 02:55:54 -0500 Subject: [PATCH] Update and rename toDoList to TODO.md Struck out issues that are resolved or not within the current scope of mod. --- TODO.md | 16 ++++++++++++++++ toDoList | 14 -------------- 2 files changed, 16 insertions(+), 14 deletions(-) create mode 100644 TODO.md delete mode 100644 toDoList diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..4f6af48 --- /dev/null +++ b/TODO.md @@ -0,0 +1,16 @@ +#To Do: +_Note: Please use submit "New Issue" for each future feature requests as this will be easier to track and close as features are added. This list should be reserved for currently planned major features and phased out eventually._ +* Add command to remove areas from creative area list. +* Add support to automatically check for and remove areas from creative list which are no long defined by areas mod. +* Show list of created Areas (each area with unique ID) +* Give/take more than one priv (fly, interact, ...) +* ~~delete Areas~~ This is handled by the Areas mod. +* ~~edit Areas (change size / position? / change privs given-taken)~~ First 2 handled by Areas. 3rd already listed +* clear inventory once leaving a "creative area" +* save inventory entering an area and restore it once leaving this area + +~~Connection to different Mods~~ +~~connect to World-Edit Areas~~ +~~connect to EDUtest (https://forum.minetest.net/viewtopic.php?f=9&t=18988)~~ +~~use "groups" of the faction - Mod (https://forum.minetest.net/viewtopic.php?id=3294)~~ + Please submit New Issues (See issues tab) for specific support for mod features. "Connect to" is too general of a request. diff --git a/toDoList b/toDoList deleted file mode 100644 index 68319f4..0000000 --- a/toDoList +++ /dev/null @@ -1,14 +0,0 @@ -- show list of created Areas (each area with unique ID) -- give/take more than one priv (fly, interact, ...) -- delete Areas -- edit Areas (change size / position? / change privs given-taken) -- clear inventory once leaving a "creative area" -- save inventory entering an area and restore it once leaving this area - - - -Connection to different Mods - -- connect to World-Edit Areas -- connect to EDUtest (https://forum.minetest.net/viewtopic.php?f=9&t=18988) -- use "groups" of the faction - Mod (https://forum.minetest.net/viewtopic.php?id=3294)