Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of code


Ignore:
Timestamp:
Aug 19, 2005, 1:57:13 AM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code

    v8 v9  
    22[[TracNav(TracNav/TOC)]]
    33
    4 === Every Start is hard ===
     4=== Every Start is Hard ===
    55So you decided to help coding, but havn't yet got the slightest idea of where to start: read through the following primer:
    66 * [wiki:Primer Orxonox Primer] - A short overview on the development environment.
    77
    8 === Pathfinder trough the Code Jungle ===
     8=== Code Documentation ===
    99 * [wiki:OrxonoxFramework Framework Description] - mayor description of orxonox.
    1010 * [wiki:ModulesDescription Module Descriptions] - little !howtos to the modules.
     11 * [https://www.orxonox.net/cgi-bin/trac.cgi/wiki API Documentation] - doxygen documentation
    1112
    12 === To make your code look like Orxonox code ===
     13=== Orxonox Code ===
    1314 * [wiki:CodingRules Coding Manifesto] - code formating rules.
    1415 * [wiki:PerformanceTips Fast Code] - make fast and performant code.