diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -19,7 +19,7 @@ * Source Code * Design Documents -=== Manual: +=== Manual * Installation and Usage == TODO @@ -30,11 +30,12 @@ - [x] Small list refactor. - [x] Commit libnaunet changes. - [x] Consolidate spng, stb_img, and wuffs into one file with server/client ifdefs. + - [ ] Sink errored buffer fixes. + - [ ] Packet benchmark. + - Create packet, write bunch of ints, send to another thread, thread adds everything. - [ ] Startup timing information. - From main() to window_system_main() then everything in desktop_open(). - Might as well work on the cleanup part too. - - [ ] Packet benchmark. - - Create packet, write bunch of ints, send to another thread, thread adds everything. - [ ] RPC header packing. - [ ] Look for more obvious packet_stream/rpc optimizations. @@ -168,6 +169,7 @@ - [x] Don't require shaderc if libplacebo found. - [x] Audio optional based on if libpulse/libasound are found. - [x] libalabaster option for release build with asserts (al_assert only). + - [ ] Web build. === External - [ ] miniaudio dsound flush. |