aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implements 80% of object buy (prim vendor). You can't buy the object yet,Melanie Thielker2008-08-241-1/+48
* Mantis #2003 - thank you, SachaMagne, for a patch that implementsMelanie Thielker2008-08-201-0/+45
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-4/+4
* * It appears that sometimes some IClientAPI reference is not being released, ...Justin Clarke Casey2008-08-181-5/+9
* Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ...Melanie Thielker2008-08-181-3/+3
* Formatting cleanup.Jeff Ames2008-08-181-33/+33
* * Insert a new 'set log level [level] command on the console'Justin Clarke Casey2008-08-161-1/+0
* Mantis#1970. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-161-20/+9
* Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-161-0/+65
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-1/+1
* Plumb the user flags all the way through to the profile. userFlags inMelanie Thielker2008-08-151-3/+3
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-1/+6
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-1/+1
* Make the estate owner work. Changes permissions checks to allow theMelanie Thielker2008-08-141-16/+15
* Mantis #1946Melanie Thielker2008-08-141-1/+1
* * minor: make it clear on the console when a client is being logged out becau...Justin Clarke Casey2008-08-131-9/+12
* Fix data format for last commitMelanie Thielker2008-08-121-1/+1
* Minor patch: fix an instance where the estate name, as displayed on theMelanie Thielker2008-08-121-3/+5
* * Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey2008-08-121-5/+13
* * Remove warningsJustin Clarke Casey2008-08-091-1/+1
* De-coupling the IClientAPI interface and ClientManager class from theMike Mazur2008-08-081-4/+7
* Patch #9158Melanie Thielker2008-08-071-45/+7
* Minor formatting cleanup.Jeff Ames2008-08-071-8/+8
* * Fix probable cause of one of the bugs seen in the osgrid office hours todayJustin Clarke Casey2008-08-051-3/+4
* Estate series, patch 9 (#9157)Melanie Thielker2008-08-011-3/+4
* * start tracking viewer session threadsJustin Clarke Casey2008-08-011-3/+4
* * minor: log message twiddlingJustin Clarke Casey2008-08-011-6/+4
* Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker2008-07-311-0/+30
* Prevents Mantis #1829Melanie Thielker2008-07-271-0/+2
* renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2008-07-251-5/+5
* Add GetGroupPowers() and a dictionary to hold them to ClientView andMelanie Thielker2008-07-251-0/+8
* * minor: eliminate warnings from LindenUDPJustin Clarke Casey2008-07-241-2/+2
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-6/+6
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-37/+37
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-14/+14
* Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW2008-07-231-1/+6
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-221-526/+41
* added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2008-07-211-40/+75
* Patch #9151Melanie Thielker2008-07-181-22/+42
* Patch #9150Melanie Thielker2008-07-141-15/+15
* Mantis#1638. Thank you kindly, Salahzar for a patch that:Charles Krinke2008-07-131-1/+3
* Patch #9145 (Mantis #1723)Melanie Thielker2008-07-121-1/+5
* Patches #9143 and #9144 (Mantis #1723)Melanie Thielker2008-07-121-0/+59
* Mantis#1005. Thank you kindly, Mircea for a two patches that:Charles Krinke2008-07-111-0/+5
* corrected the params types on IClientAPI.SendParcelMediaCommand. the command ...MW2008-07-091-2/+2
* * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ICli...lbsa712008-07-081-0/+32
* * Changed casing of some archaic methods to conform with code standardslbsa712008-07-081-10/+10
* * Moved script packet handlers from 'unimplemented' to 'Script Packets'lbsa712008-07-081-173/+180
* mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield2008-07-041-11/+11
* * On client login, send only one terrain patch at a time (with pauses) instea...Justin Clarke Casey2008-07-031-9/+25