Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#116 closed defect (released)

Percentage limits on equipment items are negative

Reported by: ibboard Owned by: ibboard
Priority: major Milestone: WarFoundry 0.1
Component: WarFoundry-API Version:
Keywords: percentage equipment Cc:
Blocked By: Blocking:

Description

A unit that has the following unit equipment item:

<unitEquipmentItem id="equip5" required="true" exclusivityGroup="group1" minPercentage="25" maxPercentage="100" />

Should start with the item "equip5" and be allowed between 25% and 100% of its unit to be equiped with it. Currently the WinForms UI is showing a default -100% equiped with it and the numeric selection won't accept any other value. This is obviously wrong and the percentages are wrong, probably in the API.

Change History (8)

comment:1 Changed 10 years ago by ibboard

Owner: set to ibboard
Status: newaccepted

comment:2 Changed 10 years ago by ibboard

(In r169) Re #116: Percentage limits on equipment items are negative

  • Correctly handle "equip all" for rendering of percentages

comment:3 Changed 10 years ago by ibboard

Blocked By: 117 added

Blocked by changes in #117 and may have been indirectly resolved by #118 (but may not).

comment:4 Changed 10 years ago by ibboard

Blocked By: 117 removed

Remove "blocked by" as problem is now fixed through some other changes.

comment:5 Changed 10 years ago by ibboard

Resolution: fixed
Status: acceptedclosed

comment:6 Changed 10 years ago by ibboard

released: 1

Mark released changes as released

comment:7 Changed 10 years ago by ibboard

released: 1yes

Mark released fixes as released using radio values

comment:8 Changed 10 years ago by ibboard

Resolution: fixedreleased

Mark fix as released under a previous version

Note: See TracTickets for help on using tickets.