From 1424de2c5438587561e5a2282f1b102614ba56b4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 30 Sep 2017 02:51:41 +0200 Subject: [PATCH] remove old TODO file (#2870) --- TODO.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index cc188af6..00000000 --- a/TODO.md +++ /dev/null @@ -1,27 +0,0 @@ -# TODOs - -This is an unordered list of possible todo items for Cockatrice. -Note that "improve" and "write" always also means: "document and comment" - -## Improve packaging: -* Improve nsis file git hash extraction, it only works if the build directory is cleared as version_string.cpp does not seem to get updated by git pull/cmake -* Create script/... for creating Linux packages (deb, rpm, ebuild, ...) or at least an official tarball/git tags; package maintainers dislike using git snapshots so much that they rather ignore software without stable tarballs. - -## Scripts -* Write example init script for servatrice. - -## Create developer documentation: -* Create developer manual -* Add comments to code -* Describe which components exist and how they work and interact -* Describe the *.proto files -* Comment and document servatrice.sql -* Document everything!1!! - -## Else - -* Update SFMT library (http://www.math.sci.hiroshima-u.ac.jp/~m-mat@math.sci.hiroshima-u.ac.jp/MT/SFMT/) in common/sfmt and adapt common/rng_sfmt.cpp - -* Move hardcoded URLs (especially from oracle and cockatrice) into a config file. - -* Search git log for useful information/problems/bugs/...