Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 78 and Version 79 of dev


Ignore:
Timestamp:
Apr 11, 2017, 11:05:34 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • dev

    v78 v79  
    11= Development =
    2 
    3 [[TracNav(TracNav/TOC_Development)]]
    42
    53{{{
    64#!div style="background-color: #FFFFDD; border: 3px solid #000000; margin: 5px; padding: 10px; width: 710px;"
    75[[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++
    97 * 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]'''
    119 * 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])
    1210 * 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 Orxonox
     11 * The [wiki:dev/credits team] behind Orxonox
    1412}}}
    1513
     
    1715#!div style="background-color: #F4F4FF; border: 3px solid #000000; margin: 5px; padding: 10px; width: 710px;"
    1816[[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)
    2018  * Main code repository: http://svn.orxonox.net/game/code/trunk/
    2119  * Main data repository: http://svn.orxonox.net/game/data/trunk/
    2220 * [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 introduction
     21 * If you want to help us, feel free to contact us. Read [wiki:dev/Contribute this] for a short introduction
    2422 * 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].
    2623 * Read [wiki:WikiFormatting this] to learn about wiki formatting
    2724 * Read the sections below about programming and content creation for detailed information
     
    4643}}}
    4744'''Documentation''':
    48  * [wiki:ModulesDescription Modules] - Get an overview of our Framework
    49  * [wiki:Documentation] - A documentation of all our libraries and classes
    50  * [wiki:Libraries] - An overview of the external libraries
    51  * [doxygen:index.html API Reference] - An automatically generated reference of classes, functions, macros and other stuff
    52  * [wiki:HowTo_coding HowTo] - This page covers several topics and explains how to do things
    53  * [wiki:FAQ_coding FAQ] - Check out the FAQ to get answers on frequent questions
     45 * [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
    5451
    5552{{{
     
    5855}}}
    5956'''Coding''':
    60  * [wiki:c++_styleguide Styleguide] - Please read and follow the Styleguide to create readable and useful code
    61  * [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 useful
    63  * [wiki:PerformanceTips Performance] - Learn how to write fast code
     57 * [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
    6461
    6562{{{
     
    6865}}}
    6966'''Tools''':
    70  * [wiki:SVN] - Our revision control tool. You should know how to use it
    71  * [wiki:CMake] - Our build tool (forget about makefiles)
    72  * [wiki:Buildsystem] - Build settings for CMake
    73  * [wiki:KDevelop3] - An open source IDE
    74  * [wiki:EclipseIDE] - Another fine IDE
    75  * [wiki:Debugging] - Some information about various debuggers
    76  * [wiki:LinuxCodingTools Other Tools] - A list of other development tools
     67 * [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
    7774
    7875}}}
     
    8380This section is about model creation, design, sound and everything that is somehow related to the game content.
    8481
    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.
    8683
    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.
    8885
    89  * [wiki:cc_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.
    9087
    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.
    9289
    93  * [wiki:Story] - Read what happens in the game. Spoiler Alert!
     90 * [wiki:content/Story Story] - Read what happens in the game. Spoiler Alert!
    9491
    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!
    9693
    9794 * [wiki:content Alphabetical List of Content-Related Pages] - If you are looking for something specific, you will find it in this index.
     
    103100#!div style="background-color: #FFFFFF; border: 1px dotted #888888; margin: 5px; padding: 10px; clear: both;"
    104101[[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
    107110}}}