Changes between Version 11 and Version 12 of HALOS_REDESIGN_R0
- Timestamp:
- 07/28/09 15:43:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HALOS_REDESIGN_R0
v11 v12 61 61 62 62 * '''The halo menu can have not more than one active hud:''' 63 * Create a property {{{RwProp<HudDialog> activeHud Dialog}}} that represents currently open hud dialog.63 * Create a property {{{RwProp<HudDialog> activeHud}}} that represents currently open hud dialog. 64 64 * Its value is null, when no hud is open. 65 65 * Refactor the {{{HudDialog.shown}}} property: 66 66 * Make it an auto property. 67 67 * It should return true if (and only if) the hud dialog is set as current. 68 * Instead of using {{{shown().set(true)}}}, set the desired hud as active. 69 * Instead of using {{{shown().set(false)}}}, set the {{{activeHud}}} to be null. 68 70 69 71 * '''Change the hud halo button icon depending on hud visibility:'''