Changes between Version 8 and Version 9 of ComposerGuidelines
- Timestamp:
- 07/22/09 10:28:39 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComposerGuidelines
v8 v9 47 47 * Write the {{{Info.plist}}} file to fit your needs 48 48 49 = Using abstractions =49 = Testing the scenes = 50 50 51 * Abstraction should be reuseable. If you need a new syntesis functionality which doesn't exist yet 52 try to make the patch as generic as possible so it can be included in rjlib. 53 * If you add a new abstraction, write documentation for it. Otherwise the abstraction is hard to reuse 54 for others. 51 Once your are done with your scene, keep reading on [wiki:TestingScenes how to test your new scene]. 55 52 56 53 = Contents copyright = … … 58 55 Composers have to check they hold the copyright of any content in RjDj scenes (audio samples, scenes images, etc...) submitted to RjDj. Any scene violating copyrighted material will be immediately removed. RjDj does not endorse any responsability in case of copyright infringement. Creative Commons attributions are listed here: http://trac.rjdj.me/wiki/cc_attributions. 59 56 60 = Testing the scenes =61 62 Once your are done with your scene, keep reading on [wiki:TestingScenes how to test your new scene].
