Free and Open Source real time strategy game with a new take on micro-management

Difference between revisions of "Source Understanding Guide"

From Globulation2

Jump to: navigation, search
(Import from old wiki)
 
m
Line 13: Line 13:
* The [http://lists.nongnu.org/archive/html/glob2-devel/2005-05/msg00042.html scripting language] thread on the mailing list threw up a few interesting points about SGSL. Noteably, [http://lists.nongnu.org/archive/html/glob2-devel/2005-05/msg00063.html these] [http://lists.nongnu.org/archive/html/glob2-devel/2005-05/msg00085.html two] posts by nct.
* The [http://lists.nongnu.org/archive/html/glob2-devel/2005-05/msg00042.html scripting language] thread on the mailing list threw up a few interesting points about SGSL. Noteably, [http://lists.nongnu.org/archive/html/glob2-devel/2005-05/msg00063.html these] [http://lists.nongnu.org/archive/html/glob2-devel/2005-05/msg00085.html two] posts by nct.
* [http://lists.gnu.org/archive/html/glob2-devel/2005-07/msg00014.html This thread] on the mailing list has some discussion of map-related functions.
* [http://lists.gnu.org/archive/html/glob2-devel/2005-07/msg00014.html This thread] on the mailing list has some discussion of map-related functions.

To port from old wiki:
* To understand the algorithm for resource growth, read [[ResourceAlgorithm]].
* Globs find their way around by sniffing at [[Gradients]].
* I have scribbled a few notes about [[Terrain]]


Also [http://moneo.phear.org/~nct/html this] web page is generated directly from the [http://savannah.nongnu.org/cgi-bin/viewcvs/glob2/glob2/ CVS] using ''`DoxyGen'''. You can see some UML diagrams (collaboration diagram, class diagrams, etc...)
Also [http://moneo.phear.org/~nct/html this] web page is generated directly from the [http://savannah.nongnu.org/cgi-bin/viewcvs/glob2/glob2/ CVS] using ''`DoxyGen'''. You can see some UML diagrams (collaboration diagram, class diagrams, etc...)

Revision as of 12:58, 18 December 2005

Right now only a copy pasted of old wiki, we have to improve this. Eventually this page will disappear as all documentation will be included in the doxygen autogenerated doc. --Nct 03:49, 18 December 2005 (PST)

You can start understanding the code by:

Also this web page is generated directly from the CVS using `DoxyGen'. You can see some UML diagrams (collaboration diagram, class diagrams, etc...)

Misc