Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the update of items in the priority queue to enable both | Mic Bowman | 2011-04-12 | 1 | -1/+1 |
| | | | | | | types of property updates to be specified. Not sure if one form of property update should supercede another. But for now the old OpenSim behavior is preserved by sending both. | ||||
* | First pass at moving object property requests into a queue similar | Mic Bowman | 2011-04-12 | 1 | -6/+6 |
| | | | | | | | | to the entity update queue. The number of property packets can become significant when selecting/deselecting large numbers of objects. This is experimental code. | ||||
* | Split the priority queue class into a seperate file. LLClientView | Mic Bowman | 2011-04-10 | 1 | -0/+245 |
is big enough. |