Changes between Version 12 and Version 13 of dev/Primer
- Timestamp:
- Apr 26, 2006, 12:12:38 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/Primer
v12 v13 22 22 There 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. 23 23 24 == 3. Repository ==24 == 4. Repository == 25 25 Orxonox 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]] 26 26 If you want to read more about this topic, you will find more infos at: 27 27 * [http://svnbook.red-bean.com/en/1.1/index.html the official subversion guide, written very funnily] 28 28 * [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:29 You can download the code repos in linux by typing: 30 30 {{{ 31 valisk $ svn co "https://svn.orxonox.net/orxonox" orxonox 31 valisk $ svn co https://svn.orxonox.net/orxonox orxonox 32 }}} 33 and the data repository (ships, textures, pictures, sounds, etc): 34 {{{ 35 valisk $ svn co https://svn.orxonox.net/data/ data 32 36 }}} 33 37 34 == 4. Compiling and Running ==38 == 5. Compiling and Running == 35 39 To get Orxonox running on your system, first read the following articles: [wiki:Running Get it Running]. 36 40 37 41 38 == 5. Chat, IRC ==42 == 6. Chat, IRC == 39 43 You 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... 40 44 41 45 42 == 6. Mailaliases ==46 == 7. Mailaliases == 43 47 We are maintaining a mail server. If possible we register the following addresses for someone called Peter Muster: 44 48 * peter at orxonox.ethz.ch … … 48 52 49 53 50 == 7. Webpage Stats: ==54 == 8. Webpage Stats: == 51 55 We 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: 52 56 * [https://www.orxonox.net/awstat/awstats.pl?config=www.orxonox.net awstat on orxonox server] … … 54 58 55 59 56 == 8. Finding your Way as a Developer ==60 == 9. Finding your Way as a Developer == 57 61 As 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: 58 62 * [https://www.orxonox.net/cgi-bin/trac.cgi/roadmap Roadmap] … … 65 69 66 70 67 == 9. Understanding Orxonox ==71 == 10. Understanding Orxonox == 68 72 It 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 69 73 on: [wiki:ModulesDescription module description]