Feature/lanes #40

Merged
dutchie031 merged 12 commits from feature/lanes into develop 2026-09-07 17:08:27 +00:00
Owner

this fixes #35

does not close but starts work partly on #41

this fixes #35 does not close but starts work partly on #41
dutchie031 changed target branch from main to develop 2026-08-25 16:40:46 +00:00
dutchie031 added 2 commits 2026-08-25 16:40:46 +00:00
dutchie031 marked the pull request as work in progress 2026-08-26 10:56:34 +00:00
dutchie031 added 1 commit 2026-08-30 12:12:53 +00:00
dutchie031 added 1 commit 2026-08-30 12:13:08 +00:00
dutchie031 reviewed 2026-08-31 18:57:32 +00:00
dutchie031 left a comment
Author
Owner

Initial comments added for myself

Initial comments added for myself
@@ -34,3 +34,3 @@
random_missions = {},
deliveredKilos = {},
activeStage = nil
activeStageInStageLane = {}
Author
Owner

This breaks backwards compatibility when inserted into missions that already have a persistent file.

This breaks backwards compatibility when inserted into missions that already have a persistent file.
dutchie031 marked this conversation as resolved
@@ -37,41 +37,36 @@ do
---Add a stage zone number changed listener
---@param listener OnStageChangedListener object with function OnStageNumberChanged(self, number)
Author
Owner

comment needs updating

comment needs updating
dutchie031 marked this conversation as resolved
@@ -216,4 +316,2 @@
currentStage = stageNumber
self:UpdateDrawings(stageNumber)
end
Author
Owner

drawings should also follow lanes

drawings should also follow lanes
dutchie031 marked this conversation as resolved
dutchie031 added 1 commit 2026-09-01 07:04:07 +00:00
dutchie031 added 1 commit 2026-09-01 10:34:37 +00:00
dutchie031 reviewed 2026-09-01 10:50:10 +00:00
@@ -40,0 +39,4 @@
---@param stageLaneIdentifier string?
function ExtraStage:OnStageNumberChanged(number, stageLaneIdentifier)
if stageLaneIdentifier ~= self._stageLaneIdentifier then
Author
Owner

Pre-Activation also should take into account that Inter lane dependencies exist

Pre-Activation also should take into account that Inter lane dependencies exist
dutchie031 marked this conversation as resolved
dutchie031 reviewed 2026-09-01 11:40:34 +00:00
@@ -0,0 +100,4 @@
</p>
<h3 id="mermaid-log-example">Log Example</h3>
<p> TODO: Show log example</p>
Author
Owner

TODOs

TODOs
dutchie031 marked this conversation as resolved
dutchie031 added 2 commits 2026-09-01 11:54:39 +00:00
dutchie031 added 1 commit 2026-09-01 16:07:08 +00:00
dutchie031 added 1 commit 2026-09-01 18:13:27 +00:00
dutchie031 added 2 commits 2026-09-07 17:00:44 +00:00
dutchie031 marked the pull request as ready for review 2026-09-07 17:07:02 +00:00
dutchie031 merged commit 772397250f into develop 2026-09-07 17:08:27 +00:00
dutchie031 deleted branch feature/lanes 2026-09-07 17:08:47 +00:00
Sign in to join this conversation.