Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
Forge
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
479
Issues
479
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Forge Core Developers
Forge
Commits
1e1640b2
Commit
1e1640b2
authored
Aug 03, 2018
by
Blacksmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.txt for release
parent
e2500778
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1541 additions
and
5 deletions
+1541
-5
pom.xml.releaseBackup
forge-ai/pom.xml.releaseBackup
+32
-0
pom.xml.releaseBackup
forge-core/pom.xml.releaseBackup
+27
-0
pom.xml.releaseBackup
forge-game/pom.xml.releaseBackup
+34
-0
pom.xml.releaseBackup
forge-gui-android/pom.xml.releaseBackup
+364
-0
pom.xml.releaseBackup
forge-gui-desktop/pom.xml.releaseBackup
+769
-0
pom.xml.releaseBackup
forge-gui-ios/pom.xml.releaseBackup
+79
-0
pom.xml.releaseBackup
forge-gui-mobile-dev/pom.xml.releaseBackup
+88
-0
pom.xml.releaseBackup
forge-gui-mobile/pom.xml.releaseBackup
+75
-0
README.txt
forge-gui/README.txt
+2
-5
pom.xml.releaseBackup
forge-gui/pom.xml.releaseBackup
+71
-0
No files found.
forge-ai/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
forge
</artifactId>
<groupId>
forge
</groupId>
<version>
1.6.12-SNAPSHOT
</version>
</parent>
<artifactId>
forge-ai
</artifactId>
<name>
Forge AI
</name>
<dependencies>
<dependency>
<groupId>
forge
</groupId>
<artifactId>
forge-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
forge
</groupId>
<artifactId>
forge-game
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-math3
</artifactId>
<version>
3.6.1
</version>
</dependency>
</dependencies>
</project>
forge-core/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
forge
</artifactId>
<groupId>
forge
</groupId>
<version>
1.6.12-SNAPSHOT
</version>
</parent>
<artifactId>
forge-core
</artifactId>
<name>
Forge Core
</name>
<dependencies>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
<version>
24.1-jre
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
<version>
3.7
</version>
</dependency>
</dependencies>
</project>
forge-game/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
forge
</artifactId>
<groupId>
forge
</groupId>
<version>
1.6.12-SNAPSHOT
</version>
</parent>
<artifactId>
forge-game
</artifactId>
<name>
Forge Game
</name>
<dependencies>
<dependency>
<groupId>
forge
</groupId>
<artifactId>
forge-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
com.googlecode
</groupId>
<artifactId>
minlog
</artifactId>
<version>
1.2
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.10
</version>
<scope>
test
</scope>
<type>
jar
</type>
</dependency>
</dependencies>
</project>
forge-gui-android/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
This diff is collapsed.
Click to expand it.
forge-gui-desktop/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
This diff is collapsed.
Click to expand it.
forge-gui-ios/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<properties>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<packaging.type>jar</packaging.type>
<build.min.memory>-Xms128m</build.min.memory>
<build.max.memory>-Xmx2048m</build.max.memory>
<alpha-version>1.6.11.001</alpha-version>
</properties>
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.6.12-SNAPSHOT</version>
</parent>
<artifactId>forge-gui-ios</artifactId>
<packaging>${packaging.type}</packaging>
<name>Forge iOS</name>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>filters</directory>
<filtering>true</filtering>
</resource>
</resources>
<finalName>forge-ios-${alpha-version}</finalName>
</build>
<dependencies>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-game</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-ai</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-gui</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-gui-mobile</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode</groupId>
<artifactId>minlog</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-robovm</artifactId>
<version>1.5.5</version>
</dependency>
</dependencies>
</project>
forge-gui-mobile-dev/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.6.12-SNAPSHOT</version>
</parent>
<artifactId>forge-gui-mobile-dev</artifactId>
<packaging>jar</packaging>
<name>Forge Mobile Dev</name>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<attach>false</attach>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>forge.app.Main</mainClass>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Implementation-Version>${fullversionstring}</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<!-- this is used for inheritance merges -->
<phase>package</phase>
<!-- bind to the packaging phase -->
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-gui-mobile</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-lwjgl</artifactId>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-platform</artifactId>
<version>1.2.0</version>
<classifier>natives-desktop</classifier>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype-platform</artifactId>
<version>1.5.5</version>
<classifier>natives-desktop</classifier>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</project>
forge-gui-mobile/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.6.12-SNAPSHOT</version>
</parent>
<artifactId>forge-gui-mobile</artifactId>
<packaging>jar</packaging>
<name>Forge Mobile</name>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-game</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-ai</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-gui</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>24.1-android</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx</artifactId>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-freetype</artifactId>
<version>1.5.5</version>
</dependency>
</dependencies>
</project>
forge-gui/README.txt
View file @
1e1640b2
Forge: 0
7/31/2018 ver 1.6.12
Forge: 0
8/03/2018 ver 1.6.13
179
02
cards in total.
179
28
cards in total.
--------------
Release Notes:
--------------
- New Cards -
Virtus's Maneuver; Vivid Flying Fish; Vivien Reid; Vine Mare; Viashino Pyromancer; Vampire Neonate; Vivien of the Arkbow; Volley Veteran; Victory Chimes; Valiant Knight; Vivien's Invocation; Vaevictis Asmadi, the Dire; Vampire Sovereign; Vivien's Jaguar; Vigilant Baloth; Zndrsplt's Judgment; Zndrsplt, Eye of Wisdom; Khorvath Brightflame; Khorvath's Fury; Knight's Pledge; Kargan Dragonrider; Krav, the Unredeemed; Knight of the Tusk; Thrilling Encore; Two-Headed Zombie; Tezzeret's Strider; Thud; Trusty Packbeast; Toothy, Imaginary Friend; Tezzeret, Artifice Master; Tezzeret's Gatebreaker; Thrasher Brute; Thorn Lieutenant; Talons of Wildwood; Transmogrifying Wand; Tezzeret, Cruel Machinist; Take Vengeance; Confidence from Strength; Colorful Feiyi Sparrow; Court Cleric; Chromium, the Mutable; Cleansing Nova; Chakram Slinger; Chakram Retriever; Cavalry Drillmaster; Chaos Wand; Colossal Majesty; Catalyst Elemental; Cleansing Screech; Generous Patron; Gravewaker; Gallant Cavalry; Graveyard Marshal; Gearsmith Prodigy; Gigantosaurus; Greenwood Sentinel; Grothama, All-Devouring; Ghastbark Twins; Goreclaw, Terror of Qal Sisma; Goblin Trashmaster; Goblin Motivator; Goblin Instigator; Gearsmith Guardian; Wall of Mist; Will Kenrith; Infernal Reckoning; Impetuous Protege; Inferno Hellion; Isolate; Isareth the Awakener; Inner Demon; Druid of Horns; Departed Deckhand; Drown in Shapelessness; Declare Dominance; Demon of Catastrophes; Dark-Dweller Oracle; Dragon's Presence; Doublecast; Desecrated Tomb; Draconic Disciple; Dwindle; Dwarven Priest; Dryad Greenseeker; Detection Tower; Diamond Mare; Daybreak Chaplain; Dragon's Hoard; Decorated Champion; Dismissive Pyromancer; Demanding Dragon; Journey for the Elixir; Jubilant Mascot; Jiang Yanggu; Archon of Valor's Reach; Arisen Gorgon; Amulet of Safekeeping; Ancestor Dragon; Ajani, Adversary of Tyrants; Aviation Pioneer; Ajani's Influence; Aegis of the Heavens; Archfiend of Despair; Angel of the Dawn; Ajani, Wise Counselor; Aggressive Mammoth; Arcades, the Strategist; Ajani's Last Stand; Aurora Champion; Ajani's Welcome; Aerial Engineer; Aggressive Instinct; Apex of Power; Abnormal Endurance; Aven Wind Mage; Armored Whirl Turtle; Alpine Moon; Arena Rector; Aethershield Artificer; Arcane Encyclopedia; Aether Tunnel; Arcane Artisan; Pir, Imaginative Rascal; Pir's Whim; Prodigious Growth; Patient Rebuilding; Purple-Crystal Crab; Poison-Tip Archer; Plague Mare; Palladia-Mors, the Ruiner; Psychic Corrosion; Psychic Symbiont; Proud Mentor; Runic Armasaur; Remorseful Cleric; Rowan Kenrith; Reckless Pangolin; Resplendent Angel; Rushblade Commander; Root Snare; Regna, the Redeemer; Ravenous Harpy; Regna's Sanction; Rhox Oracle; Regal Bloodlord; Revitalize; Rhythmic Water Vortex; Rustwing Falcon; Riddlemaster Sphinx; Leopard-Spotted Jiao; Lightning Mare; Lathliss, Dragon Queen; Liliana, Untouched by Death; Liliana, the Necromancer; Lich's Caress; Leonin Vanguard; Liliana's Contract; Leonin Warleader; Loxodon Line Breaker; Liliana's Spoils; Lore Weaver; Luxury Suite; Ley Weaver; Lena, Selfless Champion; Last One Standing; Hired Blade; Hardened-Scale Armor; Hieromancer's Cage; Heroic Reinforcements; Havoc Devils; Hungering Hydra; Heavenly Qilin; Herald of Faith; Hostile Minotaur; Nine-Tail White Fox; Nightmare's Thirst; Nicol Bolas, the Ravager; Novice Knight; Nexus of Fate; Soulblade Corrupter; Soulblade Renewer; Sacred White Deer; Sigiled Sword of Valeron; Spire Garden; Skyrider Patrol; Salvager of Secrets; Surge Mare; Siegebreaker Giant; Skilled Animator; Sylvia Brightspear; Stunning Reversal; Sarkhan's Unsealing ; Sarkhan's Dragonfire; Stormcloud Spirit; Serra's Guardian; Supreme Phantom; Suncleanser; Star-Crowned Stag; Satyr Enchanter; Skyscanner; Silverbeak Griffin; Sovereign's Bite; Sarkhan's Whelp; Sarkhan, Dragonsoul; Sai, Master Thopterist; Shield Mare; Strangling Spores; Sickle Dancer; Scholar of Stars; Skeleton Archer; Screeching Phoenix; Stitcher's Supplier; Sparktongue Dragon; Suspicious Bookcase; Sarkhan, Fireblood; Sea of Clouds; Spit Flame; Skalla Wolf; Brightling; Bonus Round; Bramble Sovereign; Blaring Recruiter; Blaring Captain; Brawl-Bash Ogre; Bogstomper; Bristling Boar; Bull-Rush Bruiser; Blood Divination; Bone Dragon; Bountiful Promenade; Breath of Fire; Earth-Origin Yak; Epicure of Blood; Exclusion Mage; Earthshaking Si; Elvish Clancaller; Elvish Rejuvenator; Uncomfortable Chill; Ursine Champion; Open the Graves; One with the Machine; Onakke Ogre; Okaun, Eye of Chaos; Fire-Omen Crane; Fountain of Renewal; Feiyi Snake; Fiery Finish; Frilled Sea Serpent; Fraying Omnipotence; Ferocious Zheng; Fell Specter; Mystic Archaeologist; Meteor Golem; Metamorphic Alteration; Morphic Pool; Mirror Image; Mistcaller; Moon-Eating Dog; Militia Bugler; Mu Yanling; Marauder's Axe; Qilin's Blessing
- Bug fixes -
As always, this release of Forge features an assortment of bug fixes and improvements based on user feedback during the previous release run.
- M19 Core Set -
...
...
forge-gui/pom.xml.releaseBackup
0 → 100644
View file @
1e1640b2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.6.12-SNAPSHOT</version>
</parent>
<artifactId>forge-gui</artifactId>
<name>Forge Gui</name>
<repositories>
<repository>
<id>4thline-repo</id>
<url>http://4thline.org/m2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-game</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>forge</groupId>
<artifactId>forge-ai</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>24.1-jre</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.25.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>org.fourthline.cling</groupId>
<artifactId>cling-support</artifactId>
<version>2.0.1</version>
</dependency>
</dependencies>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment