Changes between Version 16 and Version 17 of download
- Timestamp:
- Sep 19, 2008, 2:57:19 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v16 v17 16 16 * [wiki:LinuxProblems Possible Problems under Linux] 17 17 18 {{{ 19 #!html 20 <script type="text/javascript"> 21 <!-- 22 function showOutdated() 23 { 24 document.getElementById('outdated').style.display = 'block'; 25 document.getElementById('showoutdated').style.display = 'none'; 26 } 27 function hideOutdated() 28 { 29 document.getElementById('outdated').style.display = 'none'; 30 document.getElementById('showoutdated').style.display = 'block'; 31 } 32 //--> 33 </script> 34 35 <a id='showoutdated' href="#" onclick="javascript:showOutdated();">[+] Show outdated information...</a> 36 <div id=outdated style="display:none;"> 37 <a id='hideoutdated' href="#" onclick="javascript:hideOutdated();">[-] Hide outdated information...</a> 38 }}} 39 * Installation on [wiki:LinuxFedora Fedora Linux] 40 * Installation on [wiki:MacOSX Mac OSX] 41 42 18 43 == Misc Stuff == 19 44 Some sample sounds from the game itself (sorry, the links don't work at the moment): … … 25 50 ||Funky Flight Through Space - by Thierry Zaugg||[http://www.orxonox.net/files/sound/All-go-rhythm/A.journay.to.the.colors.of.sound/05.-.All-Go-Rythm.-.funky%20flight%20through%20space.mp3 "[download]"]|| 26 51 ||Once upon a Time in a small Club - by Thierry Zaugg||[http://www.orxonox.net/files/sound/All-go-rhythm/A.journay.to.the.colors.of.sound/03.-.All-Go-Rythm.-.once%20upon%20a%20time%20in%20a%20small%20club.mp3 "[download]"]|| 52 53 {{{ 54 #!html 55 </div> 56 }}}