SC4 Devotion Forum Archives

Other City-Building Games => [Archived] CityMania - Open Source Sim City => Other games => CityMania Programming => Topic started by: croxis on October 08, 2009, 02:44:05 PM

Title: Code Documentation
Post by: croxis on October 08, 2009, 02:44:05 PM
I kinda figured out how to post html to githup pages, and I kinda figured out DOxygen documentation generator.  Here is the messy code documentation:

http://croxis.github.com/CityMania/docs/html/index.html
Title: Re: Code Documentation
Post by: tomkeus on October 08, 2009, 05:23:40 PM
OK, I took a glance at a documentation and I see a number of things that should be reconsidered.

I'm sorry I cannot go into any details now, but all computational work on some phase transitions I did over the summer is now spectacularly blowing up and I'll be tied down for something like a week.

Meanwhile I hope I'll get to finish the design document draft.
Title: Re: Code Documentation
Post by: croxis on October 08, 2009, 09:17:55 PM
Right now all the stuff from the c# client, the protocol buffer objects, and the python server are hodgepodge together which really need to be separated.  I also need to go through the docs and fix them up to match doxygen syntax.

I also understand things blowing up.