Changes between Version 31 and Version 32 of code
- Timestamp:
- Mar 28, 2008, 11:46:03 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code
v31 v32 4 4 5 5 === Code Documentation === 6 * [wiki:ModulesDescription Modules & Owners] - little ! howtos to the modules.7 * [ http://www.orxonox.net/trunk/doc/html/ Doxygen API] - doxygen documentation6 * [wiki:ModulesDescription Modules & Owners] - little !HowTos to the modules explained by their owners. 7 * [/doxygen Doxygen API] - the Doxygen documentation of the latest release. 8 8 9 9 === Guides and Standards === 10 10 * [wiki:c++_styleguide Style Sheet] - Writing consistent code according to a style definition. 11 * [wiki:CodingRules Old Style Sheet] 12 * [wiki:PerformanceTips Fast Code] - make fast and performant code. 11 * [wiki:PerformanceTips Fast Code] - make fast and efficient code. 13 12 14 13 === Coding Tools === 15 * [wiki:LinuxCodingTools Open Source Tools] - Purposed coding environ ement for linux14 * [wiki:LinuxCodingTools Open Source Tools] - Purposed coding environment for Linux with which we also support your problems. 16 15 17 16 === Misc === 18 17 * [wiki:ProgramerFAQ Programers FAQ] - The questions, the answers 19 * [wiki:Engine Engine Features] - A list of all features the engine offers until now.20 18 * [wiki:DevelopmentResources Links] - A collection of useful stuff. 21 19