vraskulin
04973ea5aa
Checking String for emptiness with .lenght() is preferable since 1.6
2017-02-28 11:46:51 +03:00
vraskulin
09da478b38
Bugfix - after 12820b54d4 refactoring arrow does not disappear from the screen. Rollback.
2017-02-13 18:56:26 +03:00
vraskulin
12820b54d4
Singleton object should not have map with values that can't be GCed
2017-02-08 19:50:57 +03:00
vraskulin
0557b5e89c
list.size > 0 changed to !list.isEmpty
...
We care about if it's empty or not, not about it's size
2017-02-06 14:32:51 +03:00
vraskulin
076840df53
Big refactoring
...
I used Intellij IDEA to automatically refactor code to achive 3 goals.
1) get rid of anonymouse classes, and replace the with lamba to get more readeable and clean code (like in TableWaitingDialog).
2) make effectively final variables actually final to avoid inadvertent changes on it in further releases and keep objects as immutable, as possible.
3) Get rid of unused imports (most of the changes) in whole project classes.
2017-01-09 19:16:53 +03:00
Fenhl
430ae503c7
Change all line endings to LF
2016-04-14 16:18:01 +00:00
magenoxx
f8a1b327b4
[UI] Order of cards in hand is changable
2014-07-11 10:49:00 +04:00
magenoxx
9f241a7041
Fixed Issue#109: Unwanted blue rectangle in UI
2013-01-15 17:30:36 +04:00
magenoxx
55f40d2e9d
Implemented Issue#73: Enchant Player enchantments - show enchanted player
2013-01-14 18:57:13 +04:00
magenoxx
ec5b5845ef
Fixed Issue#84: Arrows that show the targets are always on top
2013-01-08 15:58:48 +04:00
North
239a4fb100
[refactoring][minor] Replaced all tabs with four spaces.
2012-06-19 23:50:20 +03:00
magenoxx
0c785abb46
New way for displaying combat
2012-06-17 13:13:51 +04:00
North
27c8514d64
minor changes (removed unused imports, added @Override ...)
2011-09-24 22:37:53 +03:00
magenoxx
e36d4e57e1
[card.plugin] Added sickness image. At the moment there is no way to determine whether permanent has sickness on client - so for a while all creatures will ALWAYS have sickness image displayed.
2010-11-27 16:17:01 +00:00
magenoxx
f775f7c511
Moved /src and /resources to maven stardard /src/main/java and /src/main/resources. Hope it's ok, if not I'll revert.
2010-10-22 12:40:50 +00:00