Changes between Version 18 and Version 19 of dev/Primer
- Timestamp:
- Oct 26, 2006, 9:36:52 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/Primer
v18 v19 5 5 This is a little tutorial for all new to Orxonox, a little refresh for all others: 6 6 7 == 1. Mail lists ==7 == 1. Mail lists == 8 8 We've got 3 major mailing lists: [[br]] 9 9 * [mailto:orxonox-dev@mail.datacore.ch orxonox-dev] [https://mail.datacore.ch/mailman/listinfo/orxonox-dev subscribe] : development stuff just for us … … 14 14 == 2. Webpage == 15 15 We've got two web pages: [[br]] 16 [http://www.orxonox.net The Main Page]: This page is for all thatwant some quick infos [[br]]17 [https://www.orxonox.net/cgi-bin/trac.cgi/wiki This Wiki]: Wiki for developers, to work more interactive[[br]]16 [http://www.orxonox.net The Main Page]: This page is for all who want some quick infos [[br]] 17 [https://www.orxonox.net/cgi-bin/trac.cgi/wiki This Wiki]: The Wiki page for developers to support interactive work [[br]] 18 18 19 The wiki has got some nice features like the ticket system, where you can set up development requests. The roadmap shows what the current development goals are. Anyone with a account /pass (all developers) is able to make changes to the wiki or the ticket system; just use the account from the subversion.19 The wiki has got some nice features like the ticket system, where you can set up development requests. The roadmap shows what the current development goals are. Anyone with a account / password (all developers) is able to make changes to the wiki or the ticket system; just by using the account from the subversion system. 20 20 21 21 22 22 == 3. Forum == 23 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 willbe able to post there.23 There is also a forum: https://www.orxonox.net/forum/ - we use it to exchange thoughts, drawings, materials, whatever. You will have to create a new account to be able to post there. 24 24 25 25 26 26 == 4. Chat, IRC == 27 You will find us normallyon our irc-channel on: '''irc://irc.datacore.ch ''', channel: '''#orxonox'''. there we talk about Orxonox, development issues or something else...27 You will normally find some of us on our irc-channel on: '''irc://irc.datacore.ch ''', channel: '''#orxonox'''. there we talk about Orxonox, development issues or something else... 28 28 29 29 30 == 5. Mail aliases ==30 == 5. Mail aliases == 31 31 We are maintaining a mail server. If possible we register the following addresses for someone called Peter Muster: 32 32 * peter at orxonox.ethz.ch 33 33 * peter.muster at orxonox.ethz.ch 34 34 * muster at orxonox.ethz.ch 35 and forward them to your email account or to a local mailbox on the server , that you will be able to check out via imap.35 and forward them to your email account or to a local mailbox on the server that you are able to check out via imap. 36 36 37 37 … … 39 39 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: 40 40 * [https://www.orxonox.net/awstat/awstats.pl?config=www.orxonox.net awstat on orxonox server] 41 You have to log in with your account (subversion/wiki).41 You have to log in with your subversion account. 42 42 43 43 44 44 == 7. Repository == 45 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]]46 If you want to read more about this topic, you will find more infos at:45 Orxonox is programmed by many programmers at the same time. To synchronize the work and to make it available for all, we've got a central subversion server (subversion is a versioning system; the newer form of cvs). Most Linuxes already have svn (subversion) in their software repository (gentoo: portage tree, debian: apt-system), for Windows you need to install tortoise svn, which you can get here: http://tortoisesvn.tigris.org/ [[br]] 46 If you want to read more about this topic, go to: 47 47 * [http://svnbook.red-bean.com/en/1.1/index.html the official subversion guide, written very funnily] 48 48 * [http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html a shorter version] 49 You can download the code repos in linux by typing:49 You can download the code repositories in Linux by typing: 50 50 {{{ 51 valisk$ svn co https://svn.orxonox.net/orxonox orxonox51 yourcomputer $ svn co https://svn.orxonox.net/orxonox orxonox 52 52 }}} 53 53 and the data repository (ships, textures, pictures, sounds, etc): 54 54 {{{ 55 valisk$ svn co https://svn.orxonox.net/data/ data55 yourcomputer $ svn co https://svn.orxonox.net/data/ data 56 56 }}} 57 57 58 58 59 59 == 8. Compiling and Running == 60 To get Orxonox running on your system, first read the following articles: [wiki:Running Get it Running].60 To get Orxonox running on your system, first read the following articles: [wiki:Running How to get Orxonox running]. 61 61 62 62 63 63 == 9. Finding your Way as a Developer == 64 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:64 As a developer of Orxonox 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: 65 65 * [https://www.orxonox.net/cgi-bin/trac.cgi/roadmap Roadmap] 66 66 and all tasks, that we have defined yet: 67 67 * [https://www.orxonox.net/cgi-bin/trac.cgi/report/1 Tasks] 68 You will see the current changes on the orxonox source and the wiki on69 the tim line of our wiki:68 You will see the current changes on the orxonox source and the Wiki on 69 the timeline of our Wiki: 70 70 * [https://www.orxonox.net/cgi-bin/trac.cgi/timeline timeline] 71 71 The commit messages will also be sent to your email adress, if you have registered to the orxonox-commit mailinglist … … 73 73 74 74 == 10. Understanding Orxonox == 75 It definit ly 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, thatwe are currently working75 It definitely takes some time to understand the Orxonox source 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 source files themselves: we use doxygen to comment the code, so you will find comments for every class/function. There is a second source of information, which we are currently working 76 76 on: [wiki:ModulesDescription module description] 77 77