aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie1-1/+0
2010-07-14Remove useless quaternion parameter from AttachObject sigMelanie Thielker1-1/+1
2010-06-12Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packetMelanie1-0/+2
2010-05-21Added overload of SendGenericMessage to LLClientView with string list as para...Mikko Pallari1-0/+1
2010-05-21* Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman1-12/+9
2010-05-12* Initial commit of the slimupdates2 rewrite. This pass maintains the origina...unknown1-217/+41
2010-04-30Fix link security issueMelanie1-1/+1
2010-04-12thanks lkalif for Mantis #4676 - a patch that adds support for inventory linksdahlia1-0/+5
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-1/+1
2010-03-09- parcel blocking, region crossing blocking, teleport blockingunknown1-0/+1
2010-03-06- supporting llTextBoxunknown1-0/+1
2010-02-28Change the signature of SendChangeUserRights, because we have to sendMelanie1-1/+1
2010-02-28Add missing ChangeUserRights packet senderMelanie1-0/+1
2010-02-28Initial Online friends notification seems to be working reliably now. All thi...Diva Canto1-1/+3
2010-02-14Revolution is on the roll again! :)Revolution1-2/+6
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-4/+9
2010-01-26* a few more endlines..Teravus Ovares (Dan Olivares)1-4/+4
2010-01-09Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie1-1/+1
2010-01-08Adds IClientAPI voids for GroupProposals.Revolution1-1/+6
2010-01-07Fixes the newly added packets as per Melanie's request.Revolution1-11/+11
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-1/+1
2009-12-31Whitespace cleanup (changed hard tabs to 4 spaces)Melanie1-61/+61
2009-12-31Adds tons of packets.Revolution1-0/+68
2009-12-26Add AvatarInterestsReplyMelanie1-0/+2
2009-11-09* Removing the redundant SendPrimitiveTerseData.State field, it duplicates At...John Hurliman1-3/+1
2009-11-05Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie1-0/+2
2009-11-04Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie1-1/+1
2009-10-18* Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p...John Hurliman1-105/+81
2009-10-18* Big performance increase in loading prims from the region database with MySQLJohn Hurliman1-0/+2
2009-10-17Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi...John Hurliman1-0/+27
2009-10-17Adds SendAvatarInterestsUpdate to IClientAPIMelanie1-0/+1
2009-10-15Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman1-23/+231
2009-10-13* Fixed a bug where clients were being added to ClientManager twiceJohn Hurliman1-0/+2
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman1-1/+1
2009-10-01Fixing LLClientView memory leakJames J Greensky1-1/+0
2009-09-30* Change the signature of the agent set appearance callback to prevent unnece...John Hurliman1-1/+1
2009-09-30Add RebakeAvatarTexturesPacket to the client viewMelanie1-0/+2
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-1/+1
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-1/+1
2009-08-19A better purge of trash folder.Diva Canto1-1/+1
2009-08-16Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson1-0/+3
2009-07-28Add the new StatusData block to the other two searchh packetsMelanie Thielker1-0/+2
2009-07-28Fix a null data block in DirClassifiedReply packet, preventing a sessionMelanie Thielker1-0/+1
2009-07-23Formatting cleanup.Jeff Ames1-6/+3
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ...Teravus Ovares1-0/+1
2009-07-17fixed the bug where changing the rotation of a selection of prims in a linkse...MW1-0/+3
2009-07-12Changed the DeRezObject event so it passes a list<uint> of localIDs in one ev...MW1-1/+1
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-1/+8
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+4