Changes between Version 78 and Version 79 of dev
- Timestamp:
- Apr 11, 2017, 11:05:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev
v78 v79 1 1 = Development = 2 3 [[TracNav(TracNav/TOC_Development)]]4 2 5 3 {{{ 6 4 #!div style="background-color: #FFFFDD; border: 3px solid #000000; margin: 5px; padding: 10px; width: 710px;" 7 5 [[span('''General Information''', style=font-family: sans-serif; font-size: 16px)]] 8 * [ http://www.orxonox.net/ Orxonox] is a cross platform open source 3D game, programmed in C++6 * [/ Orxonox] is a cross platform open source 3D game, programmed in C++ 9 7 * Orxonox is developed by students at the [http://www.ethz.ch ETH Zürich] 10 * '''PPS students go [wiki: PPS_main here]'''8 * '''PPS students go [wiki:pps/main here]''' 11 9 * You can contact us in the [http://forum.orxonox.net/ forum] or in [irc://irc.orxonox.net/orxonox IRC] ([http://irc.orxonox.net?join=orxonox webclient]) 12 10 * Mailing lists: [https://lists.orxonox.net/mailman/listinfo/orxonox-announce announce] (for everyone), [https://lists.orxonox.net/mailman/listinfo/orxonox-dev dev] (for developers), [https://lists.orxonox.net/mailman/listinfo/tickets ticket] (Ticket changes) and [https://lists.orxonox.net/mailman/listinfo/orxonox-commit commit] (for coders) 13 * The [wiki: credits team] behind Orxonox11 * The [wiki:dev/credits team] behind Orxonox 14 12 }}} 15 13 … … 17 15 #!div style="background-color: #F4F4FF; border: 3px solid #000000; margin: 5px; padding: 10px; width: 710px;" 18 16 [[span('''Development''', style=font-family: sans-serif; font-size: 16px)]] 19 * We use [wiki: SVN] for revision control (code and media)17 * We use [wiki:code/tools/SVN SVN] for revision control (code and media) 20 18 * Main code repository: http://svn.orxonox.net/game/code/trunk/ 21 19 * Main data repository: http://svn.orxonox.net/game/data/trunk/ 22 20 * [wiki:download Instructions] on how to build the game from source. 23 * If you want to help us, feel free to contact us. Read [wiki: Contribute this] for a short introduction21 * If you want to help us, feel free to contact us. Read [wiki:dev/Contribute this] for a short introduction 24 22 * Found a bug? Tell us in the [http://forum.orxonox.net/viewforum.php?f=6 forum] or create a [http://www.orxonox.net/newticket ticket] 25 * Read more about the ticket system and the Roadmap [wiki:TicketsystemHowTo here].26 23 * Read [wiki:WikiFormatting this] to learn about wiki formatting 27 24 * Read the sections below about programming and content creation for detailed information … … 46 43 }}} 47 44 '''Documentation''': 48 * [wiki: ModulesDescription Modules] - Get an overview of our Framework49 * [wiki: Documentation] - A documentation of all our libraries and classes50 * [wiki: Libraries] - An overview of the external libraries51 * [ doxygen:index.htmlAPI Reference] - An automatically generated reference of classes, functions, macros and other stuff52 * [wiki: HowTo_codingHowTo] - This page covers several topics and explains how to do things53 * [wiki: FAQ_codingFAQ] - Check out the FAQ to get answers on frequent questions45 * [wiki:code/doc/ModulesDescription Modules] - Get an overview of our Framework 46 * [wiki:code/doc Documentation] - A documentation of all our libraries and classes 47 * [wiki:code/libs Libraries] - An overview of the external libraries 48 * [/jenkins/view/Management/job/orxonox_doxygen_trunk/javadoc/ API Reference] - An automatically generated reference of classes, functions, macros and other stuff 49 * [wiki:code/howto HowTo] - This page covers several topics and explains how to do things 50 * [wiki:code/FAQ FAQ] - Check out the FAQ to get answers on frequent questions 54 51 55 52 {{{ … … 58 55 }}} 59 56 '''Coding''': 60 * [wiki:c ++_styleguide Styleguide] - Please read and follow the Styleguide to create readable and useful code61 * [wiki: Doxygen Commenting] your source code in a professional way is very important.62 * [wiki: howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful63 * [wiki: PerformanceTips Performance] - Learn how to write fast code57 * [wiki:code/C++_styleguide Styleguide] - Please read and follow the Styleguide to create readable and useful code 58 * [wiki:code/tools/Doxygen Commenting] your source code in a professional way is very important. 59 * [wiki:code/howto/STL Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful 60 * [wiki:code/PerformanceTips Performance] - Learn how to write fast code 64 61 65 62 {{{ … … 68 65 }}} 69 66 '''Tools''': 70 * [wiki: SVN] - Our revision control tool. You should know how to use it71 * [wiki: CMake] - Our build tool (forget about makefiles)72 * [wiki: Buildsystem] - Build settings for CMake73 * [wiki: KDevelop3] - An open source IDE74 * [wiki: EclipseIDE] - Another fine IDE75 * [wiki: Debugging] - Some information about various debuggers76 * [wiki: LinuxCodingTools Other Tools] - A list of other development tools67 * [wiki:code/tools/SVN SVN] - Our revision control tool. You should know how to use it 68 * [wiki:code/tools/CMake CMake] - Our build tool (forget about makefiles) 69 * [wiki:code/Buildsystem Buildsystem] - Build settings for CMake 70 * [wiki:code/tools/KDevelop3 KDevelop3] - An open source IDE 71 * [wiki:code/tools/EclipseIDE EclipseIDE] - Another fine IDE 72 * [wiki:code/tools/Debugging Debugging] - Some information about various debuggers 73 * [wiki:code/tools/LinuxCodingTools Other Tools] - A list of other development tools 77 74 78 75 }}} … … 83 80 This section is about model creation, design, sound and everything that is somehow related to the game content. 84 81 85 * [wiki: ContentState Overview] - Read about the current state of content creation. If you want a brief overview, this is the place to start.82 * [wiki:content/ContentState Overview] - Read about the current state of content creation. If you want a brief overview, this is the place to start. 86 83 87 * [wiki: Universe] - All about the Orxonox universe. Learn about the planets, factions, people and the technology in the game.84 * [wiki:content/Universe Universe] - All about the Orxonox universe. Learn about the planets, factions, people and the technology in the game. 88 85 89 * [wiki:c c_guidelines Guidelines] - The guidelines in place to promote a consistent style through out the game.86 * [wiki:content/CC_guidelines Guidelines] - The guidelines in place to promote a consistent style through out the game. 90 87 91 * [wiki: Gallery Gallery] - Here, you can see what our content creation team has achieved so far. Take a look at futuristic spaceships and fancy aliens.88 * [wiki:content/Gallery Gallery] - Here, you can see what our content creation team has achieved so far. Take a look at futuristic spaceships and fancy aliens. 92 89 93 * [wiki: Story] - Read what happens in the game. Spoiler Alert!90 * [wiki:content/Story Story] - Read what happens in the game. Spoiler Alert! 94 91 95 * [wiki: ContentCreationTuts Tutorials] - Do you want to learn about the software we use for modelling and level design? Or would you like to create your own 3d-model? Go on and try some of our tutorials, it's easy to learn!92 * [wiki:content/ContentCreationTuts Tutorials] - Do you want to learn about the software we use for modelling and level design? Or would you like to create your own 3d-model? Go on and try some of our tutorials, it's easy to learn! 96 93 97 94 * [wiki:content Alphabetical List of Content-Related Pages] - If you are looking for something specific, you will find it in this index. … … 103 100 #!div style="background-color: #FFFFFF; border: 1px dotted #888888; margin: 5px; padding: 10px; clear: both;" 104 101 [[span('''Miscellaneous''', style=font-family: sans-serif; font-size: 16px)]] 105 * Useful [wiki:DevelopmentResources Links] 106 * An incomplete wiki overview: [wiki:archive], [wiki:code], [wiki:content], [wiki:howtos], [wiki:people], [wiki:PPS], [wiki:websites] 102 * Useful [wiki:dev/DevelopmentResources Links] 103 * An incomplete wiki overview: [wiki:~archive], [wiki:code], [wiki:content], [wiki:code/howto], [wiki:people], [wiki:pps], [wiki:TitleIndex] 104 105 ** List of dev-pages ** 106 107 [[TitleIndex(dev/,format=hierarchy)]] 108 109 107 110 }}}