Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the osNpcCreate() function to accept a notecard name or asset for ↵ | Justin Clark-Casey (justincc) | 2011-08-12 | 1 | -2/+2 |
| | | | | initial appearance | ||||
* | Implement osAgentSaveAppearance() to save the appearance of an avatar in the ↵ | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+41 |
| | | | | | | region to a notecard This is separate from osOwnerSaveAppearance() so that owner saves can be allowed without allowing arbitrary avatar saves | ||||
* | add regression test for osNpcCreate when cloning an in-region avatar | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -7/+72 |
| | |||||
* | Split out to-be-common setup stuff from TestOsOwnerSaveAppearance() | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -15/+33 |
| | |||||
* | Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not ↵ | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+105 |
yet ready for user use. Adds regression test. |