Melanie
|
d22bdb5095
Merge branch 'master' into careminster
|
15 years ago |
Revolution
|
c76c80a28a
Adds IClientAPI voids for GroupProposals.
|
15 years ago |
Revolution
|
b67470af91
Fixes the newly added packets as per Melanie's request.
|
15 years ago |
Melanie
|
61ce884336
Merge branch 'master' into careminster
|
15 years ago |
Jeff Ames
|
70d5b1c34c
Formatting cleanup. Add copyright headers.
|
15 years ago |
Melanie
|
b321c0a932
Merge branch 'master' into careminster
|
15 years ago |
Melanie
|
004c751a1b
Whitespace cleanup (changed hard tabs to 4 spaces)
|
15 years ago |
Revolution
|
234d4e1105
Adds tons of packets.
|
15 years ago |
Melanie
|
f3a4860635
Merge branch 'master' into careminster
|
15 years ago |
Melanie
|
88b3b98811
Add AvatarInterestsReply
|
15 years ago |
unknown
|
29a740ec8c
Initial windlight codebase commit
|
15 years ago |
John Hurliman
|
5145dfa53c
* Removing the redundant SendPrimitiveTerseData.State field, it duplicates AttachPoint
|
15 years ago |
Melanie
|
83b4b4440b
Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.
|
15 years ago |
Melanie
|
c72f78215b
Backport the fixes to WebFetchInventoryDescendents to the UDP
|
15 years ago |
John Hurliman
|
233e16b99c
* Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate packets to fill in the data more accurately and avoid allocating memory that is immediately thrown away
|
15 years ago |
John Hurliman
|
b4526a5a6d
* Big performance increase in loading prims from the region database with MySQL
|
15 years ago |
John Hurliman
|
fdb2a75ad3
Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizing updates
|
15 years ago |
Melanie
|
cdcbd22ba8
Merge branch 'master' into prioritization
|
15 years ago |
Melanie
|
c7da13eb23
Adds SendAvatarInterestsUpdate to IClientAPI
|
15 years ago |
John Hurliman
|
4b75353cbf
Object update prioritization by Jim Greensky of Intel Labs, part one. This implements a simple distance prioritizer based on initial agent positions. Re-prioritizing and more advanced priority algorithms will follow soon
|
15 years ago |
John Hurliman
|
395a8680c3
* Fixed a bug where clients were being added to ClientManager twice
|
15 years ago |
John Hurliman
|
23a334b9f5
* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve performance by removing locks, and replace LLUDPClientCollection
|
15 years ago |
Melanie
|
31d8cec0f8
Merge branch 'master' into diva-textures
|
15 years ago |
James J Greensky
|
44776fea72
Fixing LLClientView memory leak
|
15 years ago |
John Hurliman
|
5dfd2643df
* Change the signature of the agent set appearance callback to prevent unnecessary serialization/deserialization of TextureEntry objects and allow TextureEntry to be inspected for missing bakes
|
15 years ago |
Melanie
|
400abed271
Add RebakeAvatarTexturesPacket to the client view
|
15 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
Diva Canto
|
b03eeeb9f6
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set.
|
15 years ago |
Diva Canto
|
d519f1885f
Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
|
15 years ago |
Diva Canto
|
c5af39239f
A better purge of trash folder.
|
15 years ago |