Free and Open Source real time strategy game with a new take on micro-management

Difference between revisions of "Developer Center"

From Globulation2

Jump to: navigation, search
Line 1: Line 1:
This page is intended to be the center of the developer community, i.e. people working with direct CVS access. The final code documentation should be written by doxygen into CVS in docsrc/ directory, but intermediate doc are welcomed here to be worked on.
This page is intended to be the center of the developer community, i.e. people working with direct CVS access. The final code documentation should be written by doxygen into CVS in docsrc/ directory, but intermediate doc are welcomed here to be worked on.



===Resources for developers===
===Resources for developers===
Line 5: Line 6:
These are wiki resources usefull for developer:
These are wiki resources usefull for developer:
* [[Changes|Changelog for players, source for release notes]]. Please update it when you commit a new feature or an important bug fix in the CVS.
* [[Changes|Changelog for players, source for release notes]]. Please update it when you commit a new feature or an important bug fix in the CVS.

* [[Mingw_cross_compilation| Cross compile glob2]] - explains how to compile globulation2 for windows on Debian
* [[Mingw_cross_compilation| Cross compile glob2]] - explains how to compile globulation2 for windows on Debian
* [[Mingw compilation|Compile glob2 with mingw]] - explains how to compile globulation2 on windows using mingw.
* [[Mingw compilation|Compile glob2 with mingw]] - explains how to compile globulation2 on windows using mingw.

* [[File Hierarchy|The hierarchy of files in glob2's sources]]. Refer to CVS HEAD.
* [[File Hierarchy|The hierarchy of files in glob2's sources]]. Refer to CVS HEAD.

* [[GUI Theming]]
* [[GUI Theming]]

* [[CodingConventions|Programming conventions used by source code]]. Please follow them if you want to contribute to source code. You can comment them in ther [[Talk:CodingConventions|discussion page.]]
* [[CodingConventions|Programming conventions used by source code]]. Please follow them if you want to contribute to source code. You can comment them in ther [[Talk:CodingConventions|discussion page.]]

* [[Source Understanding Guide|Things to read if you want to enter into glob2's source code.]]
* [[Source Understanding Guide|Things to read if you want to enter into glob2's source code.]]

* [[Common Programming Mistakes|Mistake often seen in C++]]. Please read this and check your code if you are new to C++.
* [[Common Programming Mistakes|Mistake often seen in C++]]. Please read this and check your code if you are new to C++.

* [[Resource_Algorithm|Resource growing description]]
* [[Resource_Algorithm|Resource growing description]]

* [[Gradients|High level gradient usage description]]
* [[Gradients|High level gradient usage description]]

* [[Terrain|High level terrain description]]
* [[Terrain|High level terrain description]]

* [[Road Map|Road Map for things still to implement in Globulation 2]]
* [[Road Map|Road Map for things still to implement in Globulation 2]]

* [[Main Issues|Proposals for some actively supported issues]]
* [[Main Issues|Proposals for some actively supported issues]]

* [[Usability issues]]
* [[Usability issues]]


Of course, [[Contributor Center|Resources for contributors]], [http://savannah.nongnu.org/projects/glob2 savannah] as well as [[IRC]] are also very usefull for developers.
Of course, [[Contributor Center|Resources for contributors]], [http://savannah.nongnu.org/projects/glob2 savannah] as well as [[IRC]] are also very usefull for developers.



===Work in Progress===
===Work in Progress===

These sections are still being worked on. While you're welcome to comment on them, you shouldn't spend all day nitpicking on them, as they might be changed completely or removed before you're finished.
These sections are still being worked on. While you're welcome to comment on them, you shouldn't spend all day nitpicking on them, as they might be changed completely or removed before you're finished.


Line 40: Line 29:
:Documentation in progress for Nicowar AI.
:Documentation in progress for Nicowar AI.


===Request for comments===


===Request for comments===
These files have been written up fully, but need to be peer-reviewed. Please read through these pages, edit and comment on them.
These files have been written up fully, but need to be peer-reviewed. Please read through these pages, edit and comment on them.



Revision as of 01:06, 17 February 2006

This page is intended to be the center of the developer community, i.e. people working with direct CVS access. The final code documentation should be written by doxygen into CVS in docsrc/ directory, but intermediate doc are welcomed here to be worked on.


Resources for developers

These are wiki resources usefull for developer:

Of course, Resources for contributors, savannah as well as IRC are also very usefull for developers.


Work in Progress

These sections are still being worked on. While you're welcome to comment on them, you shouldn't spend all day nitpicking on them, as they might be changed completely or removed before you're finished.

Documentation in progress for Nicowar AI.


Request for comments

These files have been written up fully, but need to be peer-reviewed. Please read through these pages, edit and comment on them.

  • nothing for now
Misc