aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz2014-08-022-10/+11
* Added "debug packet --all" option, which changes the packet logging level for...Oren Hurvitz2014-08-021-8/+26
* Fixed the logic that decides if a packet was queued (it was reversed)Oren Hurvitz2014-08-021-5/+6
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-08-021-1/+1
* minor: put standard 'category' in brackets at front of log messages from prev...Justin Clark-Casey (justincc)2014-08-021-2/+8
* When uploading mesh objects with textures also create inventory items for upl...Latif Khalifa2014-08-021-0/+63
* Bug fix in map teleports in varregions. The cherry was missing from the ice-c...Diva Canto2014-08-021-3/+2
* If processing a queued request fails up to the top of the stack, log the exce...Justin Clark-Casey (justincc)2014-06-171-3/+13
* Moved these two estate-related interfaces to the projects where they belong.Diva Canto2014-06-101-0/+1
* Update regression TestInventoryDescendentsFetch() to account for recent commi...Justin Clark-Casey (justincc)2014-05-271-1/+1
* This little sucker had evaded my attention forever. As a consequence some ass...Diva Canto2014-05-091-10/+28
* Finished implementing redirects in GetTexture.Diva Canto2014-05-071-3/+6
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2014-05-062-6/+17
|\
| * Show more meaningful error messages when failed to give an item to another userOren Hurvitz2014-05-061-5/+13
| * - When sending the "My Suitcase" folder to the client, always claim it has Fo...Oren Hurvitz2014-05-061-1/+4
* | minor: Comment out Cacheitems debug log lines for nowJustin Clark-Casey (justincc)2014-05-021-6/+6
|/
* Fix issue where only one of multiple attachments on the same attachpoint for ...Justin Clark-Casey (justincc)2014-05-011-5/+13
* Fixed the UpdateAgentInformation CAP: the viewer expects the simulator to ech...Oren Hurvitz2014-04-291-6/+7
* Eliminated many warningsOren Hurvitz2014-04-231-11/+14
* Fixed: when any avatar changed his Active Group, it was set as the active gro...Oren Hurvitz2014-04-201-10/+13
* BulletSim: reduce the terrain collison margin to be the same as otherRobert Adams2014-04-121-0/+7
* Revert "Don't re-retrieve sit part in SP.HandleAgentSit() when we already hav...Justin Clark-Casey (justincc)2014-04-051-2/+0
* Don't re-retrieve sit part in SP.HandleAgentSit() when we already have it.Justin Clark-Casey (justincc)2014-04-051-0/+2
* LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe...Oren Hurvitz2014-03-251-1/+1
* Trim search queries (for users, groups, etc.). I have found that sometimes th...Oren Hurvitz2014-03-241-1/+1
* rename prefix of scene-inventory.<scene-name>.ProcessedFetchInventoryRequests...Justin Clark-Casey (justincc)2014-03-211-34/+36
* minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests i...Justin Clark-Casey (justincc)2014-03-191-2/+2
* Add scene.<scene-name>.ProcessedFetchInventoryRequestsJustin Clark-Casey (justincc)2014-03-181-15/+41
* Add scene.<scene-name>.QueuedFetchInventoryRequests statJustin Clark-Casey (justincc)2014-03-181-0/+19
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-172-7/+194
* Fix problem of hurricane speed winds. Thanks Vegaslon.Robert Adams2014-02-221-10/+5
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-02-122-7/+99
|\
| * If a caller tries to queue a CAPs message to a scene presence that has no eve...Justin Clark-Casey (justincc)2014-02-122-7/+99
| * Dynamically adjust to the number of visual params sent.Melanie2014-01-101-1/+1
* | varregion: Send large region patches for wind and clouds.Robert Adams2014-02-111-2/+12
* | Dropping the rest of Avination's modified appearance code for core.Melanie2014-02-042-46/+339
* | varregion: fix for teleporting by double clicking on a map location.Robert Adams2014-01-281-0/+13
* | Merge branch 'master' into varregionRobert Adams2014-01-212-0/+20
|\ \
| * | Adds a configuration option to cannibalize bandwidth from theMic Bowman2014-01-202-0/+20
* | | varregion: properly pack the region size parameters so he viewer will parse t...Robert Adams2014-01-111-6/+6
* | | varregion: Debug messages for region crossing debugging.Robert Adams2014-01-111-5/+6
* | | Merge branch 'master' into varregionRobert Adams2014-01-111-9/+18
|\ \ \ | |/ /
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-081-8/+17
| |\ \ | | |/
| | * If an agent is sitting, then do send the rotation in the agent update instead...Justin Clark-Casey (justincc)2014-01-081-8/+17
| * | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-042-19/+45
| * | Dynamically adjust to the number of visual params sent.Melanie2014-01-041-1/+1
* | | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-032-19/+45
* | | Merge branch 'master' into varregionRobert Adams2013-12-201-3/+3
|\ \ \ | |/ /
| * | Merge branch 'justincc-master'Justin Clark-Casey (justincc)2013-12-191-3/+3
| |\ \ | | |/
| | * Create regression test TestSendAgentGroupDataUpdate() for groups agent data s...Justin Clark-Casey (justincc)2013-12-181-3/+3