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
m (markup bugfix)
m (markup bugfix bugfix)
Line 10: Line 10:
* [[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.]]


* [[A list of 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++.

Revision as of 14:03, 30 December 2005

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, savannah as well as IRC are also central points 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

Old Wiki Pages

The content of those page should find a place somewhere in Doxygen source documentation or on this new site:

Misc