aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Various documentation to some black magic parts of LLClientView Teravus Ovares2008-06-281-6/+90
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-273-14/+14
* Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-0/+11
* added the flag param to IClientAPI.SendMapBlockMW2008-06-251-4/+4
* first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM...MW2008-06-251-1/+1
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-211-0/+45
* Implemented plugin support for ClientStack, with LindenUDP as the default plu...Johan Berntsson2008-06-205-6/+99
* Mantis#1543. Thank you kindly, Jonc for a patch that:Charles Krinke2008-06-191-0/+13
* * Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares2008-06-181-0/+76
* * minor: A few miscellaneous doc comments before I break and start on somethi...Justin Clarke Casey2008-06-141-1/+1
* * Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares2008-06-141-0/+1
* * Split the World Map code into a module.Teravus Ovares2008-06-121-11/+36