It is currently 25 Apr 2024, 13:11
   
Text Size

Forge version 1.5.48 or 1.6.0

Post MTG Forge Related Programming Questions Here

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

Forge version 1.5.48 or 1.6.0

Postby Chris H. » 07 Nov 2015, 00:36

Tentative target release date: November 20 2015.
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: Forge version 1.5.48 or 1.6.0

Postby serrasmurf » 11 Nov 2015, 11:16

Hi guys,
I’ve not been active on the forum for a while. I did notice a lot of improvements in the recent versions though, but didn’t see anything major, which made me curious:
is anybody working on something big & cool? Like when Krazy added quest draft…
Or did I miss something?
My magic addiction keeps me hungry for more :D
KR,
serrasmurf
 
Posts: 316
Joined: 30 Jan 2010, 14:09
Location: The Netherlands
Has thanked: 3 times
Been thanked: 18 times

Re: Forge version 1.5.48 or 1.6.0

Postby SIXTY » 20 Nov 2015, 06:21

Hello, guys! Can we seen a new release of Forge today? :)
Sorry for my bad English :)
User avatar
SIXTY
 
Posts: 33
Joined: 20 Dec 2010, 19:43
Location: Krasnodar
Has thanked: 9 times
Been thanked: 0 time

Re: Forge version 1.5.48 or 1.6.0

Postby Chris H. » 21 Nov 2015, 20:48

A new medical emergency occurred last Thursday and it will likely be a few more weeks before I can do the next beta release.
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: Forge version 1.5.48 or 1.6.0

Postby drdev » 24 Nov 2015, 20:25

So now that experience counters are a thing, I've been trying to figure out how best to display them. This is what I came up with for the Android app. If everyone's ok with it, I'll update the desktop app to also display the count at the bottom right of the avatar this way. Otherwise I'm open to suggestions.

ExperienceCounters.PNG
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge version 1.5.48 or 1.6.0

Postby friarsol » 24 Nov 2015, 21:26

drdev wrote:So now that experience counters are a thing, I've been trying to figure out how best to display them. This is what I came up with for the Android app. If everyone's ok with it, I'll update the desktop app to also display the count at the bottom right of the avatar this way. Otherwise I'm open to suggestions.

ExperienceCounters.PNG
FYI, The player counters do display on the desktop app when hovering over the player portrait. I believe the equivalent of this is the "player" tab in Android?
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge version 1.5.48 or 1.6.0

Postby drdev » 25 Nov 2015, 03:29

friarsol wrote:
drdev wrote:So now that experience counters are a thing, I've been trying to figure out how best to display them. This is what I came up with for the Android app. If everyone's ok with it, I'll update the desktop app to also display the count at the bottom right of the avatar this way. Otherwise I'm open to suggestions.

ExperienceCounters.PNG
FYI, The player counters do display on the desktop app when hovering over the player portrait. I believe the equivalent of this is the "player" tab in Android?
Hmm, fair enough. I still think it's useful to show on the app as I have it so you don't need to click the Players tab. But I guess I can leave the desktop app alone.
drdev
Programmer
 
Posts: 1958
Joined: 27 Jul 2013, 02:07
Has thanked: 189 times
Been thanked: 565 times

Re: Forge version 1.5.48 or 1.6.0

Postby friarsol » 25 Nov 2015, 04:10

In general, I was thinking of a more generic solution similar to what we do with cards that care about storm might work here. If a card cares about XP Counters, we would provide that info directly in that cards CardDetailPanel. And if you happen to be curious enough to care at any moment of time, you can also go out of your way a little bit to find your XP counters in the Player Panel.

This type of situation would be useful for other variables that are calculated but known, so you can make decisions easier since the number would just be provided to you. I'm not sure the best way to go about doing that, I was a bit worried when I was thinking about it, that we might need to have a script line for these cases.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge version 1.5.48 or 1.6.0

Postby Marek14 » 25 Nov 2015, 07:22

friarsol wrote:In general, I was thinking of a more generic solution similar to what we do with cards that care about storm might work here. If a card cares about XP Counters, we would provide that info directly in that cards CardDetailPanel. And if you happen to be curious enough to care at any moment of time, you can also go out of your way a little bit to find your XP counters in the Player Panel.

This type of situation would be useful for other variables that are calculated but known, so you can make decisions easier since the number would just be provided to you. I'm not sure the best way to go about doing that, I was a bit worried when I was thinking about it, that we might need to have a script line for these cases.
Lots of cards could benefit from that, yes. I could compile a list if you'd like, though it would take some time, as there's no obvious search criteria.
Marek14
Tester
 
Posts: 2761
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 297 times

Re: Forge version 1.5.48 or 1.6.0

Postby friarsol » 26 Dec 2015, 22:29

Is anyone able to get a release out this week? It'd be nice to get one before the end of the year since we haven't had one since the beginning of November.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Forge version 1.5.48 or 1.6.0

Postby KrazyTheFox » 29 Dec 2015, 21:41

friarsol wrote:Is anyone able to get a release out this week? It'd be nice to get one before the end of the year since we haven't had one since the beginning of November.
I can do a release; it just won't have the OSX specific build. I have been and will continue to be very busy the next couple of weeks, so if someone else could post the topic once I've done the build, I'd appreciate it greatly.

Edit: I'll actually have to do the release either Wednesday or Thursday. I'm flying out of town on Friday.
User avatar
KrazyTheFox
Programmer
 
Posts: 725
Joined: 18 Mar 2014, 23:51
Has thanked: 66 times
Been thanked: 226 times

Re: Forge version 1.5.48 or 1.6.0

Postby KrazyTheFox » 31 Dec 2015, 20:47

Unfortunately, I won't be able to deploy before I leave town. Maven's not working quite right and I need to get going. I'll perform a release next week when I have more time to figure out what's going on.
User avatar
KrazyTheFox
Programmer
 
Posts: 725
Joined: 18 Mar 2014, 23:51
Has thanked: 66 times
Been thanked: 226 times

Re: Forge version 1.5.48 or 1.6.0

Postby schattenstern » 08 Jan 2016, 07:40

Any word on the new release date?
schattenstern
 
Posts: 5
Joined: 19 Dec 2015, 08:07
Has thanked: 0 time
Been thanked: 0 time

Re: Forge version 1.5.48 or 1.6.0

Postby KrazyTheFox » 08 Jan 2016, 17:07

I can try again sometime this weekend. If not, I'll aim for next Friday.
User avatar
KrazyTheFox
Programmer
 
Posts: 725
Joined: 18 Mar 2014, 23:51
Has thanked: 66 times
Been thanked: 226 times

Re: Forge version 1.5.48 or 1.6.0

Postby wallacethehero » 11 Jan 2016, 22:48

Will the new commanders be included in the next update? I have been chomping at the bit to get them in here and start practicing with different strategies (like many others i am sure).
wallacethehero
 
Posts: 19
Joined: 23 Nov 2015, 02:19
Has thanked: 0 time
Been thanked: 0 time

Next

Return to Developer's Corner

Who is online

Users browsing this forum: Google [Bot] and 67 guests


Who is online

In total there are 68 users online :: 1 registered, 0 hidden and 67 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: Google [Bot] and 67 guests

Login Form