Changes between Version 37 and Version 38 of WikiStart
- Timestamp:
- Apr 21, 2005, 2:06:40 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v37 v38 4 4 If we manage to be sober enough, this game shall definitly become the open-source genre-defining vertical scroller. Rulez! 5 5 6 == Orxonox Developers==6 == Engine Development == 7 7 * [wiki:Running Get it Running] - This will exlpain how you get Orxonox running on your System 8 8 * [wiki:Coding Coding] - Check this out, if you would like to help coding OrxonoX 9 9 * [wiki:Forge Development Overview] - Get an overview of what has to be done 10 * DevelopmentFocus tells you what the development team is currently working on11 * HowtoCode - learns you what tools to use and how to compile and stuff12 * GameIdeas, some ideas, feature requests for the game. ADD ADD ADD...13 * DevelopmentResources (documentations, etc.)14 * FrequentlyAskedQuestions15 10 16 11 17 == Orxonox Tasks == 18 There are some tasks concerning the orxonox project. Some of them are ideas or requirements, where you are free to design your own solution for a problem. Some others are just coding work, where all the designer work has already been done and you can begin directly with the implementation: 19 * Hardcode Development Tasks: 20 * [ticket:4 Animation player] to display explosions... 21 * [ticket:13 Particle engine] to calculate big explosions - really fancy stuff 22 * [ticket:19 Sound engine] to make the choir of angels sing 23 * [ticket:21 Clipping/culling] to make the computer draw nothing, that we aren't looking at right now - implementation in C++, octrees etc. 24 * [ticket:27 Physics engine] implementation and integration - quite a big project and very important 25 * Development Extensions (less work, straight forward) 26 * [ticket:22 HUD] to display and design a heads up display 27 * [ticket:28 add some environment] - you are free to add anything to the world 12 == Content Creation == 13 * [wiki:OrxonoxStory The Game Story] - This will give you an idea of what orxonox story is all about 14 * [wiki:BrainStorm Requested Ideas] - Here you can put all your ideas (story and features), ADD, ADD, ADD 15 * [wiki:GamePlay Some Accepted Ideas] - These is are the ideas, we developers did talk about and that are generaly accepted from all 28 16 29 == Orxonox Project Status ==30 We are currently working on the '''orxonox-0.2.2-pre-alpha''' release. On this page, you can check-out the31 * [milestone:0.2.2-pre-alpha working topics]32 * [https://www.orxonox.ethz.ch/cgi-bin/trac.cgi/timeline?changeset=on the last commits]33 * [https://www.orxonox.ethz.ch/cgi-bin/trac.cgi/report/1 all active tasks at the moment]34 * [https://www.orxonox.ethz.ch/cgi-bin/trac.cgi/browser/ the source]35 17 18 19 == Misc == 20 * [wiki:DevelopmentResources Link Collection] - A collection of links to tutorials, specifications, cool sites connected with orxonox 21 * [wiki:FrequentlyAskedQuestions FAQ] - Frequently Asked Questions, dos not yet make tooo much sense... :) 22 23