#180 closed enhancement (released)
Add multiple mutex groups
Reported by: | ibboard | Owned by: | ibboard |
---|---|---|---|
Priority: | major | Milestone: | WarFoundry 0.1 |
Component: | WarFoundry-API | Version: | |
Keywords: | mutex multiple | Cc: | |
Blocked By: | Blocking: |
Description
The current design is for singular mutex groups, which limits the various combinations that you can constrain. If the API allowed multiple mutex groups then restrictions like "comes with sword, can replace with axe or broadsword, can add shield, but not if broadsword was taken" can be enforced through mutual exclusion.
Change History (8)
comment:1 Changed 10 years ago by
Owner: | set to ibboard |
---|---|
Status: | new → accepted |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Changes in r288 should cover everything. Remaining code is just more intelligent handling in UIs (e.g. in the example in the description the UI should check and say "broadsword is also exclusive of shield as well as sword - remove shield as well?")
comment:7 Changed 10 years ago by
released: | 1 → yes |
---|
Mark released fixes as released using radio values
comment:8 Changed 10 years ago by
Resolution: | fixed → released |
---|
Mark fix as released under a previous version
Note: See
TracTickets for help on using
tickets.
(In r288) Re #180: Add multiple mutex groups