aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-8/+6
* * Implements terrain raw upload. You can now upload your .raw terrain files ...Teravus Ovares2008-11-141-2/+29
* More groups plumbingMelanie Thielker2008-11-141-0/+98
* * Stop locking the scene presences dictionary for the entire agent crossing p...Justin Clarke Casey2008-11-121-2/+0
* Prevent pieces from other people's HUDs from displaying at the center ofMelanie Thielker2008-11-111-2/+7
* * Minor typing fixes in AssetCache - now uses base types for nearly everything.Adam Frisby2008-11-111-81/+51
* 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-5/+33
* Prevent updates about other people's HUD objects being sentMelanie Thielker2008-11-091-0/+3
* * Enabled GTCache for AssetCache Adam Frisby2008-11-091-1/+1
* Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-091-1/+1
* Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker2008-11-091-3/+9
* * Quick test for Dahlia, returns Packet Processing Loop to Infinite Loop.Adam Frisby2008-11-081-1/+1
* * Added IClientChat to IClientCoreAdam Frisby2008-11-081-16/+3
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-13/+18
* * Made ClientLoop non-infinite, ClientLoop will now disengage when the client...Adam Frisby2008-11-081-30/+19
* * Implementing first of the 0.6 IClientAPI ChangesAdam Frisby2008-11-081-12/+39
* * Apply http://opensimulator.org/mantis/view.php?id=2582Justin Clarke Casey2008-11-071-1/+6
* Attachments, attachments, and, did I say attachments?Melanie Thielker2008-11-071-1/+1
* * Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey2008-11-031-1/+0
* * Massive cleanup of LLClientView, removed a few hundred unnecessary value in...Adam Frisby2008-11-011-2558/+2526
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+22
* * Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey2008-11-011-10/+4
* test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey2008-10-301-2/+2
* * Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey2008-10-291-0/+10
* Remove a debug outputMelanie Thielker2008-10-291-1/+0
* Plumbing along....Melanie Thielker2008-10-291-0/+39
* * Possibly fix grey avatar appearance problemsJustin Clarke Casey2008-10-281-1/+6
* * minor: Add documentation to some of the appearance methods, change some log...Justin Clarke Casey2008-10-281-11/+4
* Committing a small fix for EventData along with more plumbing workMelanie Thielker2008-10-261-2/+2
* A few more bots to yesterday's plumbing: change instant message methodMelanie Thielker2008-10-251-3/+4
* More plumbing and some wiresMelanie Thielker2008-10-251-0/+52
* Fix a leak in the plumbingMelanie Thielker2008-10-241-3/+3
* Plumb some moreMelanie Thielker2008-10-241-22/+148
* * Stop creating a circuit if the client fails authentication (i.e. the region...Justin Clarke Casey2008-10-241-40/+16
* Remove a debug output dumpMelanie Thielker2008-10-241-1/+0
* Lotsa plumming :)Melanie Thielker2008-10-241-0/+255
* Pare the groups module down to basics. Adjust dependent files so that aMelanie Thielker2008-10-211-4/+4
* Added calling cards. Fixes Mantis#2409 and part of #1515.Homer Horwitz2008-10-191-0/+68
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-181-21/+25
* * Truncate outgoing media and music urls to 254 characters.Justin Clarke Casey2008-10-151-12/+6
* * refactor: Remove OutPacket from the IClientAPIJustin Clarke Casey2008-10-151-7/+7
* * refactor: move viewer effect packet into LLClientViewJustin Clarke Casey2008-10-151-0/+12
* * refactor: Move error logging from GetUserDetails up to callers, since there...Justin Clarke Casey2008-10-151-1/+7
* * refactor: move code concerned with creating a subsequent image packet to LL...Justin Clarke Casey2008-10-151-0/+11
* * refactor: rename SendImagePart to SendImageFirstPart since this is more des...Justin Clarke Casey2008-10-151-1/+2
* * Send an avatar update to other clients when an avatar rotates, as well as w...Justin Clarke Casey2008-10-141-1/+4
* * minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey2008-10-141-11/+13
* * refactor: rename SendKiPrimitive to SendKillObject since this appears more ...Justin Clarke Casey2008-10-141-7/+2
* * Make KillObjectPackets reliableJustin Clarke Casey2008-10-141-1/+6