Update and rename toDoList to TODO.md

Struck out issues that are resolved or not within the current scope of mod.
This commit is contained in:
kakalak-lumberJack 2018-02-18 02:55:54 -05:00 committed by GitHub
parent ac142e5fbc
commit dbdcf84bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 14 deletions

16
TODO.md Normal file
View File

@ -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.

View File

@ -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)