Aurora-Sim/Developer/Documentation
De DigiWiki.
(Différences entre les versions)
(→General Documentation) |
|||
(2 versions intermédiaires masquées) | |||
Ligne 1 : | Ligne 1 : | ||
- | {{Languages}} | + | __NOTOC__{{Languages}}{{Quicklinks}} |
= Documentation on the Aurora-Sim Code (updated for 0.3 release)= | = Documentation on the Aurora-Sim Code (updated for 0.3 release)= | ||
Ligne 11 : | Ligne 11 : | ||
==General Documentation== | ==General Documentation== | ||
- | |||
- | [ | + | *[[Aurora-Sim/Developer/Documentation/DoxyGen/Aurora-Sim | Aurora-Sim (DoxyGen documentation)]] |
- | [[ | + | *[[Aurora-Sim/Developer/Documentation/DoxyGen/libAurora.php | libAurora.php (DoxyGen documentation)]] |
- | [[Documentation_on_the_structure_of_Aurora| | + | *[[Documentation_on_the_structure_of_Aurora| How Aurora Works (Internally)]] |
- | [[Understanding_the_Code_Flow_Of_Aurora| Understanding the Code Flow of Aurora (Document)]] | + | *[[Documentation_on_the_structure_of_Aurora| (Future) How Aurora works (Internally with images)]] |
+ | |||
+ | *[[Understanding_the_Code_Flow_Of_Aurora| Understanding the Code Flow of Aurora (Document)]] | ||
==Getting started with modules== | ==Getting started with modules== |
Version actuelle en date du 29 avril 2012 à 01:58
Documentation on the Aurora-Sim Code (updated for 0.3 release)
We have many documents on how Aurora works, how to develop modules for it, and how the code flows.
Coding Standards and Submission Requirements
General Documentation
Getting started with modules
Developing a INonSharedRegionModule or ISharedRegionModule
Developing a ISharedRegionStartupModule
Developing an Aurora.Server service (IService interface)
Developing an Application Plugin (IApplicationPlugin)