-
Notifications
You must be signed in to change notification settings - Fork 0
UI Resource Parity Cleanup
Status: docs-ready UI cleanup lane. No gameplay source changed by this page.
Use this page when deciding whether the current UI/Rsc issues are broken live features, safe cleanup, or branch-only fixes. It consolidates the stale upgrade dialog, Economy IDC drift, and duplicate IDD findings so future work does not re-audit them separately.
Canonical owner pages:
- Runtime map: Client UI systems atlas
- Duplicate IDD repair details: UI IDD collision repair
- Risk register: Feature status register
- Stale-code evidence: Dead code and stale code register
Current docs/source note: 2026-06-24 refreshes rechecked the repo docs branch source tree for the stale-upgrade, Economy-control and duplicate-IDD rows. HEAD@208062b4e is unchanged from 427346b0d, 0fdd5602 and d4cfef80 for checked stale upgrade dialog/controller paths; HEAD@427346b0d is unchanged from 21f0d53b, d2a3f995 and b5219d47 for checked Economy controller/resource paths; and current repo docs branch HEAD@5990557155b0 is unchanged from edbd341e / b5219d47 for checked Dialogs/Titles IDD paths. Other matrix rows still preserve their named branch snapshot unless a row says otherwise.
| Item | Docs checkout Chernarus | Maintained Vanilla Takistan | Current stable / branch-fixed refs | Miksuu b8389e748243 / perf 0076040f
|
Historical release / older proof | Development meaning |
|---|---|---|---|---|---|---|
Stale RscMenu_Upgrade
|
Repo docs branch HEAD@208062b4e remains source-unchanged from 427346b0d, 0fdd5602 and d4cfef80 for checked upgrade dialog/controller paths. Present at Rsc/Dialogs.hpp:2425; onLoad points to missing Client/GUI/GUI_Menu_Upgrade.sqf at :2428; old wf_*.paa icons are referenced at :2634-2821, and no matching Client/Images/wf_*.paa files exist in either maintained root. |
Same stale class, missing controller and icon block. | Current stable/B74.1 origin/master@f8a76de34, previous B74.2 d472da6a, current B74.2 origin/claude/b74.2-aicom@21b62b04, current B69 origin/claude/b69@8d465fce and adjacent B74 origin/claude/b74-aicom-spend@b23f557f have no checked maintained-root RscMenu_Upgrade / GUI_Menu_Upgrade.sqf hits; only live WFBE_UpgradeMenu remains at Rsc/Dialogs.hpp:4-7, opened from GUI_Menu.sqf:190 on stable/B74-shaped refs. Checked d472da6a..21b62b04, origin/master..origin/claude/b74.2-aicom, origin/claude/b69..origin/claude/b74-aicom-spend, 0139a3468609..origin/master and 427346b0d..HEAD diffs are empty for checked upgrade dialog/controller paths. |
Same stale class in Chernarus and Vanilla (Dialogs.hpp:2435, :2438), with the old icon block at :2644-2831; no checked Client/Images/wf_*.paa icon files exist. |
Historical a96fdda2 also removes the old class in both maintained roots and keeps the live route at GUI_Menu.sqf:182, Rsc/Dialogs.hpp:4-7; historical upgrade-queue b061c905 remains older proof for the same deletion route. |
Treat the old class as stale on docs/Miksuu/perf-style targets. Preserve or port the current stable/B74-shaped/release deletion, or add an explicit compatibility alias, then smoke live WFBE_UpgradeMenu. |
| Economy stale control writes | Docs branch HEAD@427346b0d remains source-unchanged from 21f0d53b / d2a3f995 / b5219d47 for checked Economy controller/resource paths. GUI_Menu_Economy.sqf:7-8 writes 23004, 23005, 23006, but RscMenu_Economy declares 23002, 23003, 23008-23016 and no 23020 (Dialogs.hpp:3327,3339,3346; zero 23004/23005/23006/23020 IDC declarations in the Economy class). |
Same stale writes and declared-control shape. | Current stable/B74.1 origin/master@f8a76de34, current B74.2 origin/claude/b74.2-aicom@21b62b04, current B69 origin/claude/b69@8d465fce and adjacent B74 origin/claude/b74-aicom-spend@b23f557f remove the stale writes in both maintained roots, use display controls 23002 and 23020 (GUI_Menu_Economy.sqf:4,25) and declare 23020 (Rsc/Dialogs.hpp:3070). Checked d472da6a..21b62b04, origin/master..origin/claude/b74.2-aicom and B69..B74 Economy diffs are empty; 0139a3468609..origin/master only changes source-Chernarus dashboard label text at GUI_Menu_Economy.sqf:229. |
Same stale writes in both maintained roots (GUI_Menu_Economy.sqf:7-8), with no declared 23020 and line-drifted Economy declarations at Dialogs.hpp:3383,3395,3402. |
Historical a96fdda2 matches the current stable/B74-shaped controller/resource shape in both maintained roots (GUI_Menu_Economy.sqf:4,25; Rsc/Dialogs.hpp:3006). |
Preserve/port the stable/B74-shaped/release 23020 repair where the target still carries old-shape writes; smoke Economy disabled state, income controls, sell mode and supply-truck respawn. |
| EASA/Economy duplicate dialog IDD | Repo docs branch HEAD@5990557155b0 remains source-unchanged from edbd341e / b5219d47 for checked Dialogs/Titles IDD paths. RscMenu_EASA and RscMenu_Economy both use idd = 23000 (Dialogs.hpp:3209-3211, :3287-3289). |
Same duplicate. | Distinct in both maintained roots: current stable/B74.1 origin/master@f8a76de34 / origin/claude/b74.1-aicom@f8a76de34, current B74.2 origin/claude/b74.2-aicom@21b62b04, B69 origin/claude/b69@8d465fce and B74 origin/claude/b74-aicom-spend@b23f557f move EASA to idd = 24000 (Dialogs.hpp:2926-2928) and keep Economy on 23000 (:3004-3006) in both maintained roots. Checked edbd341e..HEAD, b5219d47..HEAD, d472da6a..21b62b04, origin/master..origin/claude/b74.2-aicom and B69..B74 diffs are empty for the checked Dialogs/Titles IDD paths; 0139a3468609..origin/master only touches source-Chernarus Rsc/Titles.hpp among those paths for unrelated title content. |
Same duplicate in both maintained roots (Dialogs.hpp:3265-3267, :3343-3345). |
Historical a96fdda2 carries the distinct split in both maintained roots: EASA idd = 24000 (Dialogs.hpp:2862-2864), Economy 23000 (:2940-2942). |
Preserve/port the stable/B74-shaped/B69/B74/release dialog IDD split for target branches still duplicating 23000. No checked maintained root has a findDisplay 23000 or findDisplay 24000 caller, but future dialog work should not rely on duplicated display IDs. |
RscOverlay/OptionsAvailable duplicate title IDD |
Both use 10200 (Rsc/Titles.hpp:44-46, :164-165). |
Same duplicate. | Current stable/B74.1/B74.2/B69/B74 keep the same duplicate with line drift (Rsc/Titles.hpp:44-46, :168-169). |
Same duplicate. | Historical a96fdda2 keeps the same duplicate with stable line drift. |
Keep separate from EASA/Economy. Fix only with RHUD/action-icons/endgame display-handle smoke because title ownership also shares uiNamespace["currentCutDisplay"]. |
- Live upgrade path: docs/source
WFBE_UpgradeMenuloadsClient/GUI/GUI_UpgradeMenu.sqf(Rsc/Dialogs.hpp:4-7), and the main menu opens it withcreateDialog "WFBE_UpgradeMenu"(Client/GUI/GUI_Menu.sqf:165). Current stable/B74.1f8a76de34, current B74.221b62b04, B698d465fce, B74b23f557fand historicala96fdda2keep the same live dialog/controller route in both maintained roots, with stable/B74-shaped main-menu line drift toGUI_Menu.sqf:190and historical:182. - Old upgrade path: no
Client/GUI/GUI_Menu_Upgrade.sqfexists in any checked maintained root. Docs/source keeps the staleRscMenu_Upgradeclass in both maintained roots atRsc/Dialogs.hpp:2425,:2428; current Miksuub8389e748243and perf0076040fkeep it at line-driftedDialogs.hpp:2435,:2438; current stable/B74.1f8a76de34, previous B74.2d472da6a, current B74.221b62b04, B698d465fce, B74b23f557f, historicala96fdda2and historical upgrade-queueb061c905have no checked maintained-root stale-class hits. No checkedClient/Images/wf_*.paaicon files exist under docs/source, Miksuu or perf maintained roots. - Economy declared controls: docs/source
RscMenu_Economydeclares23002,23003,23008,23009,23010,23011,23012,23013,23014,23015,23016, not23004-23006or23020. Current stable/B74.1f8a76de34, current B74.221b62b04, B698d465fce, adjacent B74b23f557fand historicala96fdda2add the read-only dashboard control as23020in both maintained roots, so old-shape targets should preserve or port that declared-control repair rather than reopening current stable/B74.2. - Display lookup caveat: the 2026-06-24 maintained-root search found no
findDisplay 23000,findDisplay 24000orfindDisplay 10200caller in repo docs branchHEAD@5990557155b0(unchanged fromedbd341e/b5219d47for checked Dialogs/Titles paths), current stable/B74.1f8a76de34, current B74.221b62b04, B698d465fce, B74b23f557f, current Miksuub8389e748243, perf0076040for historicala96fdda2, so duplicate IDD cleanup is maintenance/future-proofing rather than a proven live lookup bug.
- Remove or explicitly alias stale
RscMenu_Upgradeacross old-shape source Chernarus and maintained Vanilla targets; current stable/B74.1/B74.2/B69/B74 and historical release/upgrade-queue refs already provide deletion comparisons. - Normalize Economy controller/control-map parity across old-shape source Chernarus and maintained Vanilla targets, using current stable/B74.1/B74.2/B69/B74 or historical release as comparison evidence.
- Give EASA and Economy distinct dialog IDDs across both maintained roots, or record a deliberate waiver; stable/release already use the split in both maintained roots.
- Handle title IDD/display ownership as a separate patch:
RscOverlay,OptionsAvailable, RHUD/action icons andEndOfGameStatsmust be smoked together.
Do not combine this lane with Economy authority, EASA balance generation, upgrade-request authority, or commander-economy redesign. Those are behavior/security lanes; this one is UI resource parity and smoke.
Source checks:
- No stale
RscMenu_Upgradeclass remains, or it is explicitly an alias to the liveWFBE_UpgradeMenu. - Economy controller writes only declared controls.
- EASA/Economy have distinct dialog
iddvalues, or the waiver is documented. - No new hard-coded
findDisplay 23000/findDisplay 24000/findDisplay 10200assumptions are introduced.
Arma smoke:
- Live upgrade menu opens, lists upgrades, and sends
RequestUpgradeas before. - Economy opens as commander and non-commander; disabled state, income slider, sell mode and supply-truck respawn controls behave as expected.
- EASA opens from service menu and applies/returns correctly.
- RHUD/FPS HUD, action icons and endgame stat bars still display without title-handle flicker.
Previous: Client UI systems atlas | Next: UI IDD collision repair
Main map: Home | Fast path: Feature status | Agent file: agent-feature-status.jsonl
Home | Agent Guide | Current live state | Release 1.2.2 (B91) | Quickstart | Progress | Lifecycle wait-chain | Join/disconnect | Parameters/build | Assets/config | SQF atlas | PV index | Modules | Support/specials | Commander/HQ | Commander vote/reassign | Construction/CoIn | Construction cleanup | WDDM compositions | Factory/purchase | Upgrades/research | Towns/camps/capture | Victory/endgame | Markers/cleanup | Server runtime | AI runtime/HC | AI commander audit | HC delegation | Town AI safety | Commander reassignment | Resistance supply | Player UI workflow | UI atlas | Respawn/death | Gear template filter | Vehicle cargo loop | Service guards | UI IDD repair | UI design inspiration | WASP overlay | Feature status | Source propagation | release readiness | Tooling readiness | Integration trust | AntiStack DB | Owner decisions | Shelved registry | Abandoned feature revival | Hardening roadmap | PVF dispatch | Server authority | ICBM authority | Attack-wave authority | Telemetry families | AICOM V2 cutover | Consumer port map | Testing workflow | Server ops | Web tools | Ecosystem repos | Arma 2 OA refs | A2 traps | OA compatibility audit | Coverage ledger | Navigation inventory | Pruning ledger | Knowledge roadmap | Agent context | Collab protocol | Worklog | Audit archive 2026-07 | Briefing reference | Utes invasion concept
- Shelved AICOM concepts - revivable someday ideas (owner-shelved 2026-07-03)
Docs rule: source-backed claims only; Arma 2 OA scripting docs only; gameplay edits start in Missions/[55-2hc]warfarev2_073v48co.chernarus.
- Getting started
- Status and coordination
- Agent context
- Agent collaboration protocol
- Agent worklog
- Agent worklog archive
- Progress dashboard
- PR cleanup and integration lab
- Shelved PR #169: gear price double-count
- Shelved PR #194: Chernarus no-trees
- Coordination board
- Codebase coverage ledger
- Bottleneck removal queue
- Current source status
- Wiki mirror reconciliation
- Navigation inventory
- Registers
- Agent orchestration
- Architecture
- Architecture overview
- Mission entrypoints and lifecycle
- Lifecycle wait chain
- Player join/disconnect and AntiStack lifecycle
- Mission parameters/localization/build inputs
- Stringtable localization key-family catalog
- Source inventory
- Content structure and maps
- Assets/config/localization/parameters
- Mission start parameters index
- Code and networking
- Gameplay systems
- Core systems index
- Gameplay systems atlas
- Commander/HQ lifecycle atlas
- Economy, towns and supply
- Economy system reference
- Balance asymmetries
- Anti-stack skill-balance mechanic
- Empty-side supply income stagnation
- Towns, camps and capture atlas
- Victory and endgame atlas
- Victory conditions reference
- Territorial victory reference
- Marker cleanup and restoration
- Marker loop engine and registries
- Map marker families content catalog
- Marker subsystem function reference
- Client marker FSM updater map
- Support specials and tactical modules
- SCUD TEL tactical munitions
- Naval HVT objectives (carriers/SCUD)
- SCUD saturation strike mechanic
- Takistan airfield FPV drone design
- Construction and CoIn systems
- Structure damage reduction & friendly-fire
- Construction logic list cleanup
- Flak tower & WDDM anchor compositions
- Resistance supply scaffold
- GUER Insurgents faction overview
- GUER Insurgents branch audit
- GUER insurgent player economy
- GUER air-defense loop (Ka-137/Mi-24)
- Upgrades and research atlas
- Supply mission architecture
- Supply mission authority cleanup
- Current supply helicopters PR1
- Respawn and death-loop lifecycle
- Vehicle theft economy pitch
- GUER tunnel network pitch
- Content, reference and catalogs
- Faction unit/vehicle roster catalog
- Auxiliary/SF/civilian unit catalog
- Gear store loadout route catalog
- Upgrade research (cross-faction)
- Gear store price and upgrade catalog
- Gear store catalog (complete, per faction)
- Defense structures catalog
- Artillery reference per faction
- AI squad team templates catalog
- Town AI lifecycle reference
- Town AI group composition catalog
- Class-skill system reference
- Player skill abilities reference
- Default gear template content catalog
- Chernarus map content reference
- Takistan map content reference
- Takistan features
- Takistan parity reference
- Takistan oilfields objective reference
- IRS IR-smoke countermeasure
- Arty module special munitions
- Zeta cargo sling-load reference
- Spawn primitive function reference
- Kill and score pipeline
- Waypoint helper function reference
- Position and proximity function reference
- Side/team state function reference
- Player AI watchdog and recovery
- AICOM stuck-recovery v2
- LoadoutManager data-model contributor guide
- Discord status bot setup and reference
- GLOBALGAMESTATS extension reference
- New player quickstart (player guide)
- Optional client mods (player guide)
- Earning funds and score (player guide)
- Vehicle service and logistics (player guide)
- Commander's handbook (player guide)
- Tactical support menu
- Paradrop player experience
- Supply missions (player guide)
- In-game briefing & Diary field manual
- Playable maps catalog
- Faction root variables reference
- Faction base structures catalog
- Counter-battery radar system
- Bank, Reserve and Artillery Radar structures
- Map ruleset model and object config
- Countermeasures module reference
- Vehicle countermeasure (flares/spoofing)
- UAV terminal and spotter system
- Artillery firing function reference
- Service Point pricing model
- Medic redeployment truck (forward spawn)
- Side-patrol runtime and convoy mechanics
- Day/night cycle and weather system
- Config lookup helper reference
- CIPHER sort utilities reference
- Modded maps status and content
- BattlEye filter setup and OA taxonomy
- Player squad/group join protocol
- AutoFlip vehicle recovery
- Engine stealth fuel toggle
- Valhalla vehicle climbing-assist
- Missile and ordnance Fired-EH reference
- Vehicle equip and rearm reference
- Array and collection utilities
- Server composition spawner reference
- Upgrade queue server loop
- Map boundaries and off-map enforcement
- Namespace/profile/diagnostic utilities
- Group bool getVariable A2-OA trap
- Vehicle weapon balance init
- View distance auto-throttle
- Camp & respawn-camp getters
- Performance audit writer
- Site clearance (bulldozer)
- Factory queue cancel & refund
- AI commander tunable constants
- Experimental feature-flag constants
- Flag system quick reference
- Mission tunable constants catalog
- Gear parsing & cargo capacity
- Structure dressing function
- Paradrop delivery functions
- ICBM nuke client VFX & radiation
- Server HandleSpecial router
- LocalizeMessage chat router
- Gear buy-menu render & price functions
- Server broadcast & telemetry loops
- Per-unit client init pipeline
- Vehicle marking & texture pipeline
- Defense category & budget
- Legacy AI order primitives
- Commander-team driver
- AICOM command verbs
- AICOM behavior fix taxonomy
- AI commander wildcard deck reference
- AICOM aircraft and airfield system
- Static-defense manning
- End-of-game stats screen
- AI commander execution loop
- Deployable bipod / weapon resting
- Town-economy getters
- Server-init deadspawn & airfield probe
- GUER VBIED detonate action
- Resource income-tick engine
- AI commander treasury accessors
- PVF send-helper contracts
- AICOM logging & AICOMSTAT telemetry
- AICOMSTAT v2 event census
- WASPSCALE v2 telemetry
- WASPSCALE v2-ext coverage audit
- Telemetry families reference
- Group lifecycle & entity reaping
- Batch AI spawner orchestrator
- Client funds/income HUD readout
- Server group GC & cap warning
- Town runtime tuning constants
- Client input/hotkey handler
- WASP base-repair system
- WASP DropRPG launcher/ordnance
- CoIn construction-interface client engine
- Town-capture garrison & airfield rebuild
- Map-control & minimap templates
- Client FPS & state telemetry
- Client service-proximity getters
- Airfield-exclusive roster & unit hints
- Unit-camera spectator system
- Town-garrison patrol/defense worker
- RequestTeamUpdate squad-discipline
- Arma2Warfare GPT assistant
- LoadoutManager build configs & defines
- GLOBALGAMESTATS extension logging
- Discord bot instrumented logging
- Eden/Everon & Taviana map content
- Cruise missile strike asset
- AI / HC
- AI headless and performance
- AI mods and pathfinding reference
- Headless client scaling and topology
- AI runtime/HC loop map
- Headless client init and stat loop
- HC delegation target selection
- Player AI caps and role balance
- Old WarfareBE FPS comparison
- AI commander autonomy audit
- Upstream BE 2073 AICOM delta
- Parent 2.073 divergence audit
- AI commander capture & fun plan
- AI commander B69 improvement roadmap
- AI commander B69 implementation sketches
- AICOM V2 cutover status
- Headless delegation and failover
- Commander reassignment call shape
- GUER Director living-resistance pitch
- Quality and operations
- Foundation perf findings & Tier-3 dead-ends
- Dead/stale code register
- Commander vote/reassignment
- Attack-wave authority
- Server runtime and operations
- Server ops runbook
- JIP enrollment & client data delivery (b74.2 lessons)
- Server gameplay runtime atlas
- PerformanceAuditAnalyzer
- Performance opportunity sweep
- Documentation plan
- Knowledge platform roadmap
- Wiki quality audit
- Wiki pruning and relevance ledger
- Audit findings queue (2026-06-03)
- Deep review findings
- Client UI / server-loop perf findings
- Performance gain simulation
- Self-host testing field notes
- Cleanup and work lanes
- Hardening and authority
- UI / player workflows
- Client UI, HUD and menus
- UI HUD and dialogs
- Player UI workflow map
- Client UI systems atlas
- UI IDD collision repair
- UI control class library reference
- UI theme palette and style macros
- UI design inspiration 2026-07
- Available-actions client gate FSM
- Gear/loadout/EASA atlas
- Gear template profile filter
- Vehicle cargo equip loop bounds
- Factory and purchase systems atlas
- Service menu affordability guards
- WASP overlay
- Class-skill system reference
- Skin selector and class swap
- Earplugs audio toggle
- Mission audio catalog
- HQ radio knowledge-base catalog
- QoL trio player hints
- Player vehicle/travel actions
- Tooling / release / integrations
- Tools and build workflow
- Warfare web tools
- Ecosystem & companion repos
- Zargabad tooling parity
- July 2026 release readiness
- Operator monitor and CPU affinity tools
- Tooling release readiness audit
- Source fix propagation queue
- Agent release readiness ledger
- Release source intake map
- Testing/debugging/release workflow
- Current RPT release gate
- RPT telemetry consumer port map
- External integrations
- Integration trust boundary audit
- AntiStack database extension audit
- Community & Dev
- Community & Dev
- Miksuu upstream wiki import / archive index
- Upstream changelog feature leads
- Developer history and upstream lessons
- Upstream Miksuu commit intel
- Upstream mining ledger
- Archive script mining v2
- Upstream BE 2073 AICOM delta
- Parent 2.073 divergence audit
- PR8 and Drone upstream lesson match
- Development lessons learned
- External research reports
- Audit archive 2026-07
- Briefing reference
- Utes invasion concept
- Miksuu archive: Home
- Miksuu archive: Welcome
- Miksuu archive: Big announcements
- Miksuu archive: Changelog
- Miksuu archive: Development process
- Miksuu archive: Discord bot
- Miksuu archive: Gameplay videos
- Miksuu archive: LoadoutManager
- Miksuu archive: Chernarus script architecture
- Base-game visual catalogs
- Compatibility and references
- HC upstream history and lessons
- Player stats branch audit
- BuyMenu EASA QoL branch audit
- Perf quick wins branch audit
- Commander positions branch audit
- Zargabad branch audit
- Quad AI Commander concept
- Arma 2 OA external reference guide
- Base-game config & image reference
- Arma 2 OA compatibility audit
- Arma 2 OA agent traps reference
- Arma 2 OA command versions
- Wiki source consistency
- External Arma 2 OA reference index