aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey2009-01-161-1/+6
* * Separate starting a client thread into a separate Start() method (which mat...Justin Clarke Casey2009-01-121-10/+20
* Finish dwell sending, adding the forgotten method body.Melanie Thielker2009-01-091-1/+8
* Plumb the remaining dwell packetsMelanie Thielker2009-01-031-0/+6
* Plumb the profile reply packets for picks, classifieds and notesMelanie Thielker2008-12-251-0/+5
* Plumb in EventNotification* and EventGodDeleteMelanie Thielker2008-12-231-0/+8
* Plumb in the 4 missing classified events and the 3 packet methodsMelanie Thielker2008-12-231-0/+15
* * refactor: Replace part of SceneObjectPart with the identical sound playing ...Justin Clarke Casey2008-12-231-4/+2
* * Re-implement packet tracking in IClientAPI so we can see what's going on in...Teravus Ovares2008-12-211-3/+3
* * Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey2008-12-171-1/+1
* Plumb the TP-Sending packetsMelanie Thielker2008-12-141-0/+6
* * Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey2008-12-041-0/+7
* Revert justincc's try to change the licence char-by-char AGAIN!!! :PHomer Horwitz2008-11-291-1/+1
* * refactor: Replace derez destiation magic numbers with an enumerationJustin Clarke Casey2008-11-281-3/+2
* Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-271-0/+2
* First stage group permissions plumbingMelanie Thielker2008-11-221-0/+2
* Plumb in the list if user IDs to the land module to allow selectionMelanie Thielker2008-11-211-1/+1
* Mantis#2638. Thank you kindly, Sacha Magne for a patch that:Charles Krinke2008-11-191-0/+4
* Make newly created prims be the correct groupMelanie Thielker2008-11-171-1/+1
* Remove a redundant parameterMelanie Thielker2008-11-161-1/+1
* Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker2008-11-161-6/+1
* * Implements terrain raw upload. You can now upload your .raw terrain files ...Teravus Ovares2008-11-141-0/+6
* More groups plumbingMelanie Thielker2008-11-141-0/+6
* Prevent pieces from other people's HUDs from displaying at the center ofMelanie Thielker2008-11-111-2/+2
* Allow gods to terraform without limits. Respect the Allow Others ToMelanie Thielker2008-11-111-1/+1
* * Commit allows downloading of the .raw terrain from the estate tools.Teravus Ovares2008-11-101-0/+6
* Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker2008-11-091-2/+2
* * Added IClientChat to IClientCoreAdam Frisby2008-11-081-86/+184
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-11/+11
* * Apply http://opensimulator.org/mantis/view.php?id=2582Justin Clarke Casey2008-11-071-1/+1
* Attachments, attachments, and, did I say attachments?Melanie Thielker2008-11-071-2/+2
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-0/+2
* * Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey2008-10-291-0/+6
* * minor: Add documentation to some of the appearance methods, change some log...Justin Clarke Casey2008-10-281-0/+12
* Committing a small fix for EventData along with more plumbing workMelanie Thielker2008-10-261-1/+1
* A few more bots to yesterday's plumbing: change instant message methodMelanie Thielker2008-10-251-1/+1
* Plumb some moreMelanie Thielker2008-10-241-0/+1
* Pare the groups module down to basics. Adjust dependent files so that aMelanie Thielker2008-10-211-1/+1
* Added calling cards. Fixes Mantis#2409 and part of #1515.Homer Horwitz2008-10-191-1/+12
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-181-4/+4
* * refactor: Remove OutPacket from the IClientAPIJustin Clarke Casey2008-10-151-3/+1
* * refactor: move viewer effect packet into LLClientViewJustin Clarke Casey2008-10-151-0/+1
* * refactor: move code concerned with creating a subsequent image packet to LL...Justin Clarke Casey2008-10-151-0/+9
* * refactor: rename SendImagePart to SendImageFirstPart since this is more des...Justin Clarke Casey2008-10-151-1/+9
* * minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey2008-10-141-2/+6
* * refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey2008-10-141-1/+8
* Add EventInfoRequest and EventInfoReply packets.Homer Horwitz2008-10-121-2/+4
* Add the 4 missing eventsMelanie Thielker2008-10-111-0/+4
* Plumb the remaining search packets and replies.Melanie Thielker2008-10-111-0/+66
* added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the...MW2008-10-101-1/+3