Fenhl
430ae503c7
Change all line endings to LF
2016-04-14 16:18:01 +00:00
rkfg
768b004d3e
Fix race condition on tooltip resize in EDT.
...
CardInfoPane.setCard() performs the tooltip resize, initially it's of
zero width and height. The resize happens in the EDT but location is
calculated in the thread pool's thread, i.e. before the first resize.
Because of that the first time the tooltip appears it may be partially
off-screen, nothing fatal but looks ugly. Now all calculations are moved
to EDT as well and they're guaranteed to happen after the resize.
2016-03-06 02:53:32 +03:00
rkfg
5b9a38bf22
Fix first card tooltip show.
2016-03-02 14:48:57 +03:00
LevelX2
f7a7b2e7a0
Some more changes to GUI to better support high screen resolutions.
2016-02-14 23:34:36 +01:00
LevelX2
7ef0a0a7f0
Some more changes to GUI to better support high screen resolutions.
2016-02-13 02:30:05 +01:00
LevelX2
706d319f81
Some more changes to GUI to better support high screen resolutions.
2016-02-12 13:35:04 +01:00
LevelX2
af793c30fe
* Added a slider to the preferences to adjust the delay for the card tooltip window appearance.
2015-12-08 18:39:47 +01:00
Neil Gentleman
68e850b8b8
remove old bundled mage-theme-plugin.jar
...
which causes plugin loading to consistently fail, so switch back to
directly instantiating ThemePluginImpl()
this is a little unfortunate, because these plugins don't get the same
lifecycle handling as external ones
re: c25e45095e
2015-11-15 15:28:03 -08:00
Neil Gentleman
c25e45095e
remove Mage.Theme.Plugin module
...
it has been a included in Mage.Client since 8ac58cfc
2015-11-11 00:31:31 -08:00
LevelX2
dfe1e2ef5a
Some minor changes.
2015-08-28 16:52:33 +02:00
LevelX2
0ee22d90ca
Allow hand card ordering by drag'n'drop only with left mouse button.
2015-08-26 16:29:57 +02:00
LevelX2
532d4e0af0
* Added automatic handling for order of triggered abilities going to stack ( fixes #701 / related to #328 ).
2015-08-22 19:29:57 +02:00
LevelX2
6cf0a59644
* Fixed possible null pointer exception in client.
2015-07-12 09:19:43 +02:00
LoneFox
ca0793a5c1
Fix systematic misspelling of "hover"
2015-06-30 21:28:32 +03:00
LevelX2
c3c0d047b1
* Some minor changes to pom files.
2014-10-22 11:55:19 +02:00
LevelX2
8ac8d36c03
* Some connection handling changes.
2014-10-02 01:14:32 +02:00
magenoxx
e949918da9
[UI] Fixed Issue#464: Play card interaction with set hand order
2014-07-18 12:07:08 +04:00
magenoxx
5dc2a1b8f5
[UI] removing y offset effect because of no rely on mouse message existing/order
2014-07-14 18:11:48 +04:00
magenoxx
b368e3661c
[UI] Fix for NPE on battlefield cards
2014-07-14 13:49:23 +04:00
magenoxx
6cdef93426
[UI] Added minor y offset effect on d'n'd
2014-07-14 13:41:59 +04:00
magenoxx
43a31f6d98
[UI] Fixed wrong card position on d'n'd with small moves
2014-07-14 13:30:02 +04:00
magenoxx
f8a1b327b4
[UI] Order of cards in hand is changable
2014-07-11 10:49:00 +04:00
magenoxx
6d0d511323
[UI] Changing from card.mousePressed to card.mouseReleased. Shouldn't matter.
2014-07-10 11:00:18 +04:00
LevelX2
856dd35686
* Enlarged View - Mousewheel down shows now the original image of the source card if used for an ability on stack or select window (Mouswheel up uses like before the text overlay with the ability text).
2014-03-27 17:00:58 +01:00
LevelX2
bc775a7d05
* Tooltip handling - Tooltip window is always closed if you click on a card panel.
2014-03-20 16:53:49 +01:00
LevelX2
982b95d47a
* Tooltip window - Window is not forced to close as game state is updated.
2014-03-15 17:43:31 +01:00
LevelX2
c075b42e9d
Improved enlarged card display if no image exists (uses same code as tooltip text creation now).
2014-03-13 15:42:26 +01:00
LevelX2
88aca77695
* Split cards - The images of split cards are now rotated in the enlarged image view (moueswheel up/down).
2014-03-13 00:20:37 +01:00
LevelX2
2d9f260b1e
* Changed mouse wheel handling for card enlargement.
2014-03-07 23:11:59 +01:00
LevelX2
59d907c981
* Improved handling of enlarged images. Added mode to show other side of flip and transform cards. Added icon for copied cards and possibility to show enlarged original or copied card.
2014-03-06 21:51:51 +01:00
LevelX2
4bd4ad3d8a
Fixed a bug that during sideboarding the display of the card the mouse hoovered on did stop to show in the big card panel.
2014-02-26 20:41:27 +01:00
LevelX2
b92a2c83b9
* Memory leaks - removed some more memory leaks for match / game handling.
2014-02-11 02:23:13 +01:00
LevelX2
df9c200753
* Memory handling - some more changes to improve object deallocation.
2014-02-06 18:00:45 +01:00
LevelX2
e892d4388d
* Draft shows now cards to draft in optimized size. Added some elements to cardPanel only if needed. Removed some legacy code about foiled card display.
2014-01-15 01:45:07 +01:00
LevelX2
f540e78045
Fixed some display problems with emblems and there abilities on the stack.
2013-07-05 18:49:42 +02:00
North
0bb110be45
[refactor] moved enums from Constants class
2013-06-16 12:28:10 +03:00
Li REN
fab2759579
update and adjustment
2013-06-15 04:12:26 -04:00
North
a7a565bb8f
[minor] access modifer order
2013-03-10 14:53:02 +02:00
North
2daae9fb47
[minor] code style
2013-03-03 10:41:31 +02:00
magenoxx
7f6d730975
Fixed Issue#125: Show source/reason of triggering abilites
2013-02-22 22:54:43 +04:00
LevelX2
6a138740ba
Fixed NPE in deck editor cause by changes for issue #73 .
2013-01-14 17:11:16 +01:00
magenoxx
55f40d2e9d
Implemented Issue#73: Enchant Player enchantments - show enchanted player
2013-01-14 18:57:13 +04:00
LevelX2
8dab110060
Fixed a NPE in deck editor caused by fix of #84 .
2013-01-08 22:31:43 +01:00
magenoxx
ec5b5845ef
Fixed Issue#84: Arrows that show the targets are always on top
2013-01-08 15:58:48 +04:00
magenoxx
78e1bb99d9
Fixed Issue#45: Textbox for tooltip is sometimes too small to show all the text
2013-01-07 18:02:45 +04:00
magenoxx
d951df41ec
Fixed Issue#75: tooltip textbox stays sometimes undesired
2013-01-07 16:02:47 +04:00
North
56a11f4da2
Replaced CardStorage references from MageFrame with CardRepository
2012-10-21 18:15:42 +03:00
North
0589ef94cb
[minor] Moved PLUGINS_DIRECTORY constant
2012-08-26 18:54:22 +03:00
magenoxx
6fbf4c1257
Renamed parameter name. [UI] Fixed big card image blinking on mouse move
2012-07-21 14:10:07 +04:00
magenoxx
44a3c05ba8
[UI] displaying tooltips: clean up and code refactoring
2012-07-16 16:14:53 +04:00