Forge Beta: 10-03-2014 ver 1.5.28
 Posted: 03 Oct 2014, 19:33
Posted: 03 Oct 2014, 19:33Forge Beta: 10-03-2014 ver 1.5.28
14277 cards in total.
Release Notes
- New Khans of Tarkir cards -
Forge now includes many of the new Khans of Tarkir cards. It may take a few days/weeks before these new card pictures become available for downloading via the "Download LQ Card Pictures" button. The LQ set pictures tend to take a few more weeks/months to process before they become available for downloading via the "Download LQ Set Pictures" button. Please be patient. The Forge devs are not involved in maintaining the servers that house these pictures.
- New Achievements -
Added new achievements for 19 alternate win conditions and 52 Planeswalker ultimates.
Added five new tier achievements.
Trophies now have slick custom art that can be downloaded separate.
- New Commander 2014 cards -
We have added a branch to our SVN for the new cards that are currently being scripted. These cards are not yet available in this build of forge. Please be patient and they will soon become available.
- There will not be a 1.5.27 beta version -
We will not be releasing a 1.5.27 beta version and the next beta version will be numbered 1.5.28. Beta 1.5.27 was an internal test version in an effort on our part to improve the build and deploy process.
- Quest Draft Improvements -
Quest drafts have been updated to be more valuable to your quest!
Bug fixes: Drafts now correctly rotate based on wins and quest preferences. Booster pack prices are now correctly calculated when presenting awards. No more 500+ alpha booster packs. Sorry! Other misc. fixes as well.
Now, when you place first or second, you will get to pick a rare in the drafted block's pool to keep. This is in addition to the already existing prizes.
Additionally, when you spend draft tokens, you no longer receive a random draft. Instead, you get to pick which block the new draft will be (but you still have to pay for it!), completely eliminating the game of chance.
- Boolean Expressions Finished -
Yes, again! They say the third time's the charm, and, well, it is! Boolean expressions have undergone a complete rewrite again with a slightly different method of parsing that works much better.
Parenthesis work correctly, order is preserved, and NOT operators are applied in the correct places (and also in the correct order). This means that what you expect is what you really get!
There's one big change to note: The operators have been shortened to one character. They are now: & | ! \
The only conflicts the AND operator has is a few Unhinged/Unglued cards (which aren't even in Forge), but you can use the escape operator (\) to tell it you really meant to use the & (and that's assuming these cards ever get added to Forge).
There's a couple cards with exclamation points in their names, but again, you can escape that character to search for them.
A few examples of possible expressions:
> Search by type: All warriors or cats that aren't zombies, vampires, orcs, or skeletons.
(warrior | cat) & !(zombie | vampire | orc | skeleton)
> Search by mana cost: All non-red cards.
!r
    
> Search by mana cost: All non-red, non-black green cards that are also either blue or white, but not only blue or white.
!(r|b) & (g & (u | w))
    
> Search by mana cost: All red or black cards that are not also green and blue or green and white.
(r|b) & !(g & (u | w))
    
> Search by mana cost: All cards that cost 4 colorless mana.
!(w | r | u | g | b) & 4
    
> Search by text: All cards that have both Lifelink and Vigilance printed in the rules text.
lifelink & vigilance
    
These examples should get you started with this powerful-now-that-it's-finished feature. Enjoy!
- Trigger Fixes -
The long awaited fixes to Blood Artist/Deathgreeter triggering with multiple other creatures is finally here. There may be some residual oddness with other triggers, so please report those if you see them so we can get that worked out.
New Cards
New Commander 2014 branch Cards
Known Issues
Contributors to This Release
Agetian
DrDev
elcnesh
excessum
Gellesteus
Gos
Kapoue
KrazyTheFox
Sloth
Sol
Swordshine
Chris H
(Quest icons used created by Teekatas, from his Legendora set http://raindropmemory.deviantart.com)
(Thanks to the MAGE team for permission to use their targeting arrows.)
(Thanks to http://www.freesound.org/browse/ for providing some sound files.)
			14277 cards in total.
Release Notes
- New Khans of Tarkir cards -
Forge now includes many of the new Khans of Tarkir cards. It may take a few days/weeks before these new card pictures become available for downloading via the "Download LQ Card Pictures" button. The LQ set pictures tend to take a few more weeks/months to process before they become available for downloading via the "Download LQ Set Pictures" button. Please be patient. The Forge devs are not involved in maintaining the servers that house these pictures.
- New Achievements -
Added new achievements for 19 alternate win conditions and 52 Planeswalker ultimates.
Added five new tier achievements.
Trophies now have slick custom art that can be downloaded separate.
- New Commander 2014 cards -
We have added a branch to our SVN for the new cards that are currently being scripted. These cards are not yet available in this build of forge. Please be patient and they will soon become available.
- There will not be a 1.5.27 beta version -
We will not be releasing a 1.5.27 beta version and the next beta version will be numbered 1.5.28. Beta 1.5.27 was an internal test version in an effort on our part to improve the build and deploy process.
- Quest Draft Improvements -
Quest drafts have been updated to be more valuable to your quest!
Bug fixes: Drafts now correctly rotate based on wins and quest preferences. Booster pack prices are now correctly calculated when presenting awards. No more 500+ alpha booster packs. Sorry! Other misc. fixes as well.
Now, when you place first or second, you will get to pick a rare in the drafted block's pool to keep. This is in addition to the already existing prizes.
Additionally, when you spend draft tokens, you no longer receive a random draft. Instead, you get to pick which block the new draft will be (but you still have to pay for it!), completely eliminating the game of chance.
- Boolean Expressions Finished -
Yes, again! They say the third time's the charm, and, well, it is! Boolean expressions have undergone a complete rewrite again with a slightly different method of parsing that works much better.
Parenthesis work correctly, order is preserved, and NOT operators are applied in the correct places (and also in the correct order). This means that what you expect is what you really get!
There's one big change to note: The operators have been shortened to one character. They are now: & | ! \
The only conflicts the AND operator has is a few Unhinged/Unglued cards (which aren't even in Forge), but you can use the escape operator (\) to tell it you really meant to use the & (and that's assuming these cards ever get added to Forge).
There's a couple cards with exclamation points in their names, but again, you can escape that character to search for them.
A few examples of possible expressions:
> Search by type: All warriors or cats that aren't zombies, vampires, orcs, or skeletons.
(warrior | cat) & !(zombie | vampire | orc | skeleton)
> Search by mana cost: All non-red cards.
!r
> Search by mana cost: All non-red, non-black green cards that are also either blue or white, but not only blue or white.
!(r|b) & (g & (u | w))
> Search by mana cost: All red or black cards that are not also green and blue or green and white.
(r|b) & !(g & (u | w))
> Search by mana cost: All cards that cost 4 colorless mana.
!(w | r | u | g | b) & 4
> Search by text: All cards that have both Lifelink and Vigilance printed in the rules text.
lifelink & vigilance
These examples should get you started with this powerful-now-that-it's-finished feature. Enjoy!
- Trigger Fixes -
The long awaited fixes to Blood Artist/Deathgreeter triggering with multiple other creatures is finally here. There may be some residual oddness with other triggers, so please report those if you see them so we can get that worked out.
New Cards
- Cards list | Open
New Commander 2014 branch Cards
- Commander 2014 branch Cards list | Open
Known Issues
- Issues list | Open
Contributors to This Release
Agetian
DrDev
elcnesh
excessum
Gellesteus
Gos
Kapoue
KrazyTheFox
Sloth
Sol
Swordshine
Chris H
(Quest icons used created by Teekatas, from his Legendora set http://raindropmemory.deviantart.com)
(Thanks to the MAGE team for permission to use their targeting arrows.)
(Thanks to http://www.freesound.org/browse/ for providing some sound files.)
The Forge 10/03/2014 Windows and Linux archive (requires java 7):
forge-1.5.28.tar.bz2 (93.3 MB, at cardforge.org)
Forge 10/03/2014 BETA packaged as a Mac OS application (requires java 7 and Mavericks OS X):
forge-1.5.28-osx.tar.bz2 (94.5 MB, at cardforge.org)
 
 
 
 