Page 1 of 2

Snacko's UI improvements

PostPosted: 12 Jul 2010, 17:36
by Chris H.
I am really enjoying Snacko's UI improvements. Thank you!

The newest addition when using the huge card size on a 24" wide screen monitor ... wow. I have not had a chance to see what it would look like on a smaller laptop monitor. Looks great on my computer.

Re: Snacko's UI improvements

PostPosted: 12 Jul 2010, 17:55
by Snacko
It's not yet done, there are still animations and play area UI improvements on the horizon.

You can also reorder cards in your hand by dragging with the right mouse button.

Re: Snacko's UI improvements

PostPosted: 12 Jul 2010, 18:40
by Rob Cashwalker
I was wondering who's been mucking about with changing the GUI classes and LAF stuff.... The other day I couldn't reconcile one of the dependencies... had to pull a fresh archive.

Snacko, looks great, but is there any hope for these options to be saved between sessions?

Re: Snacko's UI improvements

PostPosted: 12 Jul 2010, 18:41
by DennisBergkamp
Yeah, these are some awesome changes, keep 'em coming =D>

Re: Snacko's UI improvements

PostPosted: 12 Jul 2010, 19:00
by Snacko
looks great, but is there any hope for these options to be saved between sessions
you want editor to have UI saved or something more?

Re: Snacko's UI improvements

PostPosted: 12 Jul 2010, 19:07
by Rob Cashwalker
Any and all options.... LAF choice, card size choice... new game checkbox options. (land stack, etc) Even some parts of the layout seem to not go back to where I dragged them previously, and other parts do... or at least did the last time I had a chance to actually play vs code/quick-test.

Re: Snacko's UI improvements

PostPosted: 12 Jul 2010, 22:36
by DennisBergkamp
I guess you're talking about the layout XML settings not being saved (or reopened) ? This is strange, because it seems to work alright for me.
LAF/Card Size settings have never been saved between Forge restarts... It would be nice if they did though.

I did notice however, that sometimes when a card is played from your hand, the card sticks around (in the hand panel) for awhile before it disappears.

Re: Snacko's UI improvements

PostPosted: 12 Jul 2010, 22:42
by Chris H.
While playing around with the new UI improvements I noticed that the gray background on my Mac is much lighter. It is now hard to see the white border around white colored cards.

The settings determining the shade of white might be creating a light shade of gray. It might be possible to set the white color to a lighter and brighter shade of white. :-k

Overall I am enjoying Snacko's work and believe that the user base will be very happy with the improvements. :D

Re: Snacko's UI improvements

PostPosted: 12 Jul 2010, 22:49
by DennisBergkamp
Yeah, I think people will really like these changes (and if not, it's always possible to use the old UI).

Maybe another possible UI update could be an extended set of hotkeys?

Re: Snacko's UI improvements

PostPosted: 13 Jul 2010, 17:31
by Hellfish
Darn it, UI improvements in the SVN just when I lose access to subclipse :lol: I'll just hold my breath for the next release ;)

Re: Snacko's UI improvements

PostPosted: 13 Jul 2010, 17:40
by Chris H.
Chris H. wrote:While playing around with the new UI improvements I noticed that the gray background on my Mac is much lighter. It is now hard to see the white border around white colored cards.

The settings determining the shade of white might be creating a light shade of gray. It might be possible to set the white color to a lighter and brighter shade of white.
`
I spent a little time and did not succeed with my efforts. I suspect that Forge's white border color is as white and bright as it can be. We will get used to it.

Re: Snacko's UI improvements

PostPosted: 14 Jul 2010, 15:51
by friarsol
I like the new UI efforts. I've have noticed (and been confused by) when my opponent bounces one of my cards, the card slides in from the left, as if I'm drawing it off my deck, instead of that's coming from play. Maybe the animation could just move straight from it's location on the battlefield instead of disappearing and sliding in from the left?

Re: Snacko's UI improvements

PostPosted: 14 Jul 2010, 16:34
by Snacko
With the current Forge architecture observers have no idea where they did card come from or where they're going to. You only get an update "hey something changed in hand!", so it's currently not possible for the animation to have custom starting points.

Re: Snacko's UI improvements

PostPosted: 15 Jul 2010, 18:28
by mtgrares
Snacko, yes you are very true. Forge needs more events.

Thanks for the UI improvements. =D> The UI is probably Forge's weakest area.

Hopefully my code isn't too hard to understand. (I still feel self-conscious that someone else is reading my code because I know I could have written it better.)

Re: Snacko's UI improvements

PostPosted: 15 Jul 2010, 19:06
by Snacko
The code isn't hard to understand, but sometimes it's hard to understand why some suboptimal choices were made. This leads to very bad code as most projects growth can be described as organic, meaning things get very ugly unless a good foundation is made early. As with a living and breathing organism it's very hard to change underlying principles after a certain stage.