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
(Coding info)
(Packaging: Added article)
(32 intermediate revisions by 9 users not shown)
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 [[Mercurial]] access. The final code documentation should be written by doxygen into [[Mercurial]] in docsrc/ directory, but intermediate doc are welcomed here to be worked on.




Line 6: Line 6:
These are wiki resources usefull for developer:
These are wiki resources usefull for developer:
===Compilation and Releases===
===Compilation and Releases===
* [[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 [[Mercurial]].
* [[Compatibility]] - one issue should be fixed per release so it's supported on more operating systems
* [[Mingw_cross_compilation| Cross compile glob2]] - explains how to compile globulation2 for windows on Debian
* [[Releasing a new version]] - what to do when it's time to release a new version
* [[Uploading to Savannah]] - what to do when you're ready to upload the version
* [[Things to do before 1.0.0]] - a list of must do things that need to be incorporated into Globulation before the 1.0.0 release
* [[Converting from the old map format]] - After Alpha 23, the format for maps was changed, so you need to convert
* [[Obtaining the Release Candidate]] - How to work with the release candidate
* [[Beta 5 rebalance]] - Slight gameplay tweaks in beta 5
====Packaging====
* [[Building the .deb file]] - making a package for 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.
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy
* [[Cross compiling deb packages on Hudson]] - how to cross compile and package using pbuilder.


===Coding info===
===Coding info===
* [[Main Issues|Proposals for some actively supported issues]]
* [[File Hierarchy|The hierarchy of files in glob2's sources]]. Refer to CVS HEAD.
* [http://cofundos.org/projects.php?tag=glob2 Bounty projects] - a list of things people will pay to have implemented.
* [[General Gameplay Guidelines]] - what the game must keep to
* [[File Hierarchy|The hierarchy of files in glob2's sources]]. Refer to [[Mercurial]] 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.]]
* [[Code_Documentation|View the way code should be documented]]
* [[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++.
* [[Campaign Creation]] Information on adding campaigns into the code
* [[Road Map|Road Map for things still to implement in Globulation 2]]
* [[BuildingSourceInts]]
* [[Main Issues|Proposals for some actively supported issues]]
* [[Usability issues]]
* [[Race Customization]]
* [[Making An AI With Echo (part 1)|Making An AI With Echo]]. Read this if you want to make an AI for Glob2.
* [Campaign Creation]] Information on adding campaigns into the code
* [[How to contribute without having access to VCS]]

===Algorithm Descriptions===
====Algorithm Descriptions====
* [[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]]


===New Programming Documents / Tutorials===
* [[New AI System|The New Echo AI System]]. Some early information about Echo design.
* [[Making An AI With Echo]]. Read this if you want to make an AI for Glob2.
* [[New YOG Design Documents]]. Read this for a description of the new YOG system (still in development)


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===
Line 38: Line 48:


* [[AINicowar]]
* [[AINicowar]]
* [[Universe Background]]
:Documentation in progress for Nicowar AI.
* [[USL interface]]



===Request for comments===
===Request for comments===
Line 45: Line 55:


* nothing for now
* nothing for now
[[Category:Developer Resources]]

Revision as of 14:26, 12 March 2010

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


Resources for developers

These are wiki resources usefull for developer:

Compilation and Releases

Packaging

Coding info

Algorithm Descriptions


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.

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