<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://globulation2.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stephane.magnenat</id>
	<title>Globulation2 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://globulation2.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stephane.magnenat"/>
	<link rel="alternate" type="text/html" href="https://globulation2.org/wiki/Special:Contributions/Stephane.magnenat"/>
	<updated>2026-06-04T08:37:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://globulation2.org/index.php?title=MediaWiki:Sidebar&amp;diff=10209</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=MediaWiki:Sidebar&amp;diff=10209"/>
		<updated>2021-02-15T18:01:54Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: Removed request a feature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Players&lt;br /&gt;
** Download_and_Install|Download &amp;amp; Install&lt;br /&gt;
** Screenshots|Screenshots&lt;br /&gt;
** Videos|Videos&lt;br /&gt;
** User_Manual|User Manual&lt;br /&gt;
** Frequently_Asked_Questions|FAQ&lt;br /&gt;
** http://forums.globulation2.org/|Forum&lt;br /&gt;
** IRC|Chat&lt;br /&gt;
** Bug_Reports|Report A Bug&lt;br /&gt;
&lt;br /&gt;
* Developers&lt;br /&gt;
** Developer_Center|Developer Center&lt;br /&gt;
** Contributor_Center|Contributor Center&lt;br /&gt;
** Git|Source Access&lt;br /&gt;
** https://savannah.nongnu.org/mail/?group=glob2|Mailing Lists&lt;br /&gt;
** https://github.com/Globulation2/glob2/issues|View Bugs&lt;br /&gt;
** https://savannah.nongnu.org/bugs/?group=glob2|View Old Bugs&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=MediaWiki:Sidebar&amp;diff=10208</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=MediaWiki:Sidebar&amp;diff=10208"/>
		<updated>2021-02-15T17:57:42Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: Added link to github&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Players&lt;br /&gt;
** Download_and_Install|Download &amp;amp; Install&lt;br /&gt;
** Screenshots|Screenshots&lt;br /&gt;
** Videos|Videos&lt;br /&gt;
** User_Manual|User Manual&lt;br /&gt;
** Frequently_Asked_Questions|FAQ&lt;br /&gt;
** http://forums.globulation2.org/|Forum&lt;br /&gt;
** IRC|Chat&lt;br /&gt;
** http://glob2.uservoice.com/pages/4988-globulation-2|Request A Feature&lt;br /&gt;
** Bug_Reports|Report A Bug&lt;br /&gt;
&lt;br /&gt;
* Developers&lt;br /&gt;
** Developer_Center|Developer Center&lt;br /&gt;
** Contributor_Center|Contributor Center&lt;br /&gt;
** Git|Source Access&lt;br /&gt;
** https://savannah.nongnu.org/mail/?group=glob2|Mailing Lists&lt;br /&gt;
** https://github.com/Globulation2/glob2/issues|View Bugs&lt;br /&gt;
** https://savannah.nongnu.org/bugs/?group=glob2|View Old Bugs&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Developer_Center&amp;diff=10207</id>
		<title>Developer Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Developer_Center&amp;diff=10207"/>
		<updated>2021-02-15T15:52:33Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: updated link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to be the center of the developer community, i.e. people working with direct [[Git]] access. The final code documentation should be written by doxygen into [[Git]] in docsrc/ directory, but intermediate doc are welcomed here to be worked on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources for developers==&lt;br /&gt;
&lt;br /&gt;
These are wiki resources useful for developer:&lt;br /&gt;
===Compilation and Releases===&lt;br /&gt;
* [[Changes|Changelog for players, source for release notes]]. Please update it when you commit a new feature or an important bug fix in the [[Git]].&lt;br /&gt;
* [[Compatibility]] - one issue should be fixed per release so it&amp;#039;s supported on more operating systems&lt;br /&gt;
* [[Releasing a new version]] - what to do when it&amp;#039;s time to release a new version&lt;br /&gt;
* [[Uploading to Savannah]] - what to do when you&amp;#039;re ready to upload the version&lt;br /&gt;
* [[Things to do before 1.0.0]] - a list of must do things that need to be incorporated into Globulation before the 1.0.0 release&lt;br /&gt;
* [[Converting from the old map format]] - After Alpha 23, the format for maps was changed, so you need to convert&lt;br /&gt;
* [[Obtaining the Release Candidate]] - How to work with the release candidate&lt;br /&gt;
* [[Beta 5 rebalance]] - Slight gameplay tweaks in beta 5&lt;br /&gt;
====Packaging====&lt;br /&gt;
* [[Building the .deb file]] - making a package for Debian&lt;br /&gt;
* [[Mingw cross compilation|Cross compile glob2]] - explains how to compile globulation2 for windows on Debian&lt;br /&gt;
* [[Mingw compilation|Compile glob2 with mingw]] - explains how to compile globulation2 on windows using mingw.&lt;br /&gt;
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy&lt;br /&gt;
* [[Cross compiling deb packages on Hudson]] - how to cross compile and package using pbuilder.&lt;br /&gt;
&lt;br /&gt;
===Coding info===&lt;br /&gt;
* [[Main Issues|Proposals for some actively supported issues]]&lt;br /&gt;
* [http://cofundos.org/projects.php?tag=glob2 Bounty projects] - a list of things people will pay to have implemented.&lt;br /&gt;
* [[General Gameplay Guidelines]] - what the game must keep to&lt;br /&gt;
* [[File Hierarchy|The hierarchy of files in glob2&amp;#039;s sources]]. Refer to [[Git]] HEAD.&lt;br /&gt;
* [[GUI Theming]]&lt;br /&gt;
* [[CodingConventions|Programming conventions used by source code]]. Please follow them if you want to contribute to source code. You can comment them in their [[Talk:CodingConventions|discussion page.]]&lt;br /&gt;
* [[Code_Documentation|View the way code should be documented]] &lt;br /&gt;
* [[Source Understanding Guide|Things to read if you want to enter into glob2&amp;#039;s source code.]]&lt;br /&gt;
* [[Common Programming Mistakes|Mistake often seen in C++]]. Please read this and check your code if you are new to C++.&lt;br /&gt;
* [[Campaign Creation]] Information on adding campaigns into the code&lt;br /&gt;
* [[BuildingSourceInts]]&lt;br /&gt;
* [[Race Customization]]&lt;br /&gt;
* [[Making An AI With Echo (part 1)|Making An AI With Echo]]. Read this if you want to make an AI for Glob2.&lt;br /&gt;
&lt;br /&gt;
====Algorithm Descriptions====&lt;br /&gt;
* [[Resource_Algorithm|Resource growing description]]&lt;br /&gt;
* [[Gradients|High level gradient usage description]]&lt;br /&gt;
* [[Terrain|High level terrain description]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Of course, [[Contributor Center|Resources for contributors]], [https://github.com/Globulation2/glob2 Github] as well as [[IRC]] are also very useful for developers.&lt;br /&gt;
&lt;br /&gt;
===Work in Progress===&lt;br /&gt;
These sections are still being worked on.  While you&amp;#039;re welcome to comment on them, you shouldn&amp;#039;t spend all day nitpicking on them, as they might be changed completely or removed before you&amp;#039;re finished.&lt;br /&gt;
&lt;br /&gt;
* [[AINicowar]]&lt;br /&gt;
* [[Universe Background]]&lt;br /&gt;
* [[USL interface]]&lt;br /&gt;
&lt;br /&gt;
===Request for comments===&lt;br /&gt;
These files have been written up fully, but need to be peer-reviewed.  Please read through these pages, edit and comment on them.&lt;br /&gt;
&lt;br /&gt;
* nothing for now&lt;br /&gt;
[[Category:Developer Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Developer_Center&amp;diff=10206</id>
		<title>Developer Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Developer_Center&amp;diff=10206"/>
		<updated>2021-02-15T15:51:43Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: removed link to non-existent page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to be the center of the developer community, i.e. people working with direct [[Git]] access. The final code documentation should be written by doxygen into [[Git]] in docsrc/ directory, but intermediate doc are welcomed here to be worked on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources for developers==&lt;br /&gt;
&lt;br /&gt;
These are wiki resources useful for developer:&lt;br /&gt;
===Compilation and Releases===&lt;br /&gt;
* [[Changes|Changelog for players, source for release notes]]. Please update it when you commit a new feature or an important bug fix in the [[Git]].&lt;br /&gt;
* [[Compatibility]] - one issue should be fixed per release so it&amp;#039;s supported on more operating systems&lt;br /&gt;
* [[Releasing a new version]] - what to do when it&amp;#039;s time to release a new version&lt;br /&gt;
* [[Uploading to Savannah]] - what to do when you&amp;#039;re ready to upload the version&lt;br /&gt;
* [[Things to do before 1.0.0]] - a list of must do things that need to be incorporated into Globulation before the 1.0.0 release&lt;br /&gt;
* [[Converting from the old map format]] - After Alpha 23, the format for maps was changed, so you need to convert&lt;br /&gt;
* [[Obtaining the Release Candidate]] - How to work with the release candidate&lt;br /&gt;
* [[Beta 5 rebalance]] - Slight gameplay tweaks in beta 5&lt;br /&gt;
====Packaging====&lt;br /&gt;
* [[Building the .deb file]] - making a package for Debian&lt;br /&gt;
* [[Mingw cross compilation|Cross compile glob2]] - explains how to compile globulation2 for windows on Debian&lt;br /&gt;
* [[Mingw compilation|Compile glob2 with mingw]] - explains how to compile globulation2 on windows using mingw.&lt;br /&gt;
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy&lt;br /&gt;
* [[Cross compiling deb packages on Hudson]] - how to cross compile and package using pbuilder.&lt;br /&gt;
&lt;br /&gt;
===Coding info===&lt;br /&gt;
* [[Main Issues|Proposals for some actively supported issues]]&lt;br /&gt;
* [http://cofundos.org/projects.php?tag=glob2 Bounty projects] - a list of things people will pay to have implemented.&lt;br /&gt;
* [[General Gameplay Guidelines]] - what the game must keep to&lt;br /&gt;
* [[File Hierarchy|The hierarchy of files in glob2&amp;#039;s sources]]. Refer to [[Git]] HEAD.&lt;br /&gt;
* [[GUI Theming]]&lt;br /&gt;
* [[CodingConventions|Programming conventions used by source code]]. Please follow them if you want to contribute to source code. You can comment them in their [[Talk:CodingConventions|discussion page.]]&lt;br /&gt;
* [[Code_Documentation|View the way code should be documented]] &lt;br /&gt;
* [[Source Understanding Guide|Things to read if you want to enter into glob2&amp;#039;s source code.]]&lt;br /&gt;
* [[Common Programming Mistakes|Mistake often seen in C++]]. Please read this and check your code if you are new to C++.&lt;br /&gt;
* [[Campaign Creation]] Information on adding campaigns into the code&lt;br /&gt;
* [[BuildingSourceInts]]&lt;br /&gt;
* [[Race Customization]]&lt;br /&gt;
* [[Making An AI With Echo (part 1)|Making An AI With Echo]]. Read this if you want to make an AI for Glob2.&lt;br /&gt;
&lt;br /&gt;
====Algorithm Descriptions====&lt;br /&gt;
* [[Resource_Algorithm|Resource growing description]]&lt;br /&gt;
* [[Gradients|High level gradient usage description]]&lt;br /&gt;
* [[Terrain|High level terrain description]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Of course, [[Contributor Center|Resources for contributors]], [http://savannah.nongnu.org/projects/glob2 savannah] as well as [[IRC]] are also very useful for developers.&lt;br /&gt;
&lt;br /&gt;
===Work in Progress===&lt;br /&gt;
These sections are still being worked on.  While you&amp;#039;re welcome to comment on them, you shouldn&amp;#039;t spend all day nitpicking on them, as they might be changed completely or removed before you&amp;#039;re finished.&lt;br /&gt;
&lt;br /&gt;
* [[AINicowar]]&lt;br /&gt;
* [[Universe Background]]&lt;br /&gt;
* [[USL interface]]&lt;br /&gt;
&lt;br /&gt;
===Request for comments===&lt;br /&gt;
These files have been written up fully, but need to be peer-reviewed.  Please read through these pages, edit and comment on them.&lt;br /&gt;
&lt;br /&gt;
* nothing for now&lt;br /&gt;
[[Category:Developer Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Developer_Center&amp;diff=10205</id>
		<title>Developer Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Developer_Center&amp;diff=10205"/>
		<updated>2021-02-15T15:51:04Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: Updated links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended to be the center of the developer community, i.e. people working with direct [[Git]] access. The final code documentation should be written by doxygen into [[Git]] in docsrc/ directory, but intermediate doc are welcomed here to be worked on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resources for developers==&lt;br /&gt;
&lt;br /&gt;
These are wiki resources useful for developer:&lt;br /&gt;
===Compilation and Releases===&lt;br /&gt;
* [[Changes|Changelog for players, source for release notes]]. Please update it when you commit a new feature or an important bug fix in the [[Git]].&lt;br /&gt;
* [[Compatibility]] - one issue should be fixed per release so it&amp;#039;s supported on more operating systems&lt;br /&gt;
* [[Releasing a new version]] - what to do when it&amp;#039;s time to release a new version&lt;br /&gt;
* [[Uploading to Savannah]] - what to do when you&amp;#039;re ready to upload the version&lt;br /&gt;
* [[Things to do before 1.0.0]] - a list of must do things that need to be incorporated into Globulation before the 1.0.0 release&lt;br /&gt;
* [[Converting from the old map format]] - After Alpha 23, the format for maps was changed, so you need to convert&lt;br /&gt;
* [[Obtaining the Release Candidate]] - How to work with the release candidate&lt;br /&gt;
* [[Beta 5 rebalance]] - Slight gameplay tweaks in beta 5&lt;br /&gt;
====Packaging====&lt;br /&gt;
* [[Building the .deb file]] - making a package for Debian&lt;br /&gt;
* [[Mingw cross compilation|Cross compile glob2]] - explains how to compile globulation2 for windows on Debian&lt;br /&gt;
* [[Mingw compilation|Compile glob2 with mingw]] - explains how to compile globulation2 on windows using mingw.&lt;br /&gt;
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy&lt;br /&gt;
* [[Cross compiling deb packages on Hudson]] - how to cross compile and package using pbuilder.&lt;br /&gt;
&lt;br /&gt;
===Coding info===&lt;br /&gt;
* [[Main Issues|Proposals for some actively supported issues]]&lt;br /&gt;
* [http://cofundos.org/projects.php?tag=glob2 Bounty projects] - a list of things people will pay to have implemented.&lt;br /&gt;
* [[General Gameplay Guidelines]] - what the game must keep to&lt;br /&gt;
* [[File Hierarchy|The hierarchy of files in glob2&amp;#039;s sources]]. Refer to [[Git]] HEAD.&lt;br /&gt;
* [[GUI Theming]]&lt;br /&gt;
* [[CodingConventions|Programming conventions used by source code]]. Please follow them if you want to contribute to source code. You can comment them in their [[Talk:CodingConventions|discussion page.]]&lt;br /&gt;
* [[Code_Documentation|View the way code should be documented]] &lt;br /&gt;
* [[Source Understanding Guide|Things to read if you want to enter into glob2&amp;#039;s source code.]]&lt;br /&gt;
* [[Common Programming Mistakes|Mistake often seen in C++]]. Please read this and check your code if you are new to C++.&lt;br /&gt;
* [[Campaign Creation]] Information on adding campaigns into the code&lt;br /&gt;
* [[BuildingSourceInts]]&lt;br /&gt;
* [[Race Customization]]&lt;br /&gt;
* [[Making An AI With Echo (part 1)|Making An AI With Echo]]. Read this if you want to make an AI for Glob2.&lt;br /&gt;
* [[How to contribute without having access to VCS]]&lt;br /&gt;
====Algorithm Descriptions====&lt;br /&gt;
* [[Resource_Algorithm|Resource growing description]]&lt;br /&gt;
* [[Gradients|High level gradient usage description]]&lt;br /&gt;
* [[Terrain|High level terrain description]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Of course, [[Contributor Center|Resources for contributors]], [http://savannah.nongnu.org/projects/glob2 savannah] as well as [[IRC]] are also very usefull for developers.&lt;br /&gt;
&lt;br /&gt;
===Work in Progress===&lt;br /&gt;
These sections are still being worked on.  While you&amp;#039;re welcome to comment on them, you shouldn&amp;#039;t spend all day nitpicking on them, as they might be changed completely or removed before you&amp;#039;re finished.&lt;br /&gt;
&lt;br /&gt;
* [[AINicowar]]&lt;br /&gt;
* [[Universe Background]]&lt;br /&gt;
* [[USL interface]]&lt;br /&gt;
&lt;br /&gt;
===Request for comments===&lt;br /&gt;
These files have been written up fully, but need to be peer-reviewed.  Please read through these pages, edit and comment on them.&lt;br /&gt;
&lt;br /&gt;
* nothing for now&lt;br /&gt;
[[Category:Developer Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Cs:Contributor_Center&amp;diff=10204</id>
		<title>Cs:Contributor Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Cs:Contributor_Center&amp;diff=10204"/>
		<updated>2021-02-15T15:49:06Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: fixed links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tato stránka je výchozím bodem pro dobrovolníky přispívající vývoji hry Globulation2, kteří nepracují přímo s repozitářem Mercurial.&lt;br /&gt;
&lt;br /&gt;
==Komunita==&lt;br /&gt;
Komunitu přispěvatelů najdete na konverzačním kanále [[IRC]], v [https://savannah.nongnu.org/mail/?group=glob2 e-mailové diskusi (mailing list)] nebo na běžném [https://www.globulation2.org/forums/ diskusním webovém fóru]&lt;br /&gt;
&lt;br /&gt;
==Užitečné zdroje pro přispěvatele==&lt;br /&gt;
* [[Translation guide|Průvodce překladatele]]&lt;br /&gt;
* [[Media guide|Průvdce přípravou multimédií (obraz, zvuk)]]&lt;br /&gt;
* [[Making Tiles|Vytváření dlaždic]]&lt;br /&gt;
* [[Map editor guide|Průvodce editorem map]]&lt;br /&gt;
* [[Wiki guide|Wiki průvodce, určený i překladatelům wiki stránek]]&lt;br /&gt;
* [[Trackback|Sledování dalších zdrojů které jakkoliv řeší Globulation2]]&lt;br /&gt;
* [[Wishlist|Seznam přání, nápadů a stížností od uživatelů/vývojářů/přispěvatelů]]&lt;br /&gt;
* [[Video Creation Howto|Průvodce přípravou videa]]&lt;br /&gt;
&lt;br /&gt;
I doporučené externí zdroje uvedené v [[User Manual#Further_readings|uživatelském manuálu]] jsou vhodným zdrojem informací.&lt;br /&gt;
&lt;br /&gt;
==O této wiki==&lt;br /&gt;
Každá stránka na této wiki by měla být dostupná z odkazu postranního panelu nanejvýš na jedno další kliknutí.&lt;br /&gt;
&lt;br /&gt;
[[Category:cs]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=It:Contributor_Center&amp;diff=10203</id>
		<title>It:Contributor Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=It:Contributor_Center&amp;diff=10203"/>
		<updated>2021-02-15T15:48:30Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: fixed links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations|View this page in|Article=Contributor_Center}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
Questa pagina ha lo scopo di essere il centro della comunità dei contributori, ovvero le persone che lavorano su glob2 ma che non hanno accesso diretto a [[Git]].&lt;br /&gt;
&lt;br /&gt;
==La comunità==&lt;br /&gt;
Puoi incontrare la comunità su [[IRC]], sulla [https://savannah.nongnu.org/mail/?group=glob2 Mailing List di sviluppo] o nel [https://www.globulation2.org/forums/ forum].&lt;br /&gt;
&lt;br /&gt;
==Risorse dei contributori==&lt;br /&gt;
* [[Translation guide|Guida alla traduzione]]&lt;br /&gt;
* [[Media guide|Guida sui Media]]&lt;br /&gt;
* [[Making Tiles|Creare Tiles]]&lt;br /&gt;
* [[Map editor guide|Guida all&amp;#039;editor di mappe]]&lt;br /&gt;
* [[Trackback|Tieni traccia dei siti che parlano di glob2]]&lt;br /&gt;
* [[Wishlist|Elenco dei desideri e nuove idee da users/contributors/developers]]&lt;br /&gt;
* [[Video Creation Howto|Come creare filmati]]&lt;br /&gt;
&lt;br /&gt;
Ovviamente tutto quanto suggerito nel [[it:User Manual#Approfondimenti|Manuale Utente]] fa al caso dei contributori.&lt;br /&gt;
&lt;br /&gt;
==In merito a questo wiki==&lt;br /&gt;
Ogni pagina qui dovrebbe essere accessibile ad un livello successivo dalla barra laterale, stacci attento.&lt;br /&gt;
&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;br /&gt;
[[Category:Page_Translations]]&lt;br /&gt;
[[Category:It]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Fr:Contributor_Center&amp;diff=10202</id>
		<title>Fr:Contributor Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Fr:Contributor_Center&amp;diff=10202"/>
		<updated>2021-02-15T15:43:06Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations|Voir cette page en|Article=Contributor_Center}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
Cette page a pour but d&amp;#039;être le centre de la communauté des contributeurs, c&amp;#039;est à dire les personnes contribuant à glob2 sans accès direct à [[Git]]&lt;br /&gt;
&lt;br /&gt;
==La communauté==&lt;br /&gt;
Vous pouvez trouver la communauté sur [[IRC]], sur la [https://savannah.nongnu.org/mail/?group=glob2 Mailing list de développement], et sur les [https://www.globulation2.org/forums/ forums].&lt;br /&gt;
&lt;br /&gt;
==Ressources pour les contributeurs==&lt;br /&gt;
* [[Translation guide|Guide de traduction du jeu]]&lt;br /&gt;
* [[Media guide|Guide d&amp;#039;utilisation des média]]&lt;br /&gt;
* [[Making Tiles|Faire des sprites]]&lt;br /&gt;
* [[Map editor guide|Guide d&amp;#039;utilisation de l&amp;#039;éditeur de maps]]&lt;br /&gt;
* [[Wiki guide|Guide d&amp;#039;utilisation du wiki, également pour les traducteurs du wiki]]&lt;br /&gt;
* [[Trackback|Garder une trace des sites qui parlent de glob2]]&lt;br /&gt;
* [[Wishlist|Proposer des idées]]&lt;br /&gt;
* [[Video Creation Howto|Comment créer des vidéo]]&lt;br /&gt;
&lt;br /&gt;
Bien sûr, toutes les lectures suggérées dans le [[User Manual#Further_readings|manuel de l&amp;#039;utilisateur]] sont également bonnes pour les contributeurs.&lt;br /&gt;
&lt;br /&gt;
==À propos de ce wiki==&lt;br /&gt;
Toute page sur ce wiki est accessible par un lien dans la barre de menu, et doit être liée par au moins une page accessible directement depuis la barre de menu.&lt;br /&gt;
&lt;br /&gt;
[[Category:fr]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Contributor_Center&amp;diff=10201</id>
		<title>Contributor Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Contributor_Center&amp;diff=10201"/>
		<updated>2021-02-15T15:42:55Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations|View this page in|Article=Contributor_Center}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
This page is intended to be the center of the contributors community, i.e. people helping glob2 but not working with direct [[Git]] access.&lt;br /&gt;
&lt;br /&gt;
==The community==&lt;br /&gt;
You can find the community on [[IRC]], on the [https://savannah.nongnu.org/mail/?group=glob2 development Mailing list] and on the [https://forums.globulation2.org/ forums].&lt;br /&gt;
&lt;br /&gt;
==Resources for contributors==&lt;br /&gt;
* [[Translation guide|Game translation guide]]&lt;br /&gt;
* [[Media guide]]&lt;br /&gt;
* [[Making Tiles]]&lt;br /&gt;
* [[Map editor guide]]&lt;br /&gt;
* [[Wiki guide| Wiki guide, also for wiki translators]]&lt;br /&gt;
* [[Trackback|Keep track of sites that talk about glob2]]&lt;br /&gt;
* [[Wishlist|Wishlist and new ideas from users/contributors/developers]]&lt;br /&gt;
* [[Video Creation Howto]]&lt;br /&gt;
&lt;br /&gt;
Of course, all the reading suggested in the [[User Manual#Further_readings|user manual]] are good for contributors too.&lt;br /&gt;
&lt;br /&gt;
==About this wiki==&lt;br /&gt;
Every page on this wiki should be accessible by one level indirection from the sidebar, that is, it should be linked at least by one page directly accessible by the sidebar.&lt;br /&gt;
&lt;br /&gt;
[[Category:en]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Fr:Contributor_Center&amp;diff=10200</id>
		<title>Fr:Contributor Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Fr:Contributor_Center&amp;diff=10200"/>
		<updated>2021-02-15T15:42:34Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: updated forum link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations|Voir cette page en|Article=Contributor_Center}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
Cette page a pour but d&amp;#039;être le centre de la communauté des contributeurs, c&amp;#039;est à dire les personnes contribuant à glob2 sans accès direct à [[Mercurial]]&lt;br /&gt;
&lt;br /&gt;
==La communauté==&lt;br /&gt;
Vous pouvez trouver la communauté sur [[IRC]], sur la [https://savannah.nongnu.org/mail/?group=glob2 Mailing list de développement], et sur les [https://www.globulation2.org/forums/ forums].&lt;br /&gt;
&lt;br /&gt;
==Ressources pour les contributeurs==&lt;br /&gt;
* [[Translation guide|Guide de traduction du jeu]]&lt;br /&gt;
* [[Media guide|Guide d&amp;#039;utilisation des média]]&lt;br /&gt;
* [[Making Tiles|Faire des sprites]]&lt;br /&gt;
* [[Map editor guide|Guide d&amp;#039;utilisation de l&amp;#039;éditeur de maps]]&lt;br /&gt;
* [[Wiki guide|Guide d&amp;#039;utilisation du wiki, également pour les traducteurs du wiki]]&lt;br /&gt;
* [[Trackback|Garder une trace des sites qui parlent de glob2]]&lt;br /&gt;
* [[Wishlist|Proposer des idées]]&lt;br /&gt;
* [[Video Creation Howto|Comment créer des vidéo]]&lt;br /&gt;
&lt;br /&gt;
Bien sûr, toutes les lectures suggérées dans le [[User Manual#Further_readings|manuel de l&amp;#039;utilisateur]] sont également bonnes pour les contributeurs.&lt;br /&gt;
&lt;br /&gt;
==À propos de ce wiki==&lt;br /&gt;
Toute page sur ce wiki est accessible par un lien dans la barre de menu, et doit être liée par au moins une page accessible directement depuis la barre de menu.&lt;br /&gt;
&lt;br /&gt;
[[Category:fr]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Contributor_Center&amp;diff=10199</id>
		<title>Contributor Center</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Contributor_Center&amp;diff=10199"/>
		<updated>2021-02-15T15:37:19Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: fixed forum link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations|View this page in|Article=Contributor_Center}}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
This page is intended to be the center of the contributors community, i.e. people helping glob2 but not working with direct [[Mercurial]] access.&lt;br /&gt;
&lt;br /&gt;
==The community==&lt;br /&gt;
You can find the community on [[IRC]], on the [https://savannah.nongnu.org/mail/?group=glob2 development Mailing list] and on the [https://forums.globulation2.org/ forums].&lt;br /&gt;
&lt;br /&gt;
==Resources for contributors==&lt;br /&gt;
* [[Translation guide|Game translation guide]]&lt;br /&gt;
* [[Media guide]]&lt;br /&gt;
* [[Making Tiles]]&lt;br /&gt;
* [[Map editor guide]]&lt;br /&gt;
* [[Wiki guide| Wiki guide, also for wiki translators]]&lt;br /&gt;
* [[Trackback|Keep track of sites that talk about glob2]]&lt;br /&gt;
* [[Wishlist|Wishlist and new ideas from users/contributors/developers]]&lt;br /&gt;
* [[Video Creation Howto]]&lt;br /&gt;
&lt;br /&gt;
Of course, all the reading suggested in the [[User Manual#Further_readings|user manual]] are good for contributors too.&lt;br /&gt;
&lt;br /&gt;
==About this wiki==&lt;br /&gt;
Every page on this wiki should be accessible by one level indirection from the sidebar, that is, it should be linked at least by one page directly accessible by the sidebar.&lt;br /&gt;
&lt;br /&gt;
[[Category:en]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Bug_Reports&amp;diff=10198</id>
		<title>Bug Reports</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Bug_Reports&amp;diff=10198"/>
		<updated>2021-02-15T15:35:10Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the developers to actually do something about a bug in Globulation 2, you need to provide quite a bit of information about the bug.  In general, you should provide more information than less, as it&amp;#039;s a lot easier for us to ignore irrelevant information than to chase after it later.  If you need help making a complete bug report, you can always get someone in [[IRC]] to talk you through it.  Although the information you need to provide will depend on the bug, here are some of the most important things you need to post:&lt;br /&gt;
&lt;br /&gt;
*The operating system you&amp;#039;re using - Windows XP, Debian GNU/Linux, MacOS Tiger, etc.&lt;br /&gt;
*If you are on a unix/linux operating system, the output of the `glob2 -version` command.&lt;br /&gt;
*Exactly what happens: whether the game crashes, displays something wrongly on-screen, etc.&lt;br /&gt;
*If possible, a step-by-step account of how to reproduce this bug, starting from the point you load the game.&lt;br /&gt;
*If you compiled glob2 yourself:&lt;br /&gt;
:*The source you compiled from - [[Git]] (with commit number), Gentoo package (including package number), etc.&lt;br /&gt;
:*Any compilation flags you used&lt;br /&gt;
*If Globulation 2 crashed:&lt;br /&gt;
:*Any messages the program printed on the command-line before crashing.&lt;br /&gt;
:*The contents of the &amp;quot;logs&amp;quot; subfolder in your personal &amp;quot;glob2&amp;quot; folder.  For Mac and Linux users, this will be &amp;quot;~/.glob2/&amp;quot;, and for windows users usually C:\Program Files\Globulation_2&lt;br /&gt;
:*The contents of the &amp;quot;Autosave.game&amp;quot; file in the &amp;quot;games&amp;quot; folder inside your personal &amp;quot;glob2&amp;quot; folder, if the crash was during a game.&lt;br /&gt;
*If your bug involves a crash during a multiplayer game, you need to provide this information from everyone that was playing the game.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you have all the information above, please report your bug through [https://github.com/Globulation2/glob2/issues/new Github] (old system, do not use: [http://savannah.nongnu.org/bugs/?func=additem&amp;amp;group=glob2 Savannah&amp;#039;s bug reporting system]), and we will get to it as soon as possible.&lt;br /&gt;
&lt;br /&gt;
[[Category:en]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Bug_Reports&amp;diff=10197</id>
		<title>Bug Reports</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Bug_Reports&amp;diff=10197"/>
		<updated>2021-02-15T15:34:34Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the developers to actually do something about a bug in Globulation 2, you need to provide quite a bit of information about the bug.  In general, you should provide more information than less, as it&amp;#039;s a lot easier for us to ignore irrelevant information than to chase after it later.  If you need help making a complete bug report, you can always get someone in [[IRC]] to talk you through it.  Although the information you need to provide will depend on the bug, here are some of the most important things you need to post:&lt;br /&gt;
&lt;br /&gt;
*The operating system you&amp;#039;re using - Windows XP, Debian GNU/Linux, MacOS Tiger, etc.&lt;br /&gt;
*If you are on a unix/linux operating system, the output of the `glob2 -version` command.&lt;br /&gt;
*Exactly what happens: whether the game crashes, displays something wrongly on-screen, etc.&lt;br /&gt;
*If possible, a step-by-step account of how to reproduce this bug, starting from the point you load the game.&lt;br /&gt;
*If you compiled glob2 yourself:&lt;br /&gt;
:*The source you compiled from - [https://github.com/Globulation2/glob2/ Github] (with commit number), Gentoo package (including package number), etc.&lt;br /&gt;
:*Any compilation flags you used&lt;br /&gt;
*If Globulation 2 crashed:&lt;br /&gt;
:*Any messages the program printed on the command-line before crashing.&lt;br /&gt;
:*The contents of the &amp;quot;logs&amp;quot; subfolder in your personal &amp;quot;glob2&amp;quot; folder.  For Mac and Linux users, this will be &amp;quot;~/.glob2/&amp;quot;, and for windows users usually C:\Program Files\Globulation_2&lt;br /&gt;
:*The contents of the &amp;quot;Autosave.game&amp;quot; file in the &amp;quot;games&amp;quot; folder inside your personal &amp;quot;glob2&amp;quot; folder, if the crash was during a game.&lt;br /&gt;
*If your bug involves a crash during a multiplayer game, you need to provide this information from everyone that was playing the game.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you have all the information above, please report your bug through [https://github.com/Globulation2/glob2/issues/new Github] (old system, do not use: [http://savannah.nongnu.org/bugs/?func=additem&amp;amp;group=glob2 Savannah&amp;#039;s bug reporting system]), and we will get to it as soon as possible.&lt;br /&gt;
&lt;br /&gt;
[[Category:en]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Bug_Reports&amp;diff=10196</id>
		<title>Bug Reports</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Bug_Reports&amp;diff=10196"/>
		<updated>2021-02-15T15:33:36Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the developers to actually do something about a bug in Globulation 2, you need to provide quite a bit of information about the bug.  In general, you should provide more information than less, as it&amp;#039;s a lot easier for us to ignore irrelevant information than to chase after it later.  If you need help making a complete bug report, you can always get someone in [[IRC]] to talk you through it.  Although the information you need to provide will depend on the bug, here are some of the most important things you need to post:&lt;br /&gt;
&lt;br /&gt;
*The operating system you&amp;#039;re using - Windows XP, Debian GNU/Linux, MacOS Tiger, etc.&lt;br /&gt;
*If you are on a unix/linux operating system, the output of the `glob2 -version` command.&lt;br /&gt;
*Exactly what happens: whether the game crashes, displays something wrongly on-screen, etc.&lt;br /&gt;
*If possible, a step-by-step account of how to reproduce this bug, starting from the point you load the game.&lt;br /&gt;
*If you compiled glob2 yourself:&lt;br /&gt;
:*The source you compiled from - [[Github]] (with commit number), Gentoo package (including package number), etc.&lt;br /&gt;
:*Any compilation flags you used&lt;br /&gt;
*If Globulation 2 crashed:&lt;br /&gt;
:*Any messages the program printed on the command-line before crashing.&lt;br /&gt;
:*The contents of the &amp;quot;logs&amp;quot; subfolder in your personal &amp;quot;glob2&amp;quot; folder.  For Mac and Linux users, this will be &amp;quot;~/.glob2/&amp;quot;, and for windows users usually C:\Program Files\Globulation_2&lt;br /&gt;
:*The contents of the &amp;quot;Autosave.game&amp;quot; file in the &amp;quot;games&amp;quot; folder inside your personal &amp;quot;glob2&amp;quot; folder, if the crash was during a game.&lt;br /&gt;
*If your bug involves a crash during a multiplayer game, you need to provide this information from everyone that was playing the game.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you have all the information above, please report your bug through [https://github.com/Globulation2/glob2/issues/new Github] (old system, do not use: [http://savannah.nongnu.org/bugs/?func=additem&amp;amp;group=glob2 Savannah&amp;#039;s bug reporting system]), and we will get to it as soon as possible.&lt;br /&gt;
&lt;br /&gt;
[[Category:en]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
	<entry>
		<id>https://globulation2.org/index.php?title=Bug_Reports&amp;diff=10195</id>
		<title>Bug Reports</title>
		<link rel="alternate" type="text/html" href="https://globulation2.org/index.php?title=Bug_Reports&amp;diff=10195"/>
		<updated>2021-02-15T15:33:09Z</updated>

		<summary type="html">&lt;p&gt;Stephane.magnenat: Added link to github&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the developers to actually do something about a bug in Globulation 2, you need to provide quite a bit of information about the bug.  In general, you should provide more information than less, as it&amp;#039;s a lot easier for us to ignore irrelevant information than to chase after it later.  If you need help making a complete bug report, you can always get someone in [[IRC]] to talk you through it.  Although the information you need to provide will depend on the bug, here are some of the most important things you need to post:&lt;br /&gt;
&lt;br /&gt;
*The operating system you&amp;#039;re using - Windows XP, Debian GNU/Linux, MacOS Tiger, etc.&lt;br /&gt;
*If you are on a unix/linux operating system, the output of the `glob2 -version` command.&lt;br /&gt;
*Exactly what happens: whether the game crashes, displays something wrongly on-screen, etc.&lt;br /&gt;
*If possible, a step-by-step account of how to reproduce this bug, starting from the point you load the game.&lt;br /&gt;
*If you compiled glob2 yourself:&lt;br /&gt;
:*The source you compiled from - [[Github]] (on a particular date), Gentoo package (including package number), etc.&lt;br /&gt;
:*Any compilation flags you used&lt;br /&gt;
*If Globulation 2 crashed:&lt;br /&gt;
:*Any messages the program printed on the command-line before crashing.&lt;br /&gt;
:*The contents of the &amp;quot;logs&amp;quot; subfolder in your personal &amp;quot;glob2&amp;quot; folder.  For Mac and Linux users, this will be &amp;quot;~/.glob2/&amp;quot;, and for windows users usually C:\Program Files\Globulation_2&lt;br /&gt;
:*The contents of the &amp;quot;Autosave.game&amp;quot; file in the &amp;quot;games&amp;quot; folder inside your personal &amp;quot;glob2&amp;quot; folder, if the crash was during a game.&lt;br /&gt;
*If your bug involves a crash during a multiplayer game, you need to provide this information from everyone that was playing the game.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When you have all the information above, please report your bug through [https://github.com/Globulation2/glob2/issues/new Github] (old system, do not use: [http://savannah.nongnu.org/bugs/?func=additem&amp;amp;group=glob2 Savannah&amp;#039;s bug reporting system]), and we will get to it as soon as possible.&lt;br /&gt;
&lt;br /&gt;
[[Category:en]]&lt;br /&gt;
[[Category:Contributor_Resources]]&lt;/div&gt;</summary>
		<author><name>Stephane.magnenat</name></author>
		
	</entry>
</feed>