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
(moved coding convention from rfc to accepted)
Line 6: Line 6:
* [[Changes]]
* [[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.
:Changelog for players, source for release notes. Please update it when you commit a new feature or an important bug fix in the CVS.

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


===Work in Progress===
===Work in Progress===
Line 16: Line 19:
===Request for comments===
===Request for comments===


These files have been written up fullly, 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.


* nothing for now
* [[CodingConventions|Programming Conventions]]
** approved by [[User:Nct]]
** rejected by noone yet
** see [[Talk:CodingConventions|discussion page]] for details

Revision as of 11:12, 18 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 resources usefull for developer

Changelog for players, source for release notes. Please update it when you commit a new feature or an important bug fix in the CVS.
Conventions used by glob2's source code. Please follow them if you want to contribute to source code. You can comment them in ther discussion page.

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