diff --git a/Mage.Client/release/how to start.txt b/Mage.Client/release/how to start.txt deleted file mode 100644 index 14c3ee711f3c..000000000000 --- a/Mage.Client/release/how to start.txt +++ /dev/null @@ -1,5 +0,0 @@ -use .exe or one of the scripts: - startClient.bat - for Windows - startClientWin7.bat - for Windows 7 - startClient.sh - for Linux - startClient.command - for MacOS \ No newline at end of file diff --git a/Mage.Client/release/readme.txt b/Mage.Client/release/readme.txt deleted file mode 100644 index cb4c055c01f7..000000000000 --- a/Mage.Client/release/readme.txt +++ /dev/null @@ -1,60 +0,0 @@ -XMage - is an acronym for Extended - Magic, Another Game Engine - -XMage is a client/server implementation of a popular CCG without the collecting part. -The server hosts games and enforces the rules. The client creates or joins games, -displays the current state of a game in progress and sends user events to the server. - -You will need to have the Java Runtime Environment Version 7 or greater. -You can download this from: http://java.com/ - ------------------------------------------------------------------------------------ -Installing and running XMage - -You will need to download both the client and the server applications. These can be -obtained from HTTP://XMage.de. -Extact the client and the server to separate folders. - -To play a game you can either connect to a server or start your own server. To -connect to a server you will need to know the server name or IP address and the port. -To start a server run the startServer.bat command. If you want to use a different -port or change the timeout setting then modify the config.xml file in the -config folder. - -To launch the client run the startClient.bat command. Click on the connect button on -the toolbar and enter the server name/IP address and port. Then click on the tables -button. This will bring up a list of active and completed games. Click on join to -join an existing game that hasn't started yet or you can create a new table by -clicking the New button. - ------------------------------------------------------------------------------------ -Playing a game - -Playing a game should be fairly self evident. Your hand is displayed at the bottom -of the screen. The battlefield is the central area. Click on cards in your hand to -play them. Click on cards in the battlefield to activate abilities. A popup menu -will be presented if you have more than one choice. To pass priority for the turn -hold down the ctrl key while clicking done. You will still receive priority if -your opponent casts a spell or activates an ability. Target cards by clicking on -them. To target a player click on the player name. You can see the cards in any -graveyard by clicking on the graveyard count. - ------------------------------------------------------------------------------------ -Deck editor - -A simple deck editor is available by clicking on the Deck Editor button on the -toolbar. All the available cards are displayed in the top section. Your deck -and sideboard are displayed at the bottom. To add a card to your deck double -click on the card in the top section. To remove it from your deck double click -on the card in the deck area. The sideboard section is not ready yet (don't -worry it's coming soon). - -You can save or load a deck using the Save or Load buttons. - ------------------------------------------------------------------------------------ -Notes - -XMage is still in the testing phase so there can be bugs and/or -missing functionality. Please be patient. If you notice anything or want to -make suggestions please visit our board at - http://www.slightlymagic.net/forum/viewforum.php?f=70 -and give us some feedback. diff --git a/Mage.Client/src/main/assembly/distribution.xml b/Mage.Client/src/main/assembly/distribution.xml index 2ce3f69aafc6..9b7e36f761ff 100644 --- a/Mage.Client/src/main/assembly/distribution.xml +++ b/Mage.Client/src/main/assembly/distribution.xml @@ -33,6 +33,15 @@ + + true + ../ + + readme.md + LICENSE.txt + + / + false release/ diff --git a/Mage.Server.Console/src/main/assembly/distribution.xml b/Mage.Server.Console/src/main/assembly/distribution.xml index 892d57c6cccb..835b3b393670 100644 --- a/Mage.Server.Console/src/main/assembly/distribution.xml +++ b/Mage.Server.Console/src/main/assembly/distribution.xml @@ -24,6 +24,15 @@ + + true + ../ + + readme.md + LICENSE.txt + + / + true release/ diff --git a/Mage.Server/catalog.xml b/Mage.Server/catalog.xml deleted file mode 100644 index 2db64342c3e8..000000000000 --- a/Mage.Server/catalog.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/Mage.Server/license.txt b/Mage.Server/license.txt deleted file mode 100644 index dc1ab47fb134..000000000000 --- a/Mage.Server/license.txt +++ /dev/null @@ -1,25 +0,0 @@ -Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are -permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this list of - conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, this list - of conditions and the following disclaimer in the documentation and/or other materials - provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The views and conclusions contained in the software and documentation are those of the -authors and should not be interpreted as representing official policies, either expressed -or implied, of BetaSteward_at_googlemail.com. \ No newline at end of file diff --git a/Mage.Server/release/how to start.txt b/Mage.Server/release/how to start.txt deleted file mode 100644 index 9d4a6e7ea5c9..000000000000 --- a/Mage.Server/release/how to start.txt +++ /dev/null @@ -1,4 +0,0 @@ -use .exe or one of the scripts: - startServer.bat - for Windows - startServer.sh - for Linux - startServer.command - for MacOS \ No newline at end of file diff --git a/Mage.Server/release/license.txt b/Mage.Server/release/license.txt deleted file mode 100644 index dc1ab47fb134..000000000000 --- a/Mage.Server/release/license.txt +++ /dev/null @@ -1,25 +0,0 @@ -Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are -permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this list of - conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, this list - of conditions and the following disclaimer in the documentation and/or other materials - provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The views and conclusions contained in the software and documentation are those of the -authors and should not be interpreted as representing official policies, either expressed -or implied, of BetaSteward_at_googlemail.com. \ No newline at end of file diff --git a/Mage.Server/release/readme.txt b/Mage.Server/release/readme.txt deleted file mode 100644 index 5e9e90c4f9f7..000000000000 --- a/Mage.Server/release/readme.txt +++ /dev/null @@ -1,60 +0,0 @@ -XMage - is an acronym for Extended - Magic, Another Game Engine - -XMage is a client/server implementation of a popular CCG without the collecting part. -The server hosts games and enforces the rules. The client creates or joins games, -displays the current state of a game in progress and sends user events to the server. - -You will need to have the Java Runtime Environment Version 7 or greater. -You can download this from: http://java.com/ - ------------------------------------------------------------------------------------ -Installing and running XMage - -You will need to download both the client and the server applications. These can be -obtained from HTTP://XMage.de. -Extact the client and the server to separate folders. - -To play a game you can either connect to a server or start your own server. To -connect to a server you will need to know the server name or IP address and the port. -To start a server run the startServer.bat command. If you want to use a different -port or change the timeout setting then modify the config.xml file in the -config folder. - -To launch the client run the startClient.bat command. Click on the connect button on -the toolbar and enter the server name/IP address and port. Then click on the tables -button. This will bring up a list of active and completed games. Click on join to -join an existing game that hasn't started yet or you can create a new table by -clicking the New button. - ------------------------------------------------------------------------------------ -Playing a game - -Playing a game should be fairly self evident. Your hand is displayed at the bottom -of the screen. The battlefield is the central area. Click on cards in your hand to -play them. Click on cards in the battlefield to activate abilities. A popup menu -will be presented if you have more than one choice. To pass priority for the turn -hold down the ctrl key while clicking done. You will still receive priority if -your opponent casts a spell or activates an ability. Target cards by clicking on -them. To target a player click on the player name. You can see the cards in any -graveyard by clicking on the graveyard count. - ------------------------------------------------------------------------------------ -Deck editor - -A simple deck editor is available by clicking on the Deck Editor button on the -toolbar. All the available cards are displayed in the top section. Your deck -and sideboard are displayed at the bottom. To add a card to your deck double -click on the card in the top section. To remove it from your deck double click -on the card in the deck area. The sideboard section is not ready yet (don't -worry it's coming soon). - -You can save or load a deck using the Save or Load buttons. - ------------------------------------------------------------------------------------ -Notes - -XMage is still in the testing phase so there can be bugs and/or -missing functionality. Please be patient. If you notice anything or want to -make suggestions please visit our board at - http://www.slightlymagic.net/forum/viewforum.php?f=70 -and give us some feedback. diff --git a/Mage.Server/server.msg.txt b/Mage.Server/server.msg.txt deleted file mode 100644 index e0375adafb66..000000000000 --- a/Mage.Server/server.msg.txt +++ /dev/null @@ -1,6 +0,0 @@ -HotKeys: Alt+E - Enlarge card image -Wheel zoom in/out - Enlarge card image -F4 - end current turn, response to stack -F9 - skip all opponents' turns, no response to stack -Welcome! You are playing Mage version 1.4.9 -Contact us on www.slightlymagic.net \ No newline at end of file diff --git a/Mage.Server/src/main/assembly/distribution.xml b/Mage.Server/src/main/assembly/distribution.xml index 20bab51d574a..f21baff9fdf8 100644 --- a/Mage.Server/src/main/assembly/distribution.xml +++ b/Mage.Server/src/main/assembly/distribution.xml @@ -50,6 +50,15 @@ + + true + ../ + + readme.md + LICENSE.txt + + / + true release/