Skip to content

Current Source Status Snapshot

rayswaynl edited this page Jun 3, 2026 · 184 revisions

Current Source Status Snapshot

This page is the fast guardrail for stale "patched", "propagated" and "release-ready" wording.

The original snapshot was created on 2026-06-02 after several false current-status pulses. Since then, multiple branches and wiki batches have moved. Treat this page as a branch-aware routing page, not as proof that a gameplay fix is currently shipped.

Rule For Agents

Before saying a fix is live, prove all of these:

  1. Name the branch or commit checked.
  2. Check source Chernarus under Missions/[55-2hc]warfarev2_073v48co.chernarus/.
  3. Check maintained Vanilla Takistan under Missions_Vanilla/[61-2hc]warfarev2_073v48co.takistan/ when propagation matters.
  4. Separate origin/master, docs/source branches, release branches and PR branches.
  5. Keep Arma 2 OA runtime smoke separate from static source evidence.

If any item is missing, use patch-ready, branch-local, propagated-smoke-pending or source-unverified, not shipped.

High-Risk Status Checks

Lane What to verify before changing wording Owning page
Commander reassignment DR-15 RequestNewCommander.sqf payload shape versus Server_AssignNewCommander.sqf unpacking, plus duplicate notification behavior. Commander reassignment call shape
Factory queue cleanup DR-33 Client_BuildUnit.sqf queue token identity, empty-vehicle early exit and local queue decrement. Factory queue counter token cleanup
Paratrooper marker revival Sender, handler file and HandleParatrooperMarkerCreation client PVF registration in each maintained mission. Paratrooper marker revival
Duplicate client Skill_Init Number and order of Skill_Init.sqf calls before WFBE_SK_FNC_Apply. Client skill init idempotency
Hosted server FPS loop Dedicated/non-dedicated guard shape in both server FPS publisher scripts. Hosted server FPS loop sleep
Supply mission command-center scan Whether the 80-meter command-center scan is class-filtered to Base_WarfareBUAVterminal; keep the nearby-player/object scan separate. Supply mission scan narrowing
WASP marker wait cleanup Whether the display-54 wait is throttled like the display-12 sibling. WASP marker wait cleanup
Source/Vanilla propagation Whether Chernarus, maintained Vanilla and skipped/generated files all carry the same intended behavior. Source fix propagation queue
AI commander branch revival Whether feat/ai-commander is still branch-only, whether default-on behavior is accepted, and whether maintained Vanilla/smoke evidence exists. AI commander autonomy audit
DroneStrike branch Whether the latest drone tuning branch is the target, whether paid-support authority moved server-side, and whether generated scope/smoke exists. PR8 and drone upstream lesson match
ReconUAV branch Whether ReconUAV replaces the old UAV module, whether it is rebased onto latest DroneStrike tuning, and whether recall/reveal/JIP cleanup is smoked. PR8 and drone upstream lesson match

2026-06-03 Branch Matrix

Checked refs: docs/source HEAD 4163faba, stable origin/master 2cdf5fb8, and origin/release/2026-06-feature-bundle a9219d88.

Lane docs/source HEAD origin/master release a9219d88 Interpretation
Hosted server FPS loop Chernarus and Vanilla Server/GUI/serverFpsGUI.sqf:1 plus Server/Module/serverFPS/monitorServerFPS.sqf:1 exit on !isDedicated. Chernarus and Vanilla still enter while {true} and sleep only inside if (isDedicated) (serverFpsGUI.sqf:4, monitorServerFPS.sqf:2). Chernarus guards serverFpsGUI.sqf:4 and removes/comments the redundant monitor path in Server/Init/Init_Server.sqf:594-596; Vanilla still has the old loops. Release branch is Chernarus-only for this lane; do not call it fully propagated there.
Supply command-center scan Chernarus and Vanilla Server/Module/supplyMission/supplyMissionStarted.sqf:25-28 check isKindOf "Base_WarfareBUAVterminal" and scan ["Base_WarfareBUAVterminal"]; the 8m nearby-player/object scan at :44 remains broad by design. Chernarus and Vanilla keep the broad 80m command-center scan at supplyMissionStarted.sqf:28 using an empty class filter. Chernarus has the PR-compatible heli-aware narrowed scan at supplyMissionStarted.sqf:50-56; Vanilla still keeps the broad 80m scan at :28. Release branch is Chernarus-only for this lane; stable master still needs the narrowing.
Client Skill_Init idempotency Chernarus and Vanilla have one Skill_Init.sqf call at Client/Init/Init_Client.sqf:547, followed by WFBE_SK_FNC_Apply at :571. Chernarus and Vanilla still call Skill_Init.sqf twice (:561 and :585) before apply at :586. Chernarus still calls Skill_Init.sqf twice (:565 and :589); Vanilla still calls it twice (:561 and :585). docs/source carries the single-init shape; stable master and current release do not.
Paratrooper marker registration Chernarus and Vanilla Common/Init/Init_PublicVariables.sqf:39 include HandleParatrooperMarkerCreation. Chernarus and Vanilla omit the handler; the same slot is NukeIncoming only at Init_PublicVariables.sqf:39. Chernarus omits the handler (NukeIncoming at :41); Vanilla omits it (NukeIncoming at :39). docs/source carries the registration; stable master and current release do not.

2026-06-04 Feature Branch Matrix

Checked after git fetch --all --prune. Merge base for all rows below is stable origin/master 2cdf5fb8. These rows are branch evidence, not shipped-status proof. Use Pending owner decisions, agent-release-readiness.json and the branch-only feature smoke pack before merge/release claims.

The docs mirror branch row records the source-check basis for this matrix, not a durable branch-head promise. Documentation-only commits can move origin/docs/developer-wiki-index after the matrix is written; re-fetch before using that branch head as evidence.

Branch / upstream ref Checked head Delta from origin/master Current interpretation
docs mirror branch origin/docs/developer-wiki-index source-check basis 154b7f38; later docs-only commits may advance the branch Documentation-only commits since the source-fix batch; source line shapes for the 2026-06-03 propagated-fix matrix remain the same as the earlier docs/source check. Follow-up fetches have already seen later docs-only heads, so re-fetch before using this branch as evidence. Current wiki/docs mirror truth for documentation. Do not treat this branch name alone as gameplay release proof.
miksuu/master 8bcc42b1 Three commits ahead of origin/master: 913ecdf6 town-defense diagnostics/creation guards, d5bfe3a2 Takistan propagation and merge 8bcc42b1. Diff touches Chernarus and maintained Vanilla town-defense creation/diagnostic paths. Upstream mainline lesson source, not automatically rayswaynl stable. Use Upstream Miksuu commit intel before importing.
origin/feat/ai-commander 4dba060e Source-Chernarus-only: 9 files, +366/-5. Adds default-on AI commander, supervisor/workers/order executor and upgrade cost fixes; guards but does not restore old UpdateSupplyTruck. Branch-review needed. Stable origin/master remains partial/latent; no maintained Vanilla propagation or runtime smoke proof.
origin/feat/drone-saturation-strike 8ca4be90 Source-Chernarus-only: 15 files, +379/-4. Latest drone tuning branch: 4-Ka package, HP 20, cruise altitude 300, scatter 6 and cooldown 300. Branch-review needed. Treat as paid support; server-side authority, generated scope and runtime smoke remain gates.
origin/feat/recon-uav 563418ea Source-Chernarus-only: 22 files, +593/-657. Adds ReconUAV/ReconUAVRecall, removes old Client/Module/UAV/uav*.sqf and old Server/Support/Support_UAV.sqf; includes drone history only through 93b47594. Branch-review needed. Resolve latest DroneStrike tuning baseline and old-UAV replacement behavior before merge claims.

Current Interpretation

  • origin/master is the stable baseline unless a page explicitly names another branch.
  • Branch-local or release-branch code changes are not shipped on origin/master until source evidence proves that branch was merged.
  • "Propagated" means source Chernarus and maintained Vanilla Takistan both carry the change; it does not mean Arma 2 OA runtime smoke passed.
  • Branch-feature smoke packs are planned gates, not proof of in-game behavior.
  • Old worklog/event/knowledge lines are append-only history. Newer source-checked pages and explicit supersession records beat old timestamps.

Continue Reading

Previous: Arma 2 OA compatibility audit | Next: Feature status register

Main map: Home | Fast path: LLM agent entry pack | Agent file: agent-context.json

Sidebar

Clone this wiki locally