Difference between revisions of "Programming"

From FreeOrionWiki
Jump to: navigation, search
Line 1: Line 1:
We regret to inform you that we have shut down Free Orion for good.
+
[[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], who unfortunately is "missing in action" at the moment. Until he returns, [[User:Yoghurt|Yoghurt]] has taken the role of deputy lead programmer.
 +
 
 +
If you want to contribute, please speak to [[User:Yoghurt|Yoghurt]] 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 13:22, 20 April 2005

FreeOrion is being made with C++, OpenGL and GiGi. The programming lead is Tzlaine, who unfortunately is "missing in action" at the moment. Until he returns, Yoghurt has taken the role of deputy lead programmer.

If you want to contribute, please speak to Yoghurt 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: