Changes between Version 63 and Version 64 of dev
- Timestamp:
- Jul 31, 2009, 4:04:52 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev
v63 v64 2 2 3 3 {{{ 4 #!html 5 <table width=100% border=0 cellpadding=0 cellspacing=0> 6 <tr valign=top> 7 <td> 8 <table width=100% border=0 cellpadding=10 cellspacing=5> 9 <tr valign=top> 10 <td style="background-color:#FFFFDD;border:3px solid #000000;"> 11 <h2 style="margin:0;">General Information</h2> 4 #!div 5 [[TracNav(TracNav/TOC_Development)]] 12 6 }}} 7 8 {{{ 9 #!div style="background-color: #FFFFDD; border: 3px solid #000000; margin: 5px; padding: 10px;" 10 [[span('''General Information''', style=font-family: sans-serif; font-size: 16px)]] 13 11 * [http://www.orxonox.net/ Orxonox] is a cross platform open source 3D game, programmed in C++ 14 12 * Orxonox is developed by students at the [http://www.ethz.ch ETH Zürich] … … 17 15 * Mailing lists: [https://mail.datacore.ch/mailman/listinfo/orxonox-announce announce] (for everyone), [https://mail.datacore.ch/mailman/listinfo/orxonox-dev dev] (for developers), [https://admin.orxonox.net/mailman/listinfo/tickets ticket] (Ticket changes) and [https://admin.orxonox.net/mailman/listinfo/orxonox-commit commit] (for coders) 18 16 * The [wiki:credits team] behind Orxonox 17 }}} 18 19 19 {{{ 20 #!html 21 </td> 22 </tr> 23 </table> 24 </td> 25 <td rowspan=2 style="padding:5px;"> 26 }}} 27 [[TracNav(TracNav/TOC_Development)]] 28 {{{ 29 #!html 30 31 </td> 32 </tr> 33 <tr> 34 <td> 35 <table width=100% border=0 cellpadding=10 cellspacing=5> 36 <tr valign=top> 37 <td style="background-color:#F4F4FF;border:3px solid #000000;"> 38 <h2 style="margin:0;">Development</h2> 39 }}} 20 #!div style="background-color: #F4F4FF; border: 3px solid #000000; margin: 5px; padding: 10px;" 21 [[span('''Development''', style=font-family: sans-serif; font-size: 16px)]] 40 22 * We use [wiki:SVN] for revision control (code and media) 41 23 * Main code repository: http://svn.orxonox.net/orxonox/trunk/ … … 47 29 * Read [wiki:WikiFormatting this] to learn about wiki formatting 48 30 * Read the sections below about programming and content creation for detailed information 31 }}} 32 49 33 {{{ 50 #!html 51 </td> 52 </tr> 53 </table> 54 </td> 55 </tr> 56 </table> 34 #!div width="50%" style="background-color: #F7F7F7; border: 1px solid #888888; margin: 5px; padding: 10px; width: 46%; float: left;" 35 [[span('''Programming''', style=font-family: sans-serif; font-size: 16px)]] 57 36 58 <table width=100% border=0 cellpadding=10 cellspacing=5>59 <tr valign=top>60 <td width=50% style="background-color:#F7F7F7;border:1px solid #888888;">61 <h2 style="margin:0;">Programming</h2>62 }}}63 37 Here you find all information about how to write code for Orxonox. 64 38 … … 103 77 * [wiki:LinuxCodingTools Other Tools] - A list of other development tools 104 78 79 }}} 105 80 {{{ 106 #!html 107 </td> 108 <td width=50% style="background-color:#F7F7F7;border:1px solid #888888;"> 109 <h2 style="margin:0;">Content Creation</h2> 110 }}} 81 #!div style="background-color: #F7F7F7; border: 1px solid #888888; margin: 5px; padding: 10px; width: 46%; float: right;" 82 [[span('''Content Creation''', style=font-family: sans-serif; font-size: 16px)]] 83 111 84 This section is about model creation, design, sound and everything that is somehow related to the game content. 112 85 … … 124 97 125 98 * [https://forum.orxonox.net/viewforum.php?f=8 Content Creation Board] - Visit the board about content creation on our forums. 126 {{{127 #!html128 </td>129 </tr>130 </table>131 132 <table width=100% border=0 cellpadding=10 cellspacing=5>133 <tr valign=top>134 <td width=50% style="background-color:#FFFFFF;border:1px dotted #888888;">135 <h2 style="margin:0;">Miscellaneous</h2>136 99 }}} 137 100 101 {{{ 102 #!div style="background-color: #FFFFFF; border: 1px dotted #888888; margin: 5px; padding: 10px; clear: both;" 103 [[span('''Miscellaneous''', style=font-family: sans-serif; font-size: 16px)]] 138 104 * Useful [wiki:DevelopmentResources Links] 139 105 * An incomplete wiki overview: [wiki:archive], [wiki:code], [wiki:content], [wiki:howtos], [wiki:persons], [wiki:PPS], [wiki:websites] 140 {{{141 #!html142 </td>143 </tr>144 </table>145 106 }}}