Difference between revisions of "Programming"

From FreeOrionWiki
Jump to: navigation, search
m (Reverted edit of TkkTwd, changed back to last version by Geoff the Medio)
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++, Python, [[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]].
+
If you want to contribute, please speak to [http://freeorion.org/forum/memberlist.php?mode=viewprofile&u=142] or [http://www.freeorion.org/forum/profile.php?mode=viewprofile&u=11 Tzlaine].
  
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.
+
A list of programming tasks to be completed can be found in [[Programming Work]].
  
[[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].
+
For information on procedures, code standards, etc:
 
+
Here you can find information on procedures, code standards, etc:
+
 
* [[Change Control Guidelines]]
 
* [[Change Control Guidelines]]
 
* [[Code Standards]]
 
* [[Code Standards]]
 
* [[Adding and removing source-files]]
 
* [[Adding and removing source-files]]

Revision as of 22:16, 2 July 2007

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

If you want to contribute, please speak to [1] or Tzlaine.

A list of programming tasks to be completed can be found in Programming Work.

For information on procedures, code standards, etc: