aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-04-03 12:15:44 -0400
committerFranklin Wei <git@fwei.tk>2016-04-03 12:15:44 -0400
commit724f4ee59b0af7b64a3317af3c9ee5d3f45e9fc4 (patch)
tree9e1f93726995bfd2d8e2e355f7ca3d0869be037f /README.md
parent73c9244faee21a65e2143cc52dcbcf5cfe0648c6 (diff)
downloadnetcosm-724f4ee59b0af7b64a3317af3c9ee5d3f45e9fc4.zip
netcosm-724f4ee59b0af7b64a3317af3c9ee5d3f45e9fc4.tar.gz
netcosm-724f4ee59b0af7b64a3317af3c9ee5d3f45e9fc4.tar.bz2
netcosm-724f4ee59b0af7b64a3317af3c9ee5d3f45e9fc4.tar.xz
various fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/README.md b/README.md
index 6bbe8bb..f97f183 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,8 @@ and a pipe for the master to write to.
Both of these pipes are created in "packet mode" (see pipe(2)) if
available, and as UNIX domain socket pairs if not, which is slightly
-wasteful.s
+wasteful, as they are full-duplex but only used in a half-duplex
+manner.
Many operations, such as listing clients, require the help of the
master process. To request an operation, the child writes its request
@@ -98,17 +99,15 @@ number.
#### 0.4.0 (skipped)
-* Object support [DONE]
+* Object support
-* User inventory support [DONE]
-
-### Roadmap
+* User inventory support
#### 0.5.0
-* Verb support [DONE]
+* Verb support
-* World hooks/scripting [DONE]
+* World hooks/scripting
##### 0.5.1
@@ -118,6 +117,8 @@ number.
* Many bugfixes
+### Roadmap
+
#### 0.6.0
* NPC users
@@ -125,3 +126,7 @@ number.
#### 0.7.0
* Dynamic world editing
+
+#### 1.0.0
+
+* Procedural generation