summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorDico Karssiens <dico.karssiens@gmail.com>2019-01-10 18:52:51 +0000
committerDico Karssiens <dico.karssiens@gmail.com>2019-01-10 18:52:51 +0000
commit37fa1f9bbfc852dfa67862cde3d11a4e5415db11 (patch)
tree9350ab43d11b294cd7218fec3b61fa83ea3beda8 /todo.md
parentd80f69488656485a8b93b4982e678ed62c5df96b (diff)
parent778e301efc09eb8326146a084bb6788be748e6f1 (diff)
Merge upstreamHEADmaster
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/todo.md b/todo.md
index 6f3b12a..3de0b4b 100644
--- a/todo.md
+++ b/todo.md
@@ -71,8 +71,8 @@ Database
-
Find and patch ways to add new useless entries (for regular players at least)
-Prevent invalid player names from being saved to the database.
-Here, invalid player names mean names that contain invalid characters.
+~~Prevent invalid player names from being saved to the database.
+Here, invalid player names mean names that contain invalid characters.~~
Use an atomic GET OR INSERT query so that parallel execution doesn't cause problems
(as is currently the case when migrating).
@@ -87,17 +87,17 @@ Implement a container that doesn't require loading all parcel data on startup (C
After testing on Redstoner
-
-Clear (and swap) entities on /p clear etc
-Fix command lag
-Chorus fruit can grow outside plots
-Vines can grow outside plots
-Ghasts, bats, phantoms and magma cubes can be spawned with eggs
-ParcelTarget doesn't report a world that wasn't found correctly
-Jumping on turtle eggs is considered as interacting with pressure plates
+~~Clear (and swap) entities on /p clear etc~~
+~~Fix command lag~~
+Chorus fruit can grow outside plots -- not detectable?
+~~Vines can grow outside plots~~
+~~Ghasts, bats, phantoms and magma cubes can be spawned with eggs~~
+ParcelTarget doesn't report a world that wasn't found correctly -- ??
+~~Jumping on turtle eggs is considered as interacting with pressure plates~~
Setbiome internal error when progress reporting is attached
-Unclaim doesn't clear the plot. It probably should.
-Players can shoot boats and minecarts.
-You can use disabled items by rightclicking air.
-Tab complete isn't working correctly.
+~~Unclaim doesn't clear the plot. It probably should.~~ removed
+Players can shoot boats and minecarts. -- ??
+~~You can use disabled items by rightclicking air.~~
+Tab complete isn't working correctly. -- disabled much of it now
~~Bed use in nether and end might not have to be blocked.~~