It is currently 25 Aug 2025, 21:12
   
Text Size

Feature Requests Thread

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Feature Requests Thread

Postby Doublestrike » 23 Dec 2011, 04:11

...I have to manually move the mouse over to every window to press the buttons to change phases/resolve triggers etc.
That should be already fixed week(s?) ago in the SVN...if it's not it's working on my machine - lemme know and I'll (re)commit.

I know what you mean, it was rather irritating - but that much more welcome now that it's back. If you're curious, turns out the default LAF (in Windows at least) doesn't support "enter" for button clicks, only spacebar. Not sure what logic prompted that design choice. :?
---
A joke is a very serious thing.
User avatar
Doublestrike
UI Programmer
 
Posts: 715
Joined: 08 Aug 2011, 09:07
Location: Bali
Has thanked: 183 times
Been thanked: 161 times

Re: Feature Requests Thread

Postby Accountancy » 23 Dec 2011, 14:14

Doublestrike wrote:
...I have to manually move the mouse over to every window to press the buttons to change phases/resolve triggers etc.
That should be already fixed week(s?) ago in the SVN...if it's not it's working on my machine - lemme know and I'll (re)commit.

I know what you mean, it was rather irritating - but that much more welcome now that it's back. If you're curious, turns out the default LAF (in Windows at least) doesn't support "enter" for button clicks, only spacebar. Not sure what logic prompted that design choice. :?
Just downloading the latest build.
What's the LAF, just wondering.
I liked using the space bar in draft and also using the right mouse button to pick selected cards (using arrow keys) without using the cursor, it would be awesome if that could come back, but I doubt it will, sadly.

Is there any news on the possibility of making custom drafts available, so that the player can pick each of the three boosters to be drafted individually(i.e. Odyssey, Future Sight, Innistrad)?

Edit: You were right, in a more recent build, the enter key works again.
Just wondering about the settings section if any developers know, it give you an option to set a maximum stack size, this seems weird, especially since the max is 12, there should be a higher maximum or a choice of no maximum.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Feature Requests Thread

Postby slapshot5 » 23 Dec 2011, 18:41

Accountancy wrote:What's the LAF, just wondering.
Look and Feel. I think it gives you some action defaults for GUI things (along with much more). The key control and mouse button control is something we can duplicate without much effort. I just don't think any 1 dev is aware of all the different ways people might have been doing things. As people post, we can clean up the keys and buttons that need to be assigned.

I liked using the space bar in draft and also using the right mouse button to pick selected cards (using arrow keys) without using the cursor, it would be awesome if that could come back, but I doubt it will, sadly.
I've never done draft, but maybe I'll give this a look while I'm sitting in the airport.

Just wondering about the settings section if any developers know, it give you an option to set a maximum stack size, this seems weird, especially since the max is 12, there should be a higher maximum or a choice of no maximum.
I don't think it actually does anything. I could be wrong. Hopefully someone can chime in with a definitive answer.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Feature Requests Thread

Postby Chris H. » 23 Dec 2011, 19:15

Accountancy wrote:Just wondering about the settings section if any developers know, it give you an option to set a maximum stack size, this seems weird, especially since the max is 12, there should be a higher maximum or a choice of no maximum.
slapshot5 wrote:I don't think it actually does anything. I could be wrong. Hopefully someone can chime in with a definitive answer.
`
An earlier battlefield UI had horizontal scroll bars. Someone took the source code and turned it into an applet so that forge could be played via a web browser. This person modified the battlefield UI so that some of the cards would pile up on top of each other in a stack.

Dennis borrowed this code and added it to our forge non-applet project. Dennis gave us a menu command(s) that would affect how many cards could appear in a stack before a new pile would be started. I seem to remember a menu command for setting the offset in pixels for cards stacking in a pile.

At a later date Snacko created a new battlefield UI and I suspect that no one made the effort to modify Dennis' code so it could be used for Snacko's new battlefield UI. I do think that Sloth repurposed one of these two commands in the last few months. My memory is somewhat foggy. :(
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Feature Requests Thread

Postby Accountancy » 24 Dec 2011, 02:59

Chris H. wrote:
Accountancy wrote:Just wondering about the settings section if any developers know, it give you an option to set a maximum stack size, this seems weird, especially since the max is 12, there should be a higher maximum or a choice of no maximum.
slapshot5 wrote:I don't think it actually does anything. I could be wrong. Hopefully someone can chime in with a definitive answer.
`
An earlier battlefield UI had horizontal scroll bars. Someone took the source code and turned it into an applet so that forge could be played via a web browser. This person modified the battlefield UI so that some of the cards would pile up on top of each other in a stack.

Dennis borrowed this code and added it to our forge non-applet project. Dennis gave us a menu command(s) that would affect how many cards could appear in a stack before a new pile would be started. I seem to remember a menu command for setting the offset in pixels for cards stacking in a pile.

At a later date Snacko created a new battlefield UI and I suspect that no one made the effort to modify Dennis' code so it could be used for Snacko's new battlefield UI. I do think that Sloth repurposed one of these two commands in the last few months. My memory is somewhat foggy. :(
That seems confusing, especially the fact that it gives you the choice for maximum stack size, but the stack is already a magic thing, it should either be renamed or removed, especially if it's not doing anything.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Feature Requests Thread

Postby Chris H. » 24 Dec 2011, 03:17

Accountancy wrote:That seems confusing, especially the fact that it gives you the choice for maximum stack size, but the stack is already a magic thing, it should either be renamed or removed, especially if it's not doing anything.
`
Agreed. With the new UI work taking place this will likely become one of the many issues that will have to be addressed.
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Feature Requests Thread

Postby Doublestrike » 27 Dec 2011, 00:13

What's the LAF, just wondering.
To add to Slapshot's answer, Java has this "look and feel" thing that is basically a global theme for the standard components in the UI - buttons, scrolling, text, etc - and changes colors and actions. Before, the UI used a LAF chooser. Now, the UI uses custom skins, and the LAF options have been removed by popular demand.

The native Java UI components are a bit...clunky and unrefined looking, and the LAF stuff just clunkifies stuff even more, for not much improvement. So it's out.

I liked using the space bar in draft and also using the right mouse button to pick selected cards (using arrow keys) without using the cursor, it would be awesome if that could come back, but I doubt it will, sadly.
This can surely come back - but the trick is reminding me in a week or two over the the Developer's Corner forum, I spend most of my time there. There's two threads for the Match UI (Round 2) and the Home UI (Round 3) where requests like this can be made specifically. I'm taking a bit of time off at present but drop a well-placed hint in a week or two and it'll be back before you know it. Or, I may just remember already after writing about it. :)

it should either be renamed or removed, especially if it's not doing anything.
+1

On that note, there's a few things in the "settings" panel in the home screen that as I was making them, I wasn't sure what they did exactly, so the text description is off. If a dev happens to notice this, there's two or three descriptions that could use some clarification.
Last edited by Chris H. on 27 Dec 2011, 00:29, edited 1 time in total.
Reason: fixed a broken quote
---
A joke is a very serious thing.
User avatar
Doublestrike
UI Programmer
 
Posts: 715
Joined: 08 Aug 2011, 09:07
Location: Bali
Has thanked: 183 times
Been thanked: 161 times

Re: Feature Requests Thread

Postby slapshot5 » 27 Dec 2011, 00:39

Accountancy wrote:I liked using the space bar in draft and also using the right mouse button to pick selected cards (using arrow keys) without using the cursor, it would be awesome if that could come back, but I doubt it will, sadly.
Have you tried this recently? I tried it a couple days ago and space bar and right click both worked for me.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Feature Requests Thread

Postby Accountancy » 28 Dec 2011, 08:12

slapshot5 wrote:
Accountancy wrote:I liked using the space bar in draft and also using the right mouse button to pick selected cards (using arrow keys) without using the cursor, it would be awesome if that could come back, but I doubt it will, sadly.
Have you tried this recently? I tried it a couple days ago and space bar and right click both worked for me.

-slapshot5
The space bar still works perfectly, but the right-click functionality changed a few months ago, it used to be "right-click and you'll move the selected card from the pack to your pool provided the cursor is somewhere in the forge window" now it's "right-click and you'll move the selected card from the pack to your pool provided the cursor is hovering over the selected card".
The main difference for me at least is that I used to be able to move up and down with the arrow keys and once I decided what card I'd pick I could just right, one hand on the keyboard and one on the mouse just seems natural to me and it's the fastest way to draft that I've experienced. I would like it if using the right mouse button wasn't just limited to when you're hovering over the cards, because then you might as well draft with the mouse alone and have your other hand hang there or you should just draft with the keyboard alone using arrow and space keys, but I find that uncomfortable and impractical as occasionally I have to switch between mouse and keyboard and back again.
I realise this seems like me complaining about something completely insignificant, but I losing this functional just makes draft that little bit more difficult so that now I rarely do it. I think it's a useful function that should be easy to implement and I'd love to have it back.
Last edited by Accountancy on 30 Dec 2011, 06:45, edited 2 times in total.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Feature Requests Thread

Postby slapshot5 » 28 Dec 2011, 14:00

Ok, I get it. I never do draft, so I didn't know how it was working before. I'll take a look when I get a chance.

-slapshot5
slapshot5
Programmer
 
Posts: 1391
Joined: 03 Jan 2010, 17:47
Location: Mac OS X
Has thanked: 25 times
Been thanked: 68 times

Re: Feature Requests Thread

Postby aaltomar » 30 Dec 2011, 21:25

Could we have the option to "OK" the stack pop-up notifications with the keyboard space button. Some versions ago this was possible but not with the current one. (stack notification i.e. when a card on the battlefield gives bonuses to another card like Noble Hierarch).

Using the latest 1.20 version is it possible to get a bigger font on the phase screen? (Turn: Human, Phase: Declare Attacke... and so on).
aaltomar
 
Posts: 16
Joined: 19 Aug 2011, 19:04
Has thanked: 2 times
Been thanked: 0 time

Re: Feature Requests Thread

Postby Drizzt893 » 31 Dec 2011, 01:21

It would be nice if the AI mulliganed. Games where they keep no land hands are quite boring. The rules I use (of course with exeptions such as cheap draw and other things hard to program) are no less than two land, no less than three spells, and at least one non aura spell that costs three or less.
Drizzt893
 
Posts: 38
Joined: 27 Feb 2010, 21:19
Has thanked: 1 time
Been thanked: 1 time

Re: Feature Requests Thread

Postby Drizzt893 » 31 Dec 2011, 01:33

Also I would set it to never go below five.
Drizzt893
 
Posts: 38
Joined: 27 Feb 2010, 21:19
Has thanked: 1 time
Been thanked: 1 time

Re: Feature Requests Thread

Postby friarsol » 31 Dec 2011, 05:37

Drizzt893 wrote:It would be nice if the AI mulliganed. Games where they keep no land hands are quite boring. The rules I use (of course with exeptions such as cheap draw and other things hard to program) are no less than two land, no less than three spells, and at least one non aura spell that costs three or less.
The AI does mulligan except it doesn't go below 5.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Feature Requests Thread

Postby jmartus » 01 Jan 2012, 06:35

it be nice if the ai of forge could have support for more cards it can play
jmartus
 
Posts: 207
Joined: 11 Oct 2010, 09:25
Has thanked: 0 time
Been thanked: 7 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 36 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 36 users online :: 0 registered, 0 hidden and 36 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 36 guests

Login Form