README
changeset 9456 c08661d015c0
parent 9080 9b42757d7e71
child 9998 736015b847e3
equal deleted inserted replaced
9454:ac1874d56057 9456:c08661d015c0
     1 Hedgewars - a turn based strategy game.
     1 Hedgewars - a turn based strategy game.
     2 Distributed under the terms of the GNU GPL licence.
     2 =======================================
     3 Images and sounds are distributed under the terms of the GNU FDL licence.
       
     4 
     3 
     5 Source:
     4 Copyright 2004-2013 Andrey Korotaev <unC0Rr@gmail.com> and others.
     6 Copyright 2004-2013 Andrey Korotaev <unC0Rr@gmail.com>
     5 See QTfrontend/res/html/about.html and CREDITS for a complete list of authors.
     7 Portions copyright 2006-2008 Igor Ulyanov aka Displacer <iulyanov@gmail.com>
     6 
       
     7 Licence:
       
     8 --------
       
     9 Source code is distributed under the terms of the GNU General Public Licence
       
    10 version 2; images and sounds are distributed under the terms of the GNU Free
       
    11 Documentation Licence version 1.2. See the COPYING file for the full text of
       
    12 the licenses.
     8 
    13 
     9 Instructions:
    14 Instructions:
    10 depending on your system, consult our wiki at:
    15 -------------
    11 - http://code.google.com/p/hedgewars/wiki/BuildingOnLinux
    16 See our wiki at: https://code.google.com/p/hedgewars/wiki/BuildingHedgewars
    12 - http://code.google.com/p/hedgewars/wiki/BuildingOnWindows
       
    13 - http://code.google.com/p/hedgewars/wiki/BuildingOnMac
       
    14 
    17 
    15 Dependencies:
    18 You can find an outline of the necessary dependencies in the INSTALL file.
    16 you can find an outline of the necessary dependencies in the INSTALL file.
       
    17 
    19 
       
    20 Source code:
       
    21 ------------
       
    22 Our main repository is located at http://hedgewars.googlecode.com using
       
    23 Mercurial as DVCS. A Git repository is also available (mirrored daily)
       
    24 at https://github.com/hedgewars/hw
       
    25 
       
    26 Contribute:
       
    27 -----------
       
    28 If you see a bug or have any suggestion please use the official bug tracker at
       
    29 http://code.google.com/p/hedgewars/issues/list or the integrated feedback
       
    30 button.
       
    31 
       
    32 If you want to help or get to know the sources better you can do that with some
       
    33 easy tasks from http://code.google.com/p/hedgewars/wiki/TODO. We also have an
       
    34 extended API in LUA to customize your adventures in our wiki at
       
    35 http://code.google.com/p/hedgewars/wiki/LuaAPI.
       
    36 
       
    37 If you know your way through the code feel free to send a patch or open a pull
       
    38 request. The best LUA scripts get released in the official DLC page and later
       
    39 integrated in the next version.
       
    40 
       
    41 Contact:
       
    42 --------
       
    43 * IRC channel     - irc://irc.freenode.net/hedgewars
       
    44 * community forum - http://www.hedgewars.org/forum
       
    45 * mailing list    - https://mail.gna.org/listinfo/hedgewars-dev
       
    46