Difference between revisions of "Programming"

From FreeOrionWiki
Jump to: navigation, search
m (Zach is back)
Line 1: Line 1:
 
[[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].
 
[[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]].  [[Programming Work]] contains a list of things needed to be completed.
+
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:
 
Here you can find information on procedures, code standards, etc:

Revision as of 01:40, 19 December 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.

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: