# HG changeset patch # User sheepluva # Date 1452800263 0 # Node ID e4e1597f6b845477652010fc85db04fbe0d499fb # Parent c4311e00d3d76e66b67210054ed3626963d30159 New Page: ContributingCode diff -r c4311e00d3d7 -r e4e1597f6b84 ContributingCode.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ContributingCode.wiki Thu Jan 14 19:37:43 2016 +0000 @@ -0,0 +1,16 @@ +#summary Useful hints for contributing code to Hedgewars + + +*Table of Contents* + + += Introduction = + +You want to contribute code to Hedgewars? That's great! Here are some hints how to help us with importing your code. + += Recommended workflows = + +== Using a mercurial clone == + +TODO + diff -r c4311e00d3d7 -r e4e1597f6b84 Flags.wiki --- a/Flags.wiki Sun Jan 10 14:37:25 2016 +0000 +++ b/Flags.wiki Thu Jan 14 19:37:43 2016 +0000 @@ -25,13 +25,8 @@ Only in the team editing menu the flags are displayed with all pixels. -== Limits == -Please note that flags are _not_ automatically shared when you play online. Unless the other players have your flag, too, they will only see the default flag for your team instead. The only flags you can be sure are also seen online are the ones supplied by the Hedgewars installation. - -If you have changed or overwritten any of the pre-installed flags, this change is also only visible on your Hedgewars installation. The change won’t be visible for other players over the net. - == Sharing flags == -Custom flags are only visible to other players if they have the flag installed under the same file name. +Custom flags (flags which are not part of the official Hedgewars installation) are only visible to other players if they have the flag installed under the same file name. In case the other player does not have the custom flag installed, the player will see the default `hedgewars.png` flag instead.