Update TODO

This commit is contained in:
IlyaShurupov 2024-03-22 16:19:56 +03:00 committed by Ilya Shurupov
parent 1756ca026d
commit 04f5ec30bc
3 changed files with 11 additions and 50 deletions

29
TODO
View file

@ -1,47 +1,30 @@
ALL:
Remove utils module
add scoped api for module manifest
Add windows old beautifull window to graphics
add windows callstack support
remove loki library
Gradually introduce STL into the project (replace own classes or add seamless interface and conversions into STL)
Remove BaseModule and Connection modules
remove archiver and add boost serialization
Bring windows old window to graphics
Check Warnings
Gradually introduce STL into the project (replace own classes or add seamless interface and conversions into STL)
Make all modules stable with tests
Modules:
Remove all static variable into module's data
Make modules simple threaded
Graphics:
Window event system
Graphics API
FPS count & Performance control
make more general structure for feature renders
Containers:
Test generatePermutations
Add variant size buffer
Buffer add resize function
Buffer improvements
Buff serialization
Tree serialization
Write Traverse Avl test
Add mem leakage tests
Add check copy times
AVL dont copy data just swap
Storage:
Reconsider
Finish networking
Enable preloads
Utils:
Stack trace fixes
Save leaks and then use in debugging to break when the same call occurs?
Objects:
Warnings
Memory leaks
@ -101,4 +84,4 @@ RayTracer:
Threading
TextEditor:
Implement
Restore