Directory src/jxclient/com/realtime/crossfire/jxclient/gui/item/

Directory Created:
2008-05-13 16:38
Directory Deleted:
2011-11-15 12:59
Total Files:
0
Deleted Files:
15
Lines of Code:
0

[root]/src/jxclient/com/realtime/crossfire/jxclient/gui/item

Lines of Code

src/jxclient/com/realtime/crossfire/jxclient/gui/item/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 383 (100.0%) 8234 (100.0%) 21.4
akirschbaum 377 (98.4%) 7682 (93.3%) 20.3
ryo_saeba 6 (1.6%) 552 (6.7%) 92.0

Most Recent Commits

akirschbaum 2011-11-15 12:59 Rev.: 15766

Remove empty directories.

0 lines of code changed in 15 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItem.java (del), GUIItemFloor.java (del), GUIItemFloorFactory.java (del), GUIItemInventory.java (del), GUIItemInventoryFactory.java (del), GUIItemItem.java (del), GUIItemItemFactory.java (del), GUIItemQuest.java (del), GUIItemQuestListFactory.java (del), GUIItemShortcut.java (del), GUIItemSpell.java (del), GUIItemSpellList.java (del), GUIItemSpellListFactory.java (del), GUIItemSpelllist.java (del), ItemPainter.java (del)
akirschbaum 2011-07-23 15:51 Rev.: 14912

Remove unused code.

13 lines of code changed in 7 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemFloor.java (+1 -1), GUIItemInventory.java (+1 -1), GUIItemItem.java (+1 -10), GUIItemQuest.java (+2 -4), GUIItemQuestListFactory.java (+3 -13), GUIItemSpell.java (+2 -4), GUIItemSpellListFactory.java (+3 -13)
ryo_saeba 2011-07-23 06:51 Rev.: 14898

Quest list support.

478 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemQuest.java (new 348), GUIItemQuestListFactory.java (new 130)
ryo_saeba 2011-07-10 04:45 Rev.: 14836

Correctly display the 'previous' arrow when looking in a container.

4 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemFloor.java (+4 -2)
akirschbaum 2011-07-05 12:41 Rev.: 14785

Add left-clicking a spell to "cast" and middle-clicking to "invoke" it.

94 lines of code changed in 9 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItem.java (+2 -2), GUIItemFloor.java (+21), GUIItemFloorFactory.java (-10), GUIItemInventory.java (+47 -35), GUIItemInventoryFactory.java (-8), GUIItemItem.java (-16), GUIItemItemFactory.java (-6), GUIItemSpell.java (+24 -30), GUIItemSpellListFactory.java (-5)
akirschbaum 2011-06-19 05:09 Rev.: 14662

Rename GUIItemSpellList to GUIItemSpell.

418 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpell.java (new 415), GUIItemSpellListFactory.java (+3 -3)
akirschbaum 2011-06-18 03:48 Rev.: 14658

Support repeat count in spells dialog.

10 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellList.java (+7 -5), GUIItemSpellListFactory.java (+3 -2)
akirschbaum 2011-06-18 03:36 Rev.: 14652

Reliably update ground view.

0 lines of code changed in 3 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemFloor.java (-4), GUIItemInventory.java (-4), GUIItemSpellList.java (-4)
akirschbaum 2011-06-18 03:36 Rev.: 14651

Remove unneeded code.

0 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemItem.java (-1)
akirschbaum 2011-06-17 04:50 Rev.: 14642

Add/update/unify comments.

116 lines of code changed in 4 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemInventoryFactory.java (+23), GUIItemShortcut.java (+2 -1), GUIItemSpellList.java (+39 -1), GUIItemSpellListFactory.java (+52 -5)
akirschbaum 2011-06-16 17:07 Rev.: 14638

Implement map smoothing.

4 lines of code changed in 4 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemFloor.java (+1 -1), GUIItemInventory.java (+1 -1), GUIItemShortcut.java (+1 -1), GUIItemSpellList.java (+1 -1)
akirschbaum 2011-06-15 12:32 Rev.: 14616

Remove unused parameters.

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellList.java (+2 -2)
akirschbaum 2011-06-15 11:09 Rev.: 14613

Ignore mouse clicks with unsupported modifiers.

78 lines of code changed in 5 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemFloor.java (+14 -5), GUIItemInventory.java (+26 -19), GUIItemItem.java (+7 -4), GUIItemShortcut.java (+23 -10), GUIItemSpellList.java (+8 -5)
akirschbaum 2011-06-15 04:24 Rev.: 14604

Make field private.

9 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemItem.java (+1 -1), GUIItemSpellList.java (+8 -1)
akirschbaum 2011-06-14 18:27 Rev.: 14581

Fix nullable issues.

9 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellList.java (+4 -2), GUIItemSpellListFactory.java (+5 -1)
akirschbaum 2011-06-14 17:41 Rev.: 14575

Rename field name.

3 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellList.java (+3 -3)
akirschbaum 2011-06-14 17:31 Rev.: 14572

Weaken types.

3 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellList.java (+3 -3)
akirschbaum 2011-06-14 16:36 Rev.: 14565

Whitespace changes.

7 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellList.java (+3 -1), GUIItemSpellListFactory.java (+4 -3)
akirschbaum 2011-06-12 10:02 Rev.: 14558

Add missing @Override annotations.

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellListFactory.java (+2)
akirschbaum 2011-06-12 09:58 Rev.: 14554

Add final modifiers.

3 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellList.java (+1 -1), GUIItemSpellListFactory.java (+2 -2)
ryo_saeba 2011-06-12 04:31 Rev.: 14538

Add missing files.

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellListFactory.java (new 2)
ryo_saeba 2011-06-12 04:24 Rev.: 14537

Add spell list. Not perfect, but a good start.

68 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemItem.java (+1 -1), GUIItemSpellList.java (+67 -26)
akirschbaum 2011-02-06 10:55 Rev.: 14292

Remove redudant null check.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemInventory.java (+1 -1)
akirschbaum 2011-02-06 06:46 Rev.: 14281

Replace custom GUI elements with Java's built-in Swing components.

203 lines of code changed in 9 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItem.java (+9 -7), GUIItemFloor.java (+2 -4), GUIItemFloorFactory.java (+5 -3), GUIItemInventory.java (+4 -5), GUIItemInventoryFactory.java (+5 -3), GUIItemItem.java (+26 -8), GUIItemShortcut.java (+43 -27), GUIItemSpellList.java (+43 -26), ItemPainter.java (+66 -40)
akirschbaum 2011-01-30 05:11 Rev.: 14269

Update copyright notices.

10 lines of code changed in 10 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItem.java (+1 -1), GUIItemFloor.java (+1 -1), GUIItemFloorFactory.java (+1 -1), GUIItemInventory.java (+1 -1), GUIItemInventoryFactory.java (+1 -1), GUIItemItem.java (+1 -1), GUIItemItemFactory.java (+1 -1), GUIItemShortcut.java (+1 -1), GUIItemSpellList.java (+1 -1), ItemPainter.java (+1 -1)
akirschbaum 2010-11-26 12:17 Rev.: 14130

Whitespace changes.

77 lines of code changed in 5 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemFloor.java (+12 -7), GUIItemInventory.java (+15 -8), GUIItemItem.java (+7 -3), GUIItemShortcut.java (+17 -10), GUIItemSpellList.java (+26 -10)
akirschbaum 2010-09-27 06:34 Rev.: 13929

Update comments.

9 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpellList.java (+9 -2)
akirschbaum 2010-09-26 13:30 Rev.: 13916

Add support for unidentified items.

20 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: ItemPainter.java (+20 -2)
akirschbaum 2010-09-21 01:50 Rev.: 13839

Merge nested if statements.

6 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemInventory.java (+3 -5), GUIItemShortcut.java (+3 -5)
akirschbaum 2010-09-17 12:47 Rev.: 13822

Remove empty functions.

0 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItem.java (-8)
akirschbaum 2010-09-10 12:38 Rev.: 13778

Remove unneeded parentheses.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: ItemPainter.java (+1 -1)
akirschbaum 2010-09-02 14:00 Rev.: 13702

Rename parameter names.

21 lines of code changed in 3 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemItem.java (+4 -4), GUIItemShortcut.java (+10 -10), GUIItemSpellList.java (+7 -7)
akirschbaum 2010-07-17 15:41 Rev.: 13477

Fix typos.

289 lines of code changed in 5 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemInventory.java (+1 -1), GUIItemItem.java (+1 -1), GUIItemShortcut.java (+1 -1), GUIItemSpellList.java (new 284), ItemPainter.java (+2 -2)
akirschbaum 2010-05-24 10:24 Rev.: 13302

Fix incorrect map display. (Revert r13118)

7 lines of code changed in 3 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemShortcut.java (+2 -2), GUIItemSpelllist.java (+2 -2), ItemPainter.java (+3 -3)
akirschbaum 2010-05-03 16:06 Rev.: 13118

Accelerate some GUI painting operations.

7 lines of code changed in 3 files:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemShortcut.java (+2 -2), GUIItemSpelllist.java (+2 -2), ItemPainter.java (+3 -3)
akirschbaum 2010-05-02 08:40 Rev.: 13101

Consistently format source code.

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemInventory.java (+2 -2)
akirschbaum 2010-04-16 05:45 Rev.: 12894

Simplify code.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemItem.java (+1 -6)
akirschbaum 2010-04-04 07:48 Rev.: 12861

Remove SpellsManager.getSpellList().

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpelllist.java (+2 -7)
akirschbaum 2010-04-04 06:51 Rev.: 12849

Add assert statements.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemSpelllist.java (+1)
akirschbaum 2010-03-30 06:23 Rev.: 12759

Replace instanceof check with instance function.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/gui/item: GUIItemShortcut.java (+1 -1)

(89 more)

Generated by StatSVN 0.7.0