home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c3973
)
Add to TODO.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 30 Jan 2015 05:59:28 +0000
(06:59 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 30 Jan 2015 05:59:28 +0000
(06:59 +0100)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 49150b5ad74f160ae79d45610a69c3ceaf622fa4..02283ba3462cd27066aafb195733a4f9056d71fd 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-11,10
+11,14
@@
BOTH SERVER/CLIENT:
- do something about common crashes caused by server/client miscommunication
+- think about refactoring occurrences of "free(...); ... = NULL;"
+
SERVER:
- grow amount of possible things from UINT8_MAX to UINT16_MAX
+- refactor occurrences of "if(...) { init_empty_map(...); }"
+
CLIENT:
- re-work unnecessary complex command / keybinding / server message mapping