Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 36 and Version 37 of dev


Ignore:
Timestamp:
Sep 18, 2008, 2:53:20 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev

    v36 v37  
    5757<table width=100% border=0 cellpadding=10 cellspacing=5>
    5858  <tr valign=top>
    59     <td style="background-color:#F7F7F7;border:1px solid #888888;">
     59    <td width=50% style="background-color:#F7F7F7;border:1px solid #888888;">
    6060<h2 style="margin:0;">Programming</h2>
    6161}}}
    62 bla
    63 {{{
    64 #!html
    65     </td>
    66     <td style="background-color:#F7F7F7;border:1px solid #888888;">
    67 <h2 style="margin:0;">Content Creation</h2>
    68 }}}
    69 muh
    70 {{{
    71 #!html
    72     </td>
    73   </tr>
    74 </table>
    75 }}}
    76 
    77 
    78 ----
    79 [[TracNav(TracNav/TOC)]]
    80 [http://www.orxonox.net/ Orxonox] is a cross platform open source 3D game programmed in C++ using [http://www.ogre3d.org Ogre] as graphics engine.
    81 
    82 == Introduction ==
    83  * [wiki:Primer] - An overview of the Orxonox infrastructure.
    84  * [wiki:Running Installation] - Installation guides for developers
    85  * [wiki:SVN] - Source access and SVN for dummies
    86 
    87 == Programming ==
    8862Everything about the part where people bang the keyboard to get some code compiled.
    8963 * [wiki:Forge State] - Get an overview of what we established yet
     
    9569 * [https://forum.orxonox.net/viewforum.php?f=3 Game development forum] - Game development page on the forum
    9670
    97 == Content Creation ==
     71{{{
     72#!html
     73    </td>
     74    <td width=50% style="background-color:#F7F7F7;border:1px solid #888888;">
     75<h2 style="margin:0;">Content Creation</h2>
     76}}}
    9877This section is about model creation, design, sound and everything else a game needs beside the code.
    9978 * [wiki:ContentState State] - Read about the current state of content creation
     
    10281
    10382 * [https://forum.orxonox.net/viewforum.php?f=8 Content Creation Forum] - Content creation board on the forum
     83{{{
     84#!html
     85    </td>
     86  </tr>
     87</table>
    10488
    105 == The Team ==
    106 Besides regular coders, orxonox is also advanced by student projects at ETH Zurich.
    107  * [wiki:credits People] - People behind the scene
    108  * [wiki:PPS_main PPS] - ETH student practica
     89<table width=100% border=0 cellpadding=10 cellspacing=5>
     90  <tr valign=top>
     91    <td width=50% style="background-color:#FFFFFF;border:1px dotted #888888;">
     92<h2 style="margin:0;">Miscellaneous</h2>
     93}}}
    10994
    110 == Miscellaneous ==
    111  * [wiki:DevelopmentResources Links] - Useful Links
     95 * Useful [wiki:DevelopmentResources Links]
     96 * An incomplete wiki overview: [wiki:archive], [wiki:code], [wiki:content], [wiki:howtos], [wiki:persons], [wiki:PPS], [wiki:websites]
     97{{{
     98#!html
     99    </td>
     100  </tr>
     101</table>
     102}}}
    112103
    113 == Wiki Overview ==
    114 
    115  * [wiki:archive]
    116  * [wiki:code]
    117  * [wiki:content]
    118  * [wiki:howtos]
    119  * [wiki:persons]
    120  * [wiki:PPS]
    121  * [wiki:websites]
     104----
     105[[TracNav(TracNav/TOC)]]