-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49d1b39
commit 5d3e170
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |