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 10: Line 10:
* [[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
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy
* [[Release Goals|Goals for next release]] - a list of goals that need should be achieved for the next release
* [[Todo for 1.0 release]] - an old list of things that we wanted to see by 1.0
* [[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)


===Coding info===
===Coding info===
Line 24: Line 22:
* [[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++.
* [[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]]
* [[Campaign Creation]] Information on adding campaigns into the code
* [[Campaign Creation]] Information on adding campaigns into the code
* [[BuildingSourceInts]]
* [[BuildingSourceInts]]

Revision as of 03:05, 14 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

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