It is currently 07 Sep 2025, 06:43
   
Text Size

Next beta release

Post MTG Forge Related Programming Questions Here

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

Next beta release

Postby Chris H. » 29 Sep 2010, 20:52

We have a large number of new cards and some bug fixes and code improvements. I think that this weekend may be a good time to release the next beta.
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: Next beta release

Postby Sloth » 29 Sep 2010, 20:56

Good idea Chris! I'm sure some people are waiting for some Scars of Mirrodin cards to play with.

Let's make sure not to add any serious bugs until then.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Next beta release

Postby friarsol » 29 Sep 2010, 21:10

Definitely time for a new release. There's been a major onslaught of new cards lately.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Next beta release

Postby DennisBergkamp » 29 Sep 2010, 21:25

Yup, and everything seems pretty stable...
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Next beta release

Postby Rob Cashwalker » 29 Sep 2010, 22:46

Let's see a handful of keywords, a new deck generator, and oh yeah, a major architectural change to the card data storage!
The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: Next beta release

Postby juzamjedi » 29 Sep 2010, 23:04

Excellent. I look forward to breaking things :)

It seems like this project has a ton more support behind it than the other projects on this site. Is there a main CVS / where would I go to see if someone has already squashed a bug?
juzamjedi
Tester
 
Posts: 575
Joined: 13 Nov 2008, 08:35
Has thanked: 6 times
Been thanked: 8 times

Re: Next beta release

Postby DennisBergkamp » 30 Sep 2010, 01:12

User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Next beta release

Postby Chris H. » 30 Sep 2010, 01:22

I may release it Saturday or Sunday. Hard to tell at this moment. If anyone is working on a project and they need more time to finish, then let me know and I can wait a few more days.

I am starting to think that releasing a new beta every week or so might be hard to maintain over the long term. Dennis is surely familiar with this sentiment. I also hope to avoid multiple bug-fix jars unless it is absolutely necessary.

A once a month at the start of the month release schedule might be best overall.
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: Next beta release

Postby friarsol » 30 Sep 2010, 01:55

Chris H. wrote:I may release it Saturday or Sunday. Hard to tell at this moment. If anyone is working on a project and they need more time to finish, then let me know and I can wait a few more days.

I am starting to think that releasing a new beta every week or so might be hard to maintain over the long term. Dennis is surely familiar with this sentiment. I also hope to avoid multiple bug-fix jars unless it is absolutely necessary.

A once a month at the start of the month release schedule might be best overall.
It would be best if we had a build script for putting everything together and then into a package. That way you wouldn't have to spend however many hours putting everything together.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Next beta release

Postby zerker2000 » 30 Sep 2010, 02:04

Throwing in my two cents: "(unofficial BETA)".
Once a month would work well as a version which has less known bugs than usual, and is linked to by rares' blog. However, the point of the beta is for new bugs to be found quickly, and since not everyone uses the svn script, the releases should be kept relatively up to date.

It would be best if we had a build script for putting everything together and then into a package. That way you wouldn't have to spend however many hours putting everything together.
We don't? As far as I remember, I was (at some point) able to use the eclipse built-in jar builder to compile it. Or at least a jar file that, when placed in the old forge directory(replacing the old jar, and having updated res/), functioned identically to the eclipse launch.
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time

Re: Next beta release

Postby Chris H. » 30 Sep 2010, 02:34

friarsol wrote:It would be best if we had a build script for putting everything together and then into a package. That way you wouldn't have to spend however many hours putting everything together.
`
Turns out that putting together the archive is not too bad. Adding the new card names and the Commit log messages to the change file takes substantially more time.
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: Next beta release

Postby friarsol » 30 Sep 2010, 02:45

Chris H. wrote:
friarsol wrote:It would be best if we had a build script for putting everything together and then into a package. That way you wouldn't have to spend however many hours putting everything together.
`
Turns out that putting together the archive is not too bad. Adding the new card names and the Commit log messages to the change file takes substantially more time.
Well then we should have a script for that :-d Or at least a way to speed up the process.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Next beta release

Postby friarsol » 30 Sep 2010, 13:50

Actually I was just thinking about this and maybe we could make a monthly release (with all the changelog info and everything) but also do a weekly trunk build. This would just be a quick build and zip, and we could post it up to http://code.google.com/p/cardforge/downloads/list for people who don't want to mess with svn downloading, but do want to see what we've been up to more than once a month.
This would be less likely to be stable as our monthly beta releases.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Next beta release

Postby timmermac » 30 Sep 2010, 19:16

I'm actually finding the SVN releases that I download to be reasonably stable, aside from my own goofiness when typing in deck names into the easy/medium/hard text files. :-Þ
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Next beta release

Postby DennisBergkamp » 30 Sep 2010, 19:35

Oftentimes they're actually more stable (since they include a lot of bugfixes). But in some cases, we screw up when adding new stuff - and then large parts of functionality might break :)
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Next

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 30 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 30 users online :: 0 registered, 0 hidden and 30 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 30 guests

Login Form