Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 12 and Version 13 of dev/Primer


Ignore:
Timestamp:
Apr 26, 2006, 12:12:38 AM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/Primer

    v12 v13  
    2222There is also a forum: https://www.orxonox.net/forum/ - we use it to exchange thoughts, drawings, materials, whatever. You will have to create your name there from then on, you will be able to post there.
    2323
    24 == 3. Repository ==
     24== 4. Repository ==
    2525Orxonox is being programmed by many programmers at the same time (at the moment we are 7 programmers). To synchronize the work and to make it available for all, we've got a central subversion server (subversion is a newer form of cvs). Most Linuxes have got svn (subversion) in their software repository (gentoo: portage tree, debian: apt-system), Windows needs  special software, that you can get from: http://tortoisesvn.tigris.org/ [[br]]
    2626If you want to read more about this topic, you will find more infos at:
    2727* [http://svnbook.red-bean.com/en/1.1/index.html the official subversion guide, written very funnily]
    2828* [http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html a shorter version]
    29 You can download the repos in linux by typing:
     29You can download the code repos in linux by typing:
    3030{{{
    31 valisk $ svn co "https://svn.orxonox.net/orxonox" orxonox
     31valisk $ svn co https://svn.orxonox.net/orxonox orxonox
     32}}}
     33and the data repository (ships, textures, pictures, sounds, etc):
     34{{{
     35valisk $ svn co https://svn.orxonox.net/data/ data
    3236}}}
    3337
    34 == 4. Compiling and Running ==
     38== 5. Compiling and Running ==
    3539To get Orxonox running on your system, first read the following articles: [wiki:Running Get it Running].
    3640
    3741
    38 == 5. Chat, IRC ==
     42== 6. Chat, IRC ==
    3943You will find us normally on our irc-channel on: '''irc://irc.datacore.ch ''', channel: '''#orxonox'''. there we talk about Orxonox, development issues or something else...
    4044
    4145
    42 == 6. Mailaliases ==
     46== 7. Mailaliases ==
    4347We are maintaining a mail server. If possible we register the following addresses for someone called Peter Muster:
    4448* peter at orxonox.ethz.ch
     
    4852
    4953
    50 == 7. Webpage Stats: ==
     54== 8. Webpage Stats: ==
    5155We have installed a graph, that monitors the current web traffic on our server. We keep track about visits/hits on our website. you find it in:
    5256* [https://www.orxonox.net/awstat/awstats.pl?config=www.orxonox.net awstat on orxonox server]
     
    5458
    5559
    56 == 8. Finding your Way as a Developer ==
     60== 9. Finding your Way as a Developer ==
    5761As a developer of orxonox (coder/modler) you will want to communicate over our mailinglists, the wiki and the irc. You will find the current tasks, for the next orxonox release under:
    5862 * [https://www.orxonox.net/cgi-bin/trac.cgi/roadmap Roadmap]
     
    6569
    6670
    67 == 9. Understanding Orxonox ==
     71== 10. Understanding Orxonox ==
    6872It definitly take some time to understand the Orxonox code. The best way to get your questions answered is to post them on the development-mailinglist. Even better is to just go to the developers and ask them to give you an overview... Once you know where to find which functions, you will want to read some more about special topics in the sourcefiles itself: we use doxygen to comment the code, so you will find a comment to every class/function. There is a second source of information, that we are currently working
    6973on: [wiki:ModulesDescription module description]