From a819194e10c8afd9108fa102f4c105b0556829f2 Mon Sep 17 00:00:00 2001 From: Max-001 <80035972+Max-001@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:26:10 +0100 Subject: Added tasks --- time.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/time.txt b/time.txt index fdae334..685cc37 100644 --- a/time.txt +++ b/time.txt @@ -126,6 +126,10 @@ max: 2024-10-16 30m investigated whether or not EnTT can handle multiple inherit max: 2024-10-16 3h rethinked scripting (to avoid mutliple inheritance) max: 2024-10-16 20m added new scripting idea to ecs-homemade max: 2024-10-17 1h thirteenth project meeting +max: 2024-10-24 2h10m fourteenth project meeting +max: 2024-10-25 3h started researching Scenes and Replay +max: 2024-10-29 2h worked on UIObjects and Camera +max: 2024-10-29 3h15m worked on Metadata Component, Camera and Scenes wouter: 2024-09-02 1h project meeting :: project kickoff wouter: 2024-09-02 45m project meeting -- cgit v1.2.3 From 04237758d57884e3dea44720bcda373ede89b1d0 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 29 Oct 2024 21:51:22 +0100 Subject: remove dependency on plantuml bundled files --- img/facade-audio.puml | 2 +- img/theme.ipuml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/img/facade-audio.puml b/img/facade-audio.puml index d3e732b..60af60f 100644 --- a/img/facade-audio.puml +++ b/img/facade-audio.puml @@ -1,5 +1,5 @@ @startuml -!include ../img/theme.ipuml +!include theme.ipuml skinparam Linetype ortho package crepe { diff --git a/img/theme.ipuml b/img/theme.ipuml index ae3b1c7..81391e2 100644 --- a/img/theme.ipuml +++ b/img/theme.ipuml @@ -1,6 +1,14 @@ ' vim:ft=plantuml -!theme plain + + skinparam ClassAttributeIconSize 0 skinparam ClassFontStyle bold skinparam DefaultFontName Inter -- cgit v1.2.3 From 7c34b826719a9c89cebd126164bc98b99579d49e Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 29 Oct 2024 22:06:54 +0100 Subject: update time.txt --- time.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/time.txt b/time.txt index ef11729..511cfd4 100644 --- a/time.txt +++ b/time.txt @@ -87,6 +87,7 @@ loek: 2024-10-25 30m implementation :: scripting interface loek: 2024-10-25 20m review :: PR review (+errands, merge only, #12 and #13) loek: 2024-10-26 3h20m implementation :: save manager loek: 2024-10-27 4h implementation :: save manager +loek: 2024-10-29 10m tooling :: documentation (fix plantuml theme errors) max: 2024-09-02 1h project kickoff max: 2024-09-02 45m first project meeting -- cgit v1.2.3 From f1f70d5ae70c5cbcef9c19edc28af634a3289acb Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 30 Oct 2024 09:22:03 +0100 Subject: Added figs.drawio from jaro/design --- figs.drawio | 412 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 371 insertions(+), 41 deletions(-) diff --git a/figs.drawio b/figs.drawio index 5082752..2a2cb54 100644 --- a/figs.drawio +++ b/figs.drawio @@ -1,4 +1,4 @@ - + @@ -736,7 +736,7 @@ - + @@ -1068,7 +1068,7 @@ - + @@ -1094,7 +1094,7 @@ - + @@ -1108,21 +1108,24 @@ - + + + + - + - + - + @@ -1132,14 +1135,17 @@ + + + - + - + - + @@ -1156,7 +1162,7 @@ - + @@ -1169,11 +1175,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -1243,7 +1285,7 @@ - + @@ -1257,7 +1299,7 @@ - + @@ -1266,10 +1308,13 @@ - + - + + + + @@ -1282,8 +1327,8 @@ - - + + @@ -1354,12 +1399,12 @@ - + - - + + - + @@ -1368,27 +1413,27 @@ - + - - + + - - + + - - + + - - + + @@ -1397,8 +1442,7 @@ - - + @@ -1407,7 +1451,8 @@ - + + @@ -1416,7 +1461,7 @@ - + @@ -1453,7 +1498,7 @@ - + @@ -1486,20 +1531,305 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + -- cgit v1.2.3 From 8be364d25a0d90ee264cc39b3bf9ef61d4c1c339 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 30 Oct 2024 10:43:08 +0100 Subject: update time.txt --- time.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/time.txt b/time.txt index c23e53a..03e83d3 100644 --- a/time.txt +++ b/time.txt @@ -88,6 +88,7 @@ loek: 2024-10-25 20m review :: PR review (+errands, merge only, #12 and #13) loek: 2024-10-26 3h20m implementation :: save manager loek: 2024-10-27 4h implementation :: save manager loek: 2024-10-29 10m tooling :: documentation (fix plantuml theme errors) +loek: 2024-10-30 30m project meeting (min/max component count constraints) max: 2024-09-02 1h project kickoff max: 2024-09-02 45m first project meeting -- cgit v1.2.3 From 32709ea7a80a0c9499d1ff7aecc817a256bfcb0e Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 30 Oct 2024 11:25:53 +0100 Subject: Modified class diagram --- figs.drawio | 727 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 408 insertions(+), 319 deletions(-) diff --git a/figs.drawio b/figs.drawio index 2a2cb54..79be325 100644 --- a/figs.drawio +++ b/figs.drawio @@ -736,41 +736,12 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -783,23 +754,24 @@ - + - - + + - + + - + - + @@ -807,164 +779,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - - - - + + - - + - - - - - - - - - - - - - - - - - - @@ -975,19 +810,19 @@ - + - + - + - + @@ -1031,7 +866,7 @@ - + @@ -1045,40 +880,43 @@ - + - + + + + - + - + - + - + - + - + - + - + @@ -1087,10 +925,10 @@ - + - + @@ -1115,7 +953,7 @@ - + @@ -1135,7 +973,7 @@ - + @@ -1145,24 +983,24 @@ - + - - + + - - + + - + - - + + - + @@ -1175,50 +1013,50 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1228,18 +1066,18 @@ - + - + - + - + @@ -1260,52 +1098,55 @@ - + + + + - + - + - + - - + + - - + + - + - + - + - + - + - + @@ -1322,13 +1163,13 @@ - + - - + + @@ -1337,41 +1178,41 @@ - + - - + + - + - + - + - + - + - + @@ -1380,12 +1221,12 @@ - + - + @@ -1404,7 +1245,7 @@ - + @@ -1413,7 +1254,8 @@ - + + @@ -1442,7 +1284,8 @@ - + + @@ -1451,8 +1294,8 @@ - - + + @@ -1461,7 +1304,8 @@ - + + @@ -1479,31 +1323,22 @@ - - - - - - - - - - - - - - - + - - + + + + + + + @@ -1525,8 +1360,13 @@ - - + + + + + + + @@ -1536,106 +1376,355 @@ - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 29543b416e98b2842661609251db0048d5c74e03 Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 30 Oct 2024 11:58:26 +0100 Subject: Modified class diagram --- figs.drawio | 327 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 170 insertions(+), 157 deletions(-) diff --git a/figs.drawio b/figs.drawio index 79be325..19cdb80 100644 --- a/figs.drawio +++ b/figs.drawio @@ -736,12 +736,12 @@ - + - + @@ -756,11 +756,11 @@ - - + + - - + + @@ -796,7 +796,7 @@ - + @@ -806,7 +806,7 @@ - + @@ -826,7 +826,7 @@ - + @@ -849,7 +849,7 @@ - + @@ -866,7 +866,7 @@ - + @@ -880,7 +880,7 @@ - + @@ -897,16 +897,16 @@ - + - + - + - + @@ -932,7 +932,7 @@ - + @@ -946,7 +946,7 @@ - + @@ -963,7 +963,7 @@ - + @@ -983,7 +983,7 @@ - + @@ -1000,7 +1000,7 @@ - + @@ -1056,7 +1056,7 @@ - + @@ -1073,7 +1073,7 @@ - + @@ -1105,7 +1105,7 @@ - + @@ -1123,53 +1123,54 @@ - - + + - + - + - - + + - + - + - - + + - + + - + - - + + - - + + @@ -1180,53 +1181,53 @@ - - + + - - + + - + - - + + - + - + - - + + - + - + - - + + - + @@ -1242,75 +1243,75 @@ - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + @@ -1325,63 +1326,75 @@ - - + + - + - - + + - - + + - - + + - + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - + - - + + - + - + @@ -1416,7 +1429,7 @@ - + @@ -1446,17 +1459,17 @@ - - + + - + - - + + @@ -1466,10 +1479,10 @@ - - + + - + @@ -1479,7 +1492,7 @@ - + @@ -1500,29 +1513,29 @@ - - + + - + - - + + - + - + - + @@ -1539,7 +1552,7 @@ - + @@ -1556,7 +1569,7 @@ - + @@ -1583,39 +1596,39 @@ - - + + - - + + - - + + - - + + - - + + - + - - + + - + @@ -1626,20 +1639,20 @@ - - + + - + - + - + @@ -1665,7 +1678,7 @@ - + @@ -1686,19 +1699,19 @@ - - + + - + - - + + - + @@ -1709,11 +1722,11 @@ - - + + - - + + -- cgit v1.2.3 From 186d6dd8c66052977d1c5e8d9e73cc43ceed313b Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 30 Oct 2024 12:13:18 +0100 Subject: cleanup research.tex --- research.tex | 119 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 60 insertions(+), 59 deletions(-) diff --git a/research.tex b/research.tex index 7502329..6853d5f 100644 --- a/research.tex +++ b/research.tex @@ -664,71 +664,72 @@ because the total forces can be calcualted ones and then applied to all dynamic entities. \subsubsection{Components physics} + This is a list that could be needed for additonal phisics components \begin{itemize} - \item Gravity - \begin{itemize} - \item Rigidbody (for mass, gravity scale, etc.) - \item Transform (to modify position based on gravity) - \end{itemize} - - \item Directional Force (e.g., wind or gravity in a specific direction) - \begin{itemize} - \item ForceComponent (for direction and magnitude of the force) - \item Rigidbody (for mass and velocity affected by force) - \item Transform (to update position based on force) - \end{itemize} - - \item Collision (detection + handling) - \begin{itemize} - \item Rigidbody (for collision detection mode and velocity handling) - \item ColliderComponent (defines the shape and behavior of the collider, like bounce) - \item Transform (for object position, rotation updates) - \end{itemize} - - \item Player Movement - \begin{itemize} - \item MovementComponent (for handling player input and movement speed) - \item Rigidbody (to handle physics-based movement, like velocity changes) - \item Transform (to apply movement to the object's position) - \end{itemize} - - \item Bounce (elastic collisions) - \begin{itemize} - \item Rigidbody (for bounce coefficient and velocity adjustments) - \item ColliderComponent (to detect collisions and calculate bounce) - \item Transform (to adjust position after bouncing) - \end{itemize} - - \item Rotation (torque or angular forces) - \begin{itemize} - \item Rigidbody (for rotational inertia and angular velocity) - \item Transform (to apply rotation to the object) - \end{itemize} - - \item Directional Force (e.g., explosions, pushing) - \begin{itemize} - \item ForceComponent (to apply the force in a direction with a magnitude) - \item Rigidbody (for velocity changes due to the force) - \item Transform (to update position based on the force) - \end{itemize} - - \item Particles (e.g., smoke, explosions) - \begin{itemize} - \item ParticleComponent (to define particle effects like lifetime, velocity) - \item Transform (to emit particles from the object’s position) - \end{itemize} -\end{itemize} + \item Gravity + \begin{itemize} + \item Rigidbody (for mass, gravity scale, etc.) + \item Transform (to modify position based on gravity) + \end{itemize} + + \item Directional Force (e.g.~wind or gravity in a specific direction) + \begin{itemize} + \item ForceComponent (for direction and magnitude of the force) + \item Rigidbody (for mass and velocity affected by force) + \item Transform (to update position based on force) + \end{itemize} + + \item Collision (detection + handling) + \begin{itemize} + \item Rigidbody (for collision detection mode and velocity handling) + \item ColliderComponent (defines the shape and behavior of the collider, like bounce) + \item Transform (for object position, rotation updates) + \end{itemize} + + \item Player Movement + \begin{itemize} + \item MovementComponent (for handling player input and movement speed) + \item Rigidbody (to handle physics-based movement, like velocity changes) + \item Transform (to apply movement to the object's position) + \end{itemize} + \item Bounce (elastic collisions) + \begin{itemize} + \item Rigidbody (for bounce coefficient and velocity adjustments) + \item ColliderComponent (to detect collisions and calculate bounce) + \item Transform (to adjust position after bouncing) + \end{itemize} -1. Input Processing -2. Run Scripts (custom logic, AI, player input, etc.) -3. Apply Forces (gravity, directional forces, user-applied forces) -4. Calculate Movement (update positions based on velocity) -5. Collision Detection and Resolution -6. Post-Collision Adjustments (e.g., friction, constraints) + \item Rotation (torque or angular forces) + \begin{itemize} + \item Rigidbody (for rotational inertia and angular velocity) + \item Transform (to apply rotation to the object) + \end{itemize} + \item Directional Force (e.g.~explosions, pushing) + \begin{itemize} + \item ForceComponent (to apply the force in a direction with a magnitude) + \item Rigidbody (for velocity changes due to the force) + \item Transform (to update position based on the force) + \end{itemize} + + \item Particles (e.g.~smoke, explosions) + \begin{itemize} + \item ParticleComponent (to define particle effects like lifetime, velocity) + \item Transform (to emit particles from the object’s position) + \end{itemize} +\end{itemize} + +\begin{enumerate} + \item Input Processing + \item Run Scripts (custom logic, AI, player input, etc.) + \item Apply Forces (gravity, directional forces, user-applied forces) + \item Calculate Movement (update positions based on velocity) + \item Collision Detection and Resolution + \item Post-Collision Adjustments (e.g.~friction, constraints) +\end{enumerate} \subsection{Conclusion} -- cgit v1.2.3 From d508cb6687b7178d7e78fe4776544ae653728196 Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 30 Oct 2024 13:25:02 +0100 Subject: Fix --- figs.drawio | 136 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 61 insertions(+), 75 deletions(-) diff --git a/figs.drawio b/figs.drawio index 19cdb80..c18d13d 100644 --- a/figs.drawio +++ b/figs.drawio @@ -736,7 +736,7 @@ - + @@ -779,20 +779,6 @@ - - - - - - - - - - - - - - @@ -887,7 +873,7 @@ - + @@ -1101,7 +1087,7 @@ - + @@ -1358,19 +1344,19 @@ - + - + - + - + @@ -1491,27 +1477,27 @@ - + - + - + - + - + - + - + @@ -1520,7 +1506,7 @@ - + @@ -1529,72 +1515,72 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1604,7 +1590,7 @@ - + @@ -1614,7 +1600,7 @@ - + @@ -1623,7 +1609,7 @@ - + @@ -1632,12 +1618,12 @@ - + - + @@ -1646,58 +1632,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1706,7 +1692,7 @@ - + @@ -1715,12 +1701,12 @@ - + - + @@ -1730,12 +1716,12 @@ - + - + -- cgit v1.2.3 From 4a3d3ac37e506a8c29653d57d6514c625491583c Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 30 Oct 2024 14:36:58 +0100 Subject: Added SceneManager to the diagram --- figs.drawio | 184 +++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 151 insertions(+), 33 deletions(-) diff --git a/figs.drawio b/figs.drawio index c18d13d..68ad6c9 100644 --- a/figs.drawio +++ b/figs.drawio @@ -736,23 +736,29 @@ - + - - + + - - + + - + - - + + + + + + + + @@ -766,12 +772,12 @@ - + - + @@ -852,7 +858,7 @@ - + @@ -866,7 +872,7 @@ - + @@ -883,13 +889,13 @@ - + - + - + @@ -928,7 +934,7 @@ - + @@ -969,7 +975,7 @@ - + @@ -982,9 +988,12 @@ - + + + + @@ -1246,13 +1255,13 @@ - + - - + + @@ -1297,7 +1306,7 @@ - + @@ -1534,7 +1543,7 @@ - + @@ -1664,24 +1673,24 @@ - + - - + + - + - - + + - - + + - - + + @@ -1726,6 +1735,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 80519fdfcf2ddb89e647704f7778c3c91a453eb4 Mon Sep 17 00:00:00 2001 From: max-001 Date: Wed, 30 Oct 2024 16:04:09 +0100 Subject: Modified class diagram --- figs.drawio | 2841 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1493 insertions(+), 1348 deletions(-) diff --git a/figs.drawio b/figs.drawio index 68ad6c9..d4d5d3c 100644 --- a/figs.drawio +++ b/figs.drawio @@ -1,2083 +1,2228 @@ - - - + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - + + - - - - + + - - + + - - + + - - + + - + - - + + - + + - + - + - + - + - + - - + + + + + + + + + + + + + + - + - + - + - + - + - - - - - + + + - - - - + + - - - - + + - - - - + + - - - - - - + + - - + + + + + + + + - + - - + + - - + + - + - - + + - + - + + + + + + + + + + + + + + + - + - + - - + + + + + + + + + + + - + - + - + - + - - + + - - + + - + - - - - - + + + - - - - - - + + - - - - - - + + - - - - - - - - - + + - - - + + + - - - - + + - - - - + + - - + + + + + + + + - + - + - + - + - + - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - + - - - - - + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - - - - - - - - - - - - + + - - + + - + - + - - + + - - + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - - - - + + - - + + - - + + - - + + - - - + + + + + + + - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + - - + - + - + - + - - + + - - + + - + - + - + - - + + - - + + - + - + - + - - + + - - + + - + - + - + - - + + - - + - + - + - + - - + + - - + - + - + - + - - + + - + - + - + - + - - + + - - + - + - - - + + + + + + - + - - - + + + + + + - + - - - + + + + + + - + - - - + + + + + + - + - - + + - - + + - + - - + + - + + - - + + - + - + - + - - - + + + + + + + - - - - - - - - + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + - + + + + - - + + - - - + - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + - - - - - - - - + + + + - + - + - + + + - + - + - + - - + + - + - + - + - + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + - - + + - + - - - - - - - - + + - + - - + + - - + + - + - - + + - + - - + + - - + + - - - - + + - - + + - - + + - - + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + - - + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - - + + - - + + - + - - + + - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - - + + + + + + + - - + + + + + + + + - - + + + + - - + + + + + + + + + - - + + + + - - + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + + + + + + + + + - - + + + + - - + + + + - - + + - - + + - - + + - - + + + + + + + + + - - + + + + + + + - - + + - - + + + + + + + + + - - + + - - + + - - + + + + + + + + + - - + + + + + + + + + - - + + - - + + + + + + + + + - - + + - - + + + + + + + + + - - + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - - - - + + - - + + - - + + - - - - + + + + - + + - - - + + + - - - - + + + + - + + - - - - - - - - - - - - - + + + - - - - + + - - - - + + + + - - + + - - - - - - - - - + + + + - - + - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - + + - - - - + + - - - - - - - - + + - - - - + + - - - - + + - + - - - - + + - - - - + + - - - - - - - - + + - - - - - - - - - + + - - - - - - - - + + + - - - - - - - - - + + - - - - - - - - - + + - - - - - - - - - + + - - - - - - - - - + + - - - - + + - - + + - - + + - - + + - - - - - - - - + + - + - - + + - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - + - - + - - + + - - - - + + + + + + + + + + + - + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + + + + + + + - - + + + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + - - + + - - + + - + + + + - - - - - + + + - + - - + + + - - - + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - + + + - - + + + + + + + + + + + + - + - + - + - + - + - + - - - - - + + + - - - - - - - + + + - - - + + + - - + + + + + + + + + + + + + + - + - + - + - + - - + + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - - - - - - + + + - + - - - - - - + + + - + - - - - - + + + - + - - + + - + + - - - + + + - - - - - - - + + + - - - + + + - - - + + + - + - + - + - - - - - + + - - + + - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - + + - - - - - - - + + + - - - - + + - - - - - - - - - + + - - - - + + - - - - + + - - + + - - + + - - + + - - + + - - + + + + - - + + - - + + - - - - - - - - - + + - - - - + + - - + + + + + + + + - - + + - - + + - - + + - - - - - - - - - + + - - - - - - - + + - - + + - - - - - - - - + + + + + + - - + + - - + + - - - - - - - - - + + - - - - - - - - + + + - - - - - - - - - - + + - - + + - - + + - - + + + + - - + + - - - - - + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + + + - - + + - - + + - - + + - - - - - - + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - - - - - + + + + - - + + + + + + + + + - - + + + + - - + + + + - + + - - + + + + - - + + + + + + + + + - - + + + + - - + + + + + + + + + - - + + + + - - + + + + + + + + + - - + + + + - - + + + + + + + + + - - + + + + - - + + + + + + + + - - + + + + - - + + + + - - + + + + - - + + - - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + - + - + - + - - - - - + + + - - - - - - + + - + + + + + + + - - - + + + + + + + + - + - - + + + + + + + -- cgit v1.2.3 From 020c56ce35551fea91101b9e0888ac66f62c0353 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 30 Oct 2024 16:55:54 +0100 Subject: update time.txt --- time.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/time.txt b/time.txt index 630555d..5237362 100644 --- a/time.txt +++ b/time.txt @@ -89,6 +89,7 @@ loek: 2024-10-26 3h20m implementation :: save manager loek: 2024-10-27 4h implementation :: save manager loek: 2024-10-29 10m tooling :: documentation (fix plantuml theme errors) loek: 2024-10-30 30m project meeting (min/max component count constraints) +loek: 2024-10-24 10m review :: PR review (#40, #41 and #42) max: 2024-09-02 1h project kickoff max: 2024-09-02 45m first project meeting -- cgit v1.2.3