Difference between revisions of "Programming"

From FreeOrionWiki
Jump to: navigation, search
(Reverted.)
Line 1: Line 1:
Unfortunately, this project has been closed due to lack of activity. We thank all those that supported us. Perhaps we can meet again in a new project.
+
[[FreeOrion]] is being made with C++, [[OpenGL]] and [[GiGi]]. The programming lead is [http://www.freeorion.org/forum/profile.php?mode=viewprofile&u=11 Tzlaine].
  
Tyreth and Aquitaine
+
If you want to contribute, please speak to [http://www.freeorion.org/forum/profile.php?mode=viewprofile&u=11 Tzlaine] and take the time to be familiar with the [[source code]].  [[Programming Work]] contains a list of things needed to be completed.
 +
 
 +
Here you can find information on procedures, code standards, etc:
 +
* [[Change Control Guidelines]]
 +
* [[Code Standards]]
 +
* [[Peer Review]]
 +
* [[Documentation Guidelines]]
 +
* [[Test Procedures]]
 +
* [[Tools]]
 +
* [[Adding and removing source-files]]

Revision as of 20:48, 13 March 2005

FreeOrion is being made with C++, OpenGL and GiGi. The programming lead is Tzlaine.

If you want to contribute, please speak to Tzlaine and take the time to be familiar with the source code. Programming Work contains a list of things needed to be completed.

Here you can find information on procedures, code standards, etc: