Documentation volunteers neededA few of the new features and changes implemented by Nadnerb since the last release are not documented adequately yet, and it would be appreciated if some people would volunteer to work on this and update the
What's New list on the release planning page with their results. Nadnerb is available for answering questions.
Revision 314 -
Put layers that are flagged as lightmaps using the "Amb" button in the material "Map To" panel into the "piggybacks" list.- Code: Select all
svn diff -c314 http://svn.guildofwriters.com/pyprp/trunk/src/prp_MatClasses.py
I have added a preliminary explanation given by Nadnerb under
Lightmaps. It would be nice if someone could play around with this, find what the exact effect of the change is, judge if it is invasive enough to warrant a "changes existing age" warning in the release notes, if the previous behavior can be restored, and if the documentation on the
Lightmapping page or elsewhere is still accurate and sufficient.
Volunteer: Christian
Revision 344 -
New message: plEventCallbackMsg, proper support for plMessageWithCallbacks.- Code: Select all
svn diff -c344 http://svn.guildofwriters.com/pyprp/trunk/src/prp_LogicClasses.py http://svn.guildofwriters.com/pyprp/trunk/src/prp_Messages.py
This allows responders to wait for an object animation to finish or reach a marker before continuing, and has been discussed in
this forum thread. That discussion needs to be distilled into documentation, perhaps on the
Animations page. Ideal candidates would be people with some experience with animations and logic scripting.
Volunteer: D'Lanor
Revision 382 & 383 -
Allow setting of visual.icicle AlcScript flags by name.- Code: Select all
svn diff -r381:383 http://svn.guildofwriters.com/pyprp/trunk/src/prp_GeomClasses.py http://svn.guildofwriters.com/pyprp/trunk/src/prp_DrawClasses.py
A list of these flags somewhere on the wiki is needed (can be taken directly from the code), with descriptions of what they mean, where known. I will start this with the raw list and the few things I know, others are invited to expand it with their knowledge.
Edit: that list is
here now.
Volunteer: Christian
Please let me know (on IRC or here) if you would like to tackle any of these points, and I'll update the list. If you are unfamiliar with getting specific revisions from Subversion for testing the first (or the current trunk for the other), I can provide pre-packaged versions.