summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-09-10 21:01:09 -0400
committerAndrew Opalach <andrew@akon.city> 2025-09-10 21:10:57 -0400
commita60bc619b103a88936d39f00a07cb01c1d0337a9 (patch)
tree1bde3ff460a203198f0fa16cc065bca6f430fe14 /TODO
parent1fa8403772d867e00b30cf98767ad9ab557fff47 (diff)
downloadcamu-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--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 43db723..d8d374b 100644
--- a/TODO
+++ b/TODO
@@ -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.