From 5d3e170e6d778d773faf1c645d845c103a968bfd Mon Sep 17 00:00:00 2001 From: unknown-gd <44779902+unknown-gd@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:51:03 +0400 Subject: [PATCH] new cool todo --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 00000000..d74b91c5 --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +### Release to-do list +- [ ] Finish custom Lua transport implementation +- [ ] Packages auto-reload +- [ ] Server-side CLI commands ( install, remove, reload and etc. ) +- [ ] BitStream ( like ByteStream but for bits ) +- [ ] Write a new NetTransfer class to transfer large amounts of data over `net` +- [ ] NetTables - synchronizable tables, support only basic Lua types ( strings, numbers, booleans, tables, maybe vectors, colors and angles ) +- [ ] Write more `net.` functions like `net.WriteSteamID` and etc. +- [ ] Write tests for all functionality ( we will die trying ) + +### Know issues +- [ ] For some unknown reason server packages for some people go into an infinite dependency wait without any errors