Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing file | UbitUmarov | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -1/+1 |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | ||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | Committing the Avination Scene Presence and related texture code | Melanie | 2013-12-11 | 1 | -2/+4 |
| | | | | | | | | | - Parts of region crossing code - New bakes handling code - Bakes now sent from sim to sim without central storage - Appearance handling changes - Some changes to sitting - A number of unrelated fixes and improvements | ||||
* | Refactor appearance saving for NPC to use AvatarFactoryModule interface. | Dan Lake | 2012-02-14 | 1 | -0/+1 |
| | |||||
* | Improve "app rebake" command to return a better message if no uploaded ↵ | Justin Clark-Casey (justincc) | 2012-01-05 | 1 | -1/+4 |
| | | | | texture ids were available for the rebake request | ||||
* | Separate out rebake request code from cache validation code AvatarFactoryModule. | Justin Clark-Casey (justincc) | 2012-01-04 | 1 | -0/+22 |
| | | | | This allows some logic simplification and allows an external caller to manually request rebakes even if textures are uploaded (future command). | ||||
* | Migrate detailed "appearance show" report generation up to ↵ | Justin Clark-Casey (justincc) | 2011-12-19 | 1 | -1/+10 |
| | | | | | | | | AvatarFactoryModule from AppearanceInfoModule so that it can be used in debug (inactive). Further filters "debug packet <level>" to exclused [Request]ObjectPropertiesFamily if level is below 25. Adjust some method doc Minor changes to some logging messages. | ||||
* | Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line ↵ | Dan Lake | 2011-10-19 | 1 | -2/+2 |
| | | | | endings from previous commit. | ||||
* | Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ↵ | Dan Lake | 2011-10-19 | 1 | -0/+67 |
scene presence by client ID. |