README.md
author sheepluva
Mon, 09 Nov 2015 19:21:40 +0100
changeset 11342 aa3f886c6298
parent 11319 3c4ec0742967
child 11357 89fd907ccdec
permissions -rw-r--r--
fix hedgehog on parachute facing in wrong direction if parachute opens during double-jump
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11318
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     1
Hedgewars - a turn based strategy game.
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     2
=======================================
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     3
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     4
Copyright 2004-2015 Andrey Korotaev <unC0Rr@gmail.com> and others.
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     5
See QTfrontend/res/html/about.html and CREDITS for a complete list of authors.
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     6
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     7
Licence:
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     8
--------
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
     9
Source code is distributed under the terms of the GNU General Public Licence
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    10
version 2; images and sounds are distributed under the terms of the GNU Free
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    11
Documentation Licence version 1.2. See the COPYING file for the full text of
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    12
the licenses.
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    13
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    14
Instructions:
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    15
-------------
11319
3c4ec0742967 fix google code links in readme
sheepluva
parents: 11318
diff changeset
    16
See our wiki at: http://hedgewars.org/kb/BuildingHedgewars
11318
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    17
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    18
You can find an outline of the necessary dependencies in the INSTALL file.
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    19
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    20
Source code:
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    21
------------
11319
3c4ec0742967 fix google code links in readme
sheepluva
parents: 11318
diff changeset
    22
Our main repository is located at http://hg.hedgewars.org/hedgewars/ using
11318
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    23
Mercurial as DVCS. A Git repository is also available (mirrored daily)
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    24
at https://github.com/hedgewars/hw
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    25
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    26
Contribute:
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    27
-----------
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    28
If you see a bug or have any suggestion please use the official bug tracker at
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    29
http://code.google.com/p/hedgewars/issues/list or the integrated feedback
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    30
button.
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    31
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    32
If you want to help or get to know the sources better you can do that with some
11319
3c4ec0742967 fix google code links in readme
sheepluva
parents: 11318
diff changeset
    33
easy tasks from http://hedgewars.org/kb/TODO. We also have an
11318
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    34
extended API in LUA to customize your adventures in our wiki at
11319
3c4ec0742967 fix google code links in readme
sheepluva
parents: 11318
diff changeset
    35
http://hedgewars.org/kb/LuaAPI.
11318
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    36
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    37
If you know your way through the code feel free to send a patch or open a pull
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    38
request. The best LUA scripts get released in the official DLC page and later
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    39
integrated in the next version.
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    40
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    41
Contact:
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    42
--------
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    43
* IRC channel     - irc://irc.freenode.net/hedgewars
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    44
* community forum - http://www.hedgewars.org/forum
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    45
* mailing list    - https://mail.gna.org/listinfo/hedgewars-dev
78d8255349d3 Add markdown extension to README so github can render it more nicely
Vittorio Giovara <vittorio.giovara@gmail.com>
parents:
diff changeset
    46