Page 1 of 1

Hosting Ogre3d's source code

Posted: Tue Aug 19, 2014 11:04 am
by paul424
Hello , could you give link at your main site to http://code.metager.de/source/xref/ogre ... reRoot.cpp ...
So one can read the code online with all the bells and whistles this site provides ?

Re: Hosting OGre3d's source code

Posted: Mon Aug 25, 2014 9:36 am
by Transporter
I didn't understand your question. The source code is located at https://bitbucket.org/sinbad/ogre

Re: Hosting OGre3d's source code

Posted: Thu Aug 28, 2014 7:27 pm
by paul424
Sure , but you cannot jump back and forth with it.

Re: Hosting OGre3d's source code

Posted: Thu Aug 28, 2014 8:46 pm
by kulik

Re: Hosting OGre3d's source code

Posted: Mon Sep 15, 2014 4:29 pm
by paul424
Qrde, one cannot, you can only jump to method's/ function's descritiption in doxygen doc. But nothing more ...

Re: Hosting OGre3d's source code

Posted: Mon Sep 15, 2014 6:02 pm
by Herb
Sounds like there's some different doxygen flags in your generation that you find helpful. Maybe if you know which flags you're using you can share them. If the community finds it useful, I would think the ogre team could re-gen the doxygen with new/modified flags. I'm just not sure what exactly you're meaning with jumping back and forth still...

Re: Hosting OGre3d's source code

Posted: Mon Sep 15, 2014 6:19 pm
by c6burns
If you check the link in the original post, it's a web based code analysis tool. AFAIK most people are using their IDE / doxygen docs for this task. The problem with linking to this, as with many things, is who maintains it?

Also I think the right question to ask is "Would anyone find this useful?" and not "Can you please link this from the main site?". If everyone says yes to the first question, the second question won't even need to get asked, it will just happen.

Re: Hosting OGre3d's source code

Posted: Mon Sep 15, 2014 8:34 pm
by Herb
yeah, I didn't check the link... Now that I do, this is a tool I'm not familiar with... Well, agree with you c6burns on the "question" change. I personally think the doxygen output already up is sufficient for the community. You can always use tools on your own for more analysis.

Re: Hosting OGre3d's source code

Posted: Mon Sep 15, 2014 9:47 pm
by spacegaier
I agree with the previous comments that the community needs to specify if the current doxygen output is enough or not.

If more elaborate flags for our doxygen output are requested, please create a matching pull-request. The doxygen config file is part of the Ogre source: <source_path>/docs/src/html.cfg

I will then take care of re-generating and uploading newer versions.

@paul24: Who is maintaining that metager.de website? The university of Hannover? Does that tool automatically pull in the latest source code to stay up-to-date? Does it handles multiple branches?

Re: Hosting OGre3d's source code

Posted: Tue Sep 16, 2014 2:30 pm
by Transporter
spacegaier wrote:I agree with the previous comments that the community needs to specify if the current doxygen output is enough or not.
I think Doxygen is enough for that case. Maybe it would be a good idea to upload all three API docs: 1.9, 1.10 and 2.0

The code documentation is not that problem, the API doc is also included in SDKs. But we need a new documentation and new tutorials for 1.9+!

Re: Hosting Ogre3d's source code

Posted: Sun Sep 21, 2014 10:55 pm
by paul424
spacegaier: This is some long running german research company providing meta search engine https://metager.de/impressum/ By some reason they are hosting this projects' source code : https://metager.de/faq/ . Is seems to be no answer IN the FAQ how the new projects are added , but my german is ziemlisch schlecht ...
EDIT : Well it uses the OpenGrok software : http://opengrok.github.io/OpenGrok/ I don't say you must depend of the aforementioned site; it would be just handy to have this source code browser ... :) .