Difference between revisions of "Programming"

From FreeOrionWiki
Jump to: navigation, search
m (Reverted edit of 165.228.133.11, changed back to last version by Geoff the Medio)
Line 1: Line 1:
Unfortunately, this project failed and had to be shut down. A major reason was the lack of professional administration as anonymous changes to the official project pages were possible. Instead of fixing the problem, the persons in charge wasted their time with fruitless IP-blocking attempts until we made a decision and shut down FreeOrion. But you are invited to visit us in a future project in a few years - perhaps FreeTycoon?
+
[[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].
 +
 
 +
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]].
 +
 
 +
For now if you would like to help, pick a feature request, email [http://www.freeorion.org/forum/profile.php?mode=viewprofile&u=11 Tzlaine], then work on it.
 +
 
 +
[[Programming Work]] usually contains a list of things needed to be completed, which will be updated with the 0.4 list of tasks when ready.  For now, view the [http://sourceforge.net/tracker/?group_id=75752&atid=544942 bugs] and [http://sourceforge.net/tracker/?group_id=75752&atid=544945 feature requests].
 +
 
 +
Here you can find information on procedures, code standards, etc:
 +
* [[Change Control Guidelines]]
 +
* [[Code Standards]]
 +
* [[Adding and removing source-files]]

Revision as of 06:11, 26 July 2006

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.

For now if you would like to help, pick a feature request, email Tzlaine, then work on it.

Programming Work usually contains a list of things needed to be completed, which will be updated with the 0.4 list of tasks when ready. For now, view the bugs and feature requests.

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