aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-coupling the IClientAPI interface and ClientManager class from theMike Mazur2008-08-081-4/+7
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-081-3/+3
* Remove FunSL client stack as it's under development and often won't compile.Mike Mazur2008-08-088-8455/+0
* Patch #9159Melanie Thielker2008-08-071-16/+27
* Patch #9158Melanie Thielker2008-08-072-57/+80
* Minor formatting cleanup.Jeff Ames2008-08-074-28/+28
* Rename namespace to FunSL.Mike Mazur2008-08-068-14/+14
* Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDPMike Mazur2008-08-068-0/+8455
* * 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-012-6/+5
* Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker2008-07-311-0/+30
* Prevent acks from being appended to viewer effect packets, sinceMelanie Thielker2008-07-291-0/+7
* 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-242-18/+18
* Thank you, Neopallium, for a patch that addresses ack issues in theMelanie Thielker2008-07-241-1/+3
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-07-241-5/+5
* Addresses Mantis #1810Melanie Thielker2008-07-241-8/+12
* 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
* Fix a race causing a buffer overflow under moderate loadMelanie Thielker2008-07-231-1/+1
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-234-78/+78
* Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW2008-07-231-1/+6
* Guard against wrong packet types being passed into AddNewClient.Melanie Thielker2008-07-231-0/+2
* Make QueuePacket() lock free. Eliminates an unneeded lock()Melanie Thielker2008-07-221-21/+18
* Change one packet optimization to cover a case where the resendMelanie Thielker2008-07-221-2/+2
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-225-812/+782
* Update svn properties. Squash a couple of warnings.Jeff Ames2008-07-221-263/+263
* added support so that the packet tracker can resend packets itself as well as...MW2008-07-211-2/+31
* added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2008-07-212-40/+309
* * eliminated some warnings and added some const and readonlieslbsa712008-07-212-22/+22
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-6/+3
* Patch #9151Melanie Thielker2008-07-181-22/+42
* Patch #9150Melanie Thielker2008-07-141-15/+15
* Patch #9147Melanie Thielker2008-07-141-1/+1
* 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
* * Guard against a null point passed to RemoveClientCircuit (odd that this hap...Justin Clarke Casey2008-07-111-4/+15
* 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
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-1/+28