Page 3 of 3

Re: Slow performance

PostPosted: 20 Feb 2010, 19:37
by Snacko
Ah I didn't test those out, it's now fixed.

Re: Slow performance

PostPosted: 20 Feb 2010, 19:56
by DennisBergkamp
Works great now, thanks =D>

EDIT: Also, I guess there's no need for specifying any type of blur radius, this looks great both in LQ and HQ images :mrgreen:

Re: Slow performance

PostPosted: 20 Feb 2010, 23:11
by Huggybaby
Is the slow performance fixed?

I'm really looking forward to the next release. I want to see if any of the testers can make this baby crash, what the memory requirements are, and of course get a look at the new scaling.

Re: Slow performance

PostPosted: 20 Feb 2010, 23:34
by DennisBergkamp
It looks good now, I think, with this new scaling it looks a bit more polished.
In terms of performance, it should be fine again... the slowdown I had earlier today was probably due to cards not tapping, but Snacko fixed that :mrgreen:

Re: Slow performance

PostPosted: 21 Feb 2010, 00:20
by silly freak
i also couldn't see slowdown... except with the --GWSaproling, you know^^

Re: Slow performance

PostPosted: 21 Feb 2010, 17:45
by DennisBergkamp
Loads of tokens still kill the game :mrgreen:

Now, I'm wondering if it would be easy to put back in the full size view of HQ images in the Deck Editor (using GUI_PictureHQ).

Re: Slow performance

PostPosted: 21 Feb 2010, 18:58
by silly freak
I guess that's not too hard, but I've not played forge at the time that feature was around, so I don't know what it's supposed to do...

Re: Slow performance

PostPosted: 21 Feb 2010, 20:23
by DennisBergkamp
If HQ images are used, when hovering over an image in the deck editor, it should show a full size version of the card.
When hovering out, it will show the smaller image again.

Re: Slow performance

PostPosted: 21 Feb 2010, 20:25
by silly freak
okay, i'll try it

Re: Slow performance

PostPosted: 21 Feb 2010, 21:57
by silly freak
done it ;)

Re: Slow performance

PostPosted: 21 Feb 2010, 21:59
by DennisBergkamp
Nice, thanks =D>

Re: Slow performance

PostPosted: 22 Feb 2010, 00:40
by Chris H.
I no longer get the java heap error when I mouse over a large number of HQ images in the Deck Editor. I like this. :D

I came across a small error. If you hover the mouse pointer over the area where the card image would be displayed (LQ or HQ) and you do not have the appropriate image file in your pics folder, you get this error exception:

Code: Select all
An error has occured. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


null


Version:
Forge -- official beta: $Date: 2010-02-15 14:21:36 -0500 (Mon, 15 Feb 2010) $, SVN revision: $Revision: 398 $

Detailed error trace:
java.lang.NullPointerException
   at forge.Gui_DeckEditor$26.paintComponent(Gui_DeckEditor.java:692)
   at javax.swing.JComponent.paint(JComponent.java:1017)
   at javax.swing.JComponent.paintChildren(JComponent.java:852)
   at javax.swing.JComponent.paint(JComponent.java:1026)
   at javax.swing.JComponent._paintImmediately(JComponent.java:5086)
   at javax.swing.JComponent.paintImmediately(JComponent.java:4870)
   at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:829)
   at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:714)
   at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:694)
   at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:125)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
`
If you mouse over a LQ image you will get a 2nd overlapping LQ image.