Difference between revisions of "Programming"

From FreeOrionWiki
Jump to: navigation, search
(revert)
Line 1: Line 1:
Unfortunately, the project had to be shut down. The reason is the incompetence of those responsible for the web pages who kept their pages open to anonymous changes. Against such unsedired changes they tried dilettantic attempts like banning an IP (as if any attacker would have a problem to get as many new IPs as she desires) or usinga spam filter (so that pages cannot be saved when they contain certain expressions).
+
[[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.
  
Since some basic competence in establishing proper authentication is crucial for a project like this, and we do not have such personnel, we have decided to give up FreeOrion.
+
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.
  
These pages will be closed in a few days for good.
+
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 23:10, 23 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: