| net.sf.firemox.DeckBuilder | Ligne |
|---|
| documentation is not yet done for this form | 884 |
| add the the other filters | 1127 |
| net.sf.firemox.Magic | Ligne |
|---|
| cardBuilderMenu -> not yet implemented | 620 |
| factor this code with the one of Magic.class | 668 |
| factor this code with the one of Magic.class | 682 |
| net.sf.firemox.action.AssignDamageSourceDest | Ligne |
|---|
| Implement completely this action return StackManager.getInstance().getTargetedList().size() - 1; | 72 |
| net.sf.firemox.action.InputNumber | Ligne |
|---|
| Translate 'integer input box' | 107 |
| net.sf.firemox.action.ModifyTargetableRegister | Ligne |
|---|
| ModyRegister rollback --> not yet implemented | 109 |
| net.sf.firemox.action.MoveCard | Ligne |
|---|
| complete to support the AccessibleContext pattern | 645 |
| complete to support the AccessibleContext pattern | 650 |
| net.sf.firemox.action.WaitChosenActionChoice | Ligne |
|---|
| Enable advanced too : || !advRes.isEmpty()){ | 69 |
| Modifying chosenAction order is not yet implemented return true; | 84 |
| net.sf.firemox.clickable.ability.Ability | Ligne |
|---|
| remove parameter container since it is not used in this constructor As default, return null | 317 |
| net.sf.firemox.clickable.ability.ReplacementAbility | Ligne |
|---|
| is it important to keep cost ? | 34 |
| net.sf.firemox.clickable.target.card.CardFactory | Ligne |
|---|
| perspective view for card --> not yet implemented atImageSpace.concatenate(new AffineTransform(0.8f,0,-0.1f,1,10,0)); | 449 |
| net.sf.firemox.clickable.target.card.LastKnownCard | Ligne |
|---|
| making the difference between 'register indirection' and 'register | 148 |
| net.sf.firemox.clickable.target.card.MCard | Ligne |
|---|
| complete to support the AccessibleContext pattern | 449 |
| Manage the no-ability case for dummyAbility | 663 |
| add "java properties" item --> show an inspect popup. CardFactory.contextMenu.add(CardFactory.javaDebugItem); | 893 |
| add "show id" option | 896 |
| net.sf.firemox.clickable.target.card.VirtualCard | Ligne |
|---|
| I am in the context 1, draw a picture | 277 |
| I am in the context 2, draw a picture | 282 |
| I am the source, draw a picture } else { I am a target | 288 |
| I am in the context 1, draw a picture | 555 |
| I am in the context 2, draw a picture | 557 |
| I am the source, draw a picture I am already targeted | 559 |
| net.sf.firemox.clickable.target.player.Player | Ligne |
|---|
| support modifiers for player components, like cards. | 75 |
| support modifiers for player here | 690 |
| I am in the context 1, draw a picture | 777 |
| I am in the context 2, draw a picture | 784 |
| I am the source, draw a picture } else { I am a target | 792 |
| net.sf.firemox.database.DatabaseCard | Ligne |
|---|
| internationalized "unavailable stream" | 289 |
| net.sf.firemox.database.DatabaseFactory | Ligne |
|---|
| try proxies first return getDatabaseObjectCard(cardModel, cachedInstances.get(0)); | 293 |
| net.sf.firemox.deckbuilder.ToolbarAction | Ligne |
|---|
| Auto-generated method stub | 50 |
| net.sf.firemox.event.CanICast | Ligne |
|---|
| extend the idCard to a real Expression for activated abilities | 63 |
| net.sf.firemox.event.MEventListener | Ligne |
|---|
| implements the OR appender to all child classes | 249 |
| net.sf.firemox.event.TriggeredEvent | Ligne |
|---|
| public abstract MEventListener appendOr(MEventListener other); | 112 |
| net.sf.firemox.modifier.StaticModifier | Ligne |
|---|
| remove refresh ability of this modifier Ignored : throw new InternalError("This modifier cannot be refreshed this way"); | 68 |
| net.sf.firemox.stack.ActionManager | Ligne |
|---|
| Is this check is necessary? throw new InternalError("Unsupported action (id=" + actionIndex + ") for rollback purpose : " + action.getClass()); | 151 |
| Looping action broken in the HANDLER_AD_REPLAY step, unwanted behavior may happen (not yet implemented | 405 |
| Abort ability is supported, but we should not be here | 425 |
| net.sf.firemox.stack.StackManager | Ligne |
|---|
| previousPosition = ((MCard) tokenCard).getIdZone(); | 184 |
| is the given card is the card owning the current ability, in this case the parameter is obsolete. | 748 |
| net.sf.firemox.stack.TargetedList | Ligne |
|---|
| allAbortion = true; | 50 |
| private boolean allAbortion; | 302 |
| net.sf.firemox.test.PreviousZone | Ligne |
|---|
| Previous zone is not yet implemented | 75 |
| net.sf.firemox.token.Visibility | Ligne |
|---|
| Add a pattern for opponent-private visibility | 126 |
| Add a pattern for opponent-private visibility | 132 |
| Add a pattern for opponent-private visibility | 153 |
| Add a pattern for opponent-private visibility | 162 |
| Add a pattern for opponent-private visibility | 177 |
| net.sf.firemox.tools.BringToFrontListener | Ligne |
|---|
| Bring To Front Listener refresher | 35 |
| net.sf.firemox.tools.Picture | Ligne |
|---|
| Add context menu to this component to: <li>display the picture with right size</li> <li>obtain more information about illustrator</li> </ul> | 59 |
| net.sf.firemox.ui.MagicUIComponents | Ligne |
|---|
| factor this code with the one of Magic.class | 435 |
| net.sf.firemox.ui.TargetGlassPane | Ligne |
|---|
| Should we draw a "target" picture on targeted component? g2d.drawImage(targetPicture, targetI.x+5, targetI.y+15, null); | 117 |
| net.sf.firemox.ui.component.ChatArea | Ligne |
|---|
| D&D in chat --> not yet implemented | 205 |
| net.sf.firemox.ui.component.task.LinkAction | Ligne |
|---|
| Display a popup : open this URL | 51 |
| net.sf.firemox.ui.wizard.Choice | Ligne |
|---|
| Enable the auto choice? if (count == 1 && Magic.makeChoiceAsPossible) { // cancel button is disabled and there is only one possibility for (int i = actions.size(); i-- > 0;) { if (actions.get(i) != null) { indexAnswer = i; } } optionAnswer = JOptionPane.YES_OPTION; return; } | 83 |
| makeChoiceAsPossible = new JCheckBox(LanguageManager .getString("makeChoiceAsPossible")); makeChoiceAsPossible.setSelected(Magic.makeChoiceAsPossible); | 103 |
| Magic.makeChoiceAsPossible = makeChoiceAsPossible.isSelected(); | 152 |
| net.sf.firemox.xml.XmlConfiguration | Ligne |
|---|
| use configuration to enable/disable debug on MDB | 547 |
| net.sf.firemox.xml.XmlTools | Ligne |
|---|
| Support the java list and reference value | 491 |
| net.sf.firemox.xml.action.Copycard | Ligne |
|---|
| Copycard action : XmlTools.writeList(out, node, "properties"); | 67 |
| net.sf.firemox.xml.magic.Oracle2Xml | Ligne |
|---|
| Enchanted creature has first strike and trample. At the end of its controller's turn, | 2495 |
| Choose one -- You gain 5 life; or prevent the next 5 damage that would be dealt to target creature this turn. | 2498 |
| Entwine {2} (Choose both if you pay the entwine cost.) | 2501 |
| net.sf.firemox.zone.Play | Ligne |
|---|
| change the layout | 81 |
| Make a highlighted border | 140 |
| Make a highlighted border | 145 |