aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ...Diva Canto2010-08-161-0/+2
* Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto2010-08-161-1/+1
* Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-1/+0
* Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-1/+1
* Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packetMelanie2010-06-121-0/+2
* Added overload of SendGenericMessage to LLClientView with string list as para...Mikko Pallari2010-05-211-0/+1
* * Moving all of the prioritization/reprioritization code into a new file Prio...John Hurliman2010-05-211-12/+9
* * Initial commit of the slimupdates2 rewrite. This pass maintains the origina...unknown2010-05-121-217/+41
* Fix link security issueMelanie2010-04-301-1/+1
* thanks lkalif for Mantis #4676 - a patch that adds support for inventory linksdahlia2010-04-121-0/+5
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-1/+1
* - parcel blocking, region crossing blocking, teleport blockingunknown2010-03-091-0/+1
* - supporting llTextBoxunknown2010-03-061-0/+1
* Change the signature of SendChangeUserRights, because we have to sendMelanie2010-02-281-1/+1
* Add missing ChangeUserRights packet senderMelanie2010-02-281-0/+1
* Initial Online friends notification seems to be working reliably now. All thi...Diva Canto2010-02-281-1/+3
* Merge branch 'master' into presence-refactorMelanie2010-02-151-2/+6
|\
| * Revolution is on the roll again! :)Revolution2010-02-141-2/+6
| * * a few more endlines..Teravus Ovares (Dan Olivares)2010-01-261-4/+4
* | * HGGridConnector is no longer necessary.Diva Canto2010-01-291-4/+9
|/
* Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie2010-01-091-1/+1
* Adds IClientAPI voids for GroupProposals.Revolution2010-01-081-1/+6
* Fixes the newly added packets as per Melanie's request.Revolution2010-01-071-11/+11
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-1/+1
* Whitespace cleanup (changed hard tabs to 4 spaces)Melanie2009-12-311-61/+61
* Adds tons of packets.Revolution2009-12-311-0/+68
* Add AvatarInterestsReplyMelanie2009-12-261-0/+2
* * Removing the redundant SendPrimitiveTerseData.State field, it duplicates At...John Hurliman2009-11-091-3/+1
* Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie2009-11-051-0/+2
* Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie2009-11-041-1/+1
* * Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p...John Hurliman2009-10-181-105/+81
* * Big performance increase in loading prims from the region database with MySQLJohn Hurliman2009-10-181-0/+2
* Committing the second part of Jim Greensky @ Intel Lab's patch, re-prioritizi...John Hurliman2009-10-171-0/+27
* Merge branch 'master' into prioritizationMelanie2009-10-171-0/+1
|\
| * Adds SendAvatarInterestsUpdate to IClientAPIMelanie2009-10-171-0/+1
* | Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman2009-10-151-23/+231
|/
* * Fixed a bug where clients were being added to ClientManager twiceJohn Hurliman2009-10-131-0/+2
* * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2009-10-131-1/+1
* Merge branch 'master' into diva-texturesMelanie2009-10-021-3/+3
|\
| * Formatting cleanup.Jeff Ames2009-10-011-3/+3
* | Fixing LLClientView memory leakJames J Greensky2009-10-011-1/+0
* | * Change the signature of the agent set appearance callback to prevent unnece...John Hurliman2009-09-301-1/+1
* | Add RebakeAvatarTexturesPacket to the client viewMelanie2009-09-301-0/+2
|/
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-1/+1
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-1/+1
* A better purge of trash folder.Diva Canto2009-08-191-1/+1
* Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson2009-08-161-0/+3
* Add the new StatusData block to the other two searchh packetsMelanie Thielker2009-07-281-0/+2
* Fix a null data block in DirClassifiedReply packet, preventing a sessionMelanie Thielker2009-07-281-0/+1
* Formatting cleanup.Jeff Ames2009-07-231-6/+3