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 8: Line 8:
* To have a list of all '''capitals quick comments''' , read [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/sourceCodeTagging.txt?rev=HEAD&content-type=text/plain doc/sourceCodeTagging.txt]
* To have a list of all '''capitals quick comments''' , read [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/sourceCodeTagging.txt?rev=HEAD&content-type=text/plain doc/sourceCodeTagging.txt]
* To have an overview of the `BuildingType system, read [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/BuildingType.txt?rev=HEAD&content-type=text/plain doc/BuildingType.txt]
* To have an overview of the `BuildingType system, read [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/BuildingType.txt?rev=HEAD&content-type=text/plain doc/BuildingType.txt]
* For a listing of all the BuildingType INT's read [[BuildingSourceInts]]
* To have an insight on how the actual YOG system works, and to understand the complexity of FW/NAT passing, read [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/YogUnderstanding.txt?rev=HEAD&content-type=text/plain doc/YOGUnderstanding.txt]
* To have an insight on how the actual YOG system works, and to understand the complexity of FW/NAT passing, read [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/YogUnderstanding.txt?rev=HEAD&content-type=text/plain doc/YOGUnderstanding.txt]
* To have a '''quick summary of the unit''', read [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/unit.txt?rev=HEAD&content-type=text/plain doc/unit.txt]
* To have a '''quick summary of the unit''', read [http://savannah.nongnu.org/cgi-bin/viewcvs/*checkout*/glob2/glob2/doc/unit.txt?rev=HEAD&content-type=text/plain doc/unit.txt]

Revision as of 08:16, 8 September 2006

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