From 5c1e69a0d4eb8dc3f504a78f2b477e63518e9763 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Mon, 21 Mar 2016 19:19:57 -0400 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db99de6..9932ad3 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,9 @@ world_path (chunkymap-regen.py will ask for configuration options on first run and ask for your www root) ## Known Issues +* webapp: save selected world to a config file (click world on first visit to write initial config) instead of being silently autoselected * Fix chunk generation and draw decachunks to canvas (so singleimage.py is not required to be run before chunkymap-regen.py) -* Detect exceptions in mintestmapper (such as database locked) and do not mark the chunk as is_empty +* Detect exceptions in mintestmapper (such as database locked) and do NOT mark the chunk as is_empty * Move the following to config dict: python_exe_path * chunkymap.php should read the size of the chunks -- see near is_file($chunk_genresult_path) in chunkymap.php