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
Line 4: Line 4:
You can start understanding the code by:
You can start understanding the code by:
* To have an idea of the main loop : [http://hg.globulation2.org/glob2/?f=983c6bea60a3;file=doc/main%20engine%20loop.txt;style=raw doc/main engine loop.txt]
* To have an idea of the main loop : [http://hg.globulation2.org/glob2/?f=983c6bea60a3;file=doc/main%20engine%20loop.txt;style=raw doc/main engine loop.txt]
* To have an overview of the glob2's '''class structure''', you can begin by reading the [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/sourceCodeUnderstanding.txt?rev=HEAD&content-type=text/plain doc/sourceCodeUnderstanding.txt] file in glob2's CVS
* To have an overview of the glob2's '''class structure''', you can begin by reading the [http://hg.globulation2.org/glob2/?f=e6e6e7d3cc19;file=doc/sourceCodeUnderstanding.txt doc/sourceCodeUnderstanding.txt] file in glob2's [[Mercurial]]
* To have an idea of '''unit allocation''' [http://hg.globulation2.org/glob2/?f=e6e6e7d3cc19;file=doc/sourceCodeUnderstanding.txt;style=raw doc/unitAllocationUnderstanding.txt]
* To have an idea of '''unit allocation''' [http://hg.globulation2.org/glob2/?f=e6e6e7d3cc19;file=doc/sourceCodeUnderstanding.txt;style=raw doc/unitAllocationUnderstanding.txt]
* To have a list of all '''capitals quick comments''' , read [http://hg.globulation2.org/glob2/?f=5054da85c369;file=doc/sourceCodeTagging.txt;style=raw doc/sourceCodeTagging.txt]
* To have a list of all '''capitals quick comments''' , read [http://hg.globulation2.org/glob2/?f=5054da85c369;file=doc/sourceCodeTagging.txt;style=raw doc/sourceCodeTagging.txt]

Revision as of 01:28, 22 April 2007

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:

Misc