Skip to content

Commit

Permalink
new cool todo
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Oct 2, 2024
1 parent 49d1b39 commit 5d3e170
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5d3e170

Please sign in to comment.