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 7: Line 7:
===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 CVS.
* [[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.
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy
* [[Compatibility]] - one issue should be fixed per release so its supported on more operating systems
* [[Compatibility]] - one issue should be fixed per release so its supported on more operating systems
* [[Releasing a new version]] - what to do when its time to release a new version
* [[Releasing a new version]] - what to do when its time to release a new version
* [[Uploading to Savannah]] - what to do when your ready to upload the version
* [[Uploading to Savannah]] - what to do when your ready to upload the version
* [[Developer Todo]] - list of things the developers are working on (includes roadmap)
* [[Developer Todo]] - list of things the developers are working on (includes roadmap)
====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.
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy


===Coding info===
===Coding info===

Revision as of 00:59, 22 April 2007

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:

Compilation and Releases

Packaging

Coding info

Algorithm Descriptions

New Programming Documents / Tutorials

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