From 7bb337ab1a144c859ce147c5883b54ae6b4323f4 Mon Sep 17 00:00:00 2001 From: Zjl37 <42609018+Zjl37@users.noreply.github.com> Date: Sun, 18 Oct 2020 12:49:39 +0800 Subject: [PATCH] doc updates --- plan.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plan.md b/plan.md index 6d958d1..abea37a 100644 --- a/plan.md +++ b/plan.md @@ -2,8 +2,8 @@ | Item | Description | Achieve time | | :--- | :---------- | :----------- | -| Changeable map size | Map size becomes a changeable gamerule. | Before 2021 | -| Keyboard Event | Although mouse interaction support is a feature, most process can't be done with keyboard only. What's more, a console isn't designed to receive mouse event. The goal is to make all process possible to be done using only keyboard. | ? | +| Non-blocking recieve event | The current Winsock IO mode blocks the program when recieving messages, during which time players cannot perform operations like marking on the map. | ?* | +| Keyboard Event | Although mouse interaction support is a feature, most process can't be done with keyboard only. What's more, a console isn't designed to receive mouse event. The goal is to make all process possible to be done using only keyboard. | ?* | New idea? Raise an issue! @@ -11,8 +11,9 @@ New idea? Raise an issue! | Item | Description | Version | | :--- | :---------- | :------ | -| Multi-language Support | All texts as part of UI should be moved out of source code. Program reads language file on initiation. | 2.1 | +| Changeable map size | Map size became a gamerule option. | 2.2 | +| Multi-language Support | All texts as part of UI moved out of source code. Program reads language file on initiation. | 2.1 | --- -As I'm currently a high school student, I don't always have access to computer, so issues may not be handled in time. \ No newline at end of file +*As I'm currently a high school student, I don't always have access to computer, so issues may not be handled in time. \ No newline at end of file