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