diff --git a/docs/src/progress/renderertodo.md b/docs/src/progress/renderertodo.md index 21ba7c44..cd293e9a 100644 --- a/docs/src/progress/renderertodo.md +++ b/docs/src/progress/renderertodo.md @@ -617,6 +617,8 @@ Testing rearchitecting (08/20/2024) Update image assert method +Jenkins save and display captured images when failing a rendering test +Setup MantisBT # TODO @@ -650,6 +652,12 @@ Startup Performance Code Generation - Generate static "hasXComponent", "getXComponent" functions on sync'd components +Rearchitecting + - Main render is a ui element (that we can have multiple of) + - Don't require player entity/camera for client-side logic + - "Viewport Testing" - where we can run a test that observes a scene on client without having a client-player-assigned entity + - This will require allowing the server to assign a player to data cells without the player having an entity -- this is what i mean by decoupling entity/player + Code cleanup - Rename "BehaviorTree" to be "Component" (what it actually is) - Refactor ground movement components