diff options
| author | 2025-09-10 21:01:09 -0400 | |
|---|---|---|
| committer | 2025-09-10 21:10:57 -0400 | |
| commit | a60bc619b103a88936d39f00a07cb01c1d0337a9 (patch) | |
| tree | 1bde3ff460a203198f0fa16cc065bca6f430fe14 /TODO | |
| parent | 1fa8403772d867e00b30cf98767ad9ab557fff47 (diff) | |
| download | camu-a60bc619b103a88936d39f00a07cb01c1d0337a9.tar.gz camu-a60bc619b103a88936d39f00a07cb01c1d0337a9.tar.bz2 camu-a60bc619b103a88936d39f00a07cb01c1d0337a9.zip | |
Change build defaults
Signed-off-by: Andrew Opalach <andrew@akon.city>
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. |