aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | simplify TestSaveItemToIarV0_1()Justin Clark-Casey (justincc)2011-04-141-18/+2
| | | | | |
* | | | | | simplify TestRezObject()Justin Clark-Casey (justincc)2011-04-141-17/+1
| | | | | |
* | | | | | Make scene object parts created by the test utils unit sized.Justin Clark-Casey (justincc)2011-04-141-3/+1
| | | | | |
* | | | | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-04-141-1/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Comment out the warning if the prioritizer runs without a fullyMic Bowman2011-04-131-1/+5
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | initialized scene presence. Not sure why we are dumping updates to a client that isn't there yet...
* | | | | simplify coalesced object tests by using existing scene object set up utilsJustin Clark-Casey (justincc)2011-04-142-41/+20
|/ / / / | | | | | | | | | | | | this change makes it possible to set an absolute position on a group before it is put into a scene.
* | | | Use common coalesced serialization code for both tests and the ↵Justin Clark-Casey (justincc)2011-04-131-54/+13
| | | | | | | | | | | | | | | | | | | | | | | | InventoryAccessModule. Continue to restore original absolute positions of stored scene objects, though it's possible that these aren't used again
* | | | Adjust the quanterions used in the rez coalsced object tests to get sensible ↵Justin Clark-Casey (justincc)2011-04-133-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | bounding box and offset numbers. Extend test to check position of objects in the rezzed coalescence.
* | | | refactor: move code to obtain the coalescence size and object offsets into ↵Justin Clark-Casey (justincc)2011-04-133-16/+39
| | | | | | | | | | | | | | | | CoalescedSceneObjects from the serializer.
* | | | Fix bug where rezzing coalesced objects would give all objects the same name ↵Justin Clark-Casey (justincc)2011-04-132-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | as the item. This now only happens for the first object (which was the item selected last when the coalesce was originally taken) This matches the expected behaviour of the environment as seen on the Linden Labs grid.
* | | | Add coalesced scene objects class and serializer. This is currently only ↵Justin Clark-Casey (justincc)2011-04-137-9/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used by the TestRezCoalescedObject() regression test. This structure matches the existing one for SceneObjects and will allow code to be reused by the uuid gatherer, other tests, etc. Test is not yet fully implemented due to a bug in rezzing coalesced objects where they all get the same name as the item. Only one object should get the same name as the item, which appears to be the one selected last when the the objects were coalesced in the first place. This bug will be addressed shortly.
* | | | factor out some test code into the SetUp()Justin Clark-Casey (justincc)2011-04-131-14/+15
| | | |
* | | | Add a regression test for rezzing a single object into a scene from user ↵Justin Clark-Casey (justincc)2011-04-133-1/+145
| | | | | | | | | | | | | | | | inventory
* | | | force mesh proxy for simple box prims with path cutdahlia2011-04-122-0/+6
| | | |
* | | | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-1211-12/+2
| | | | | | | | | | | | | | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* | | | Implemented terrain save-tile command. Does the opposite of load-tile. For ↵Diva Canto2011-04-127-0/+132
| | | | | | | | | | | | | | | | now, only saves to .png.
* | | | Bug fix in object serialization -- sculpt data was wrong.Diva Canto2011-04-121-1/+1
| |_|/ |/| |
* | | refactor: simplify bRayEndIsIntersection boolean set from ↵Justin Clark-Casey (justincc)2011-04-122-26/+2
| | | | | | | | | | | | RayEndIsIntersection byte
* | | If an object is rezzed directly from a prim inventory then give it the ↵Justin Clark-Casey (justincc)2011-04-121-1/+1
| | | | | | | | | | | | rotation it was stored with.
* | | Allow a null rotation to be passed in to RezObject so that we can control ↵Justin Clark-Casey (justincc)2011-04-121-7/+13
| | | | | | | | | | | | whether to use the serialized rotation or not. Not used yet.
* | | Fix (add) ability to rez objects by dragging them out of another prim's ↵Justin Clark-Casey (justincc)2011-04-122-5/+58
| |/ |/| | | | | | | | | | | | | inventory. This should happen if the client supplies a task ID with the RezObject call. The rez goes through the same code as llRezObject(), so the same perms are applied. Rotation isn't yet preserved, this should be fixed shortly.
* | minor: remove now inaccurate commentJustin Clark-Casey (justincc)2011-04-111-1/+1
| |
* | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-04-111-10/+4
| |
* | minor: adjust some spacing and indentationJustin Clark-Casey (justincc)2011-04-111-10/+10
| |
* | Implimented HTTP_VERIFY_CERT for llHttpRequestE. Allen Soard2011-04-111-3/+31
| |
* | create "config show" as a region console command synonym for "config get".Justin Clark-Casey (justincc)2011-04-111-5/+13
| | | | | | | | This is to create greater consistency with all the other show commands.
* | Make it more obvious when it happens that DLL plugin loading fails. Improve ↵Justin Clark-Casey (justincc)2011-04-111-1/+2
|/ | | | exception output on Windows.
* Merge branch 'queuetest' of ssh://opensimulator.org/var/git/opensim into ↵Mic Bowman2011-04-111-1/+75
|\ | | | | | | | | | | | | | | queuetest Conflicts: OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs OpenSim/Region/Framework/Scenes/Prioritizer.cs
| * Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman2011-04-041-2/+2
| | | | | | | | | | | | | | | | time to wait to retransmit packets) always maxed out (no retransmissions for 24 or 48 seconds. Note that this is going to cause faster (and more) retransmissions. Fix for dynamic throttling needs to go with this.
| * Fixed the prioritizer functions for the new priority queuesMic Bowman2011-04-041-210/+82
| |
| * Implements adaptive queue management and fair queueing forMic Bowman2011-04-042-120/+304
| | | | | | | | | | | | | | improved networking performance. Reprioritization algorithms need to be ported still. One is in place.
* | Removed some priority queue debugging codeMic Bowman2011-04-111-80/+0
| |
* | Changed the "not in scene" check in the prioritizier to justMic Bowman2011-04-101-2/+3
| | | | | | | | | | | | a warning. There appears to be a race condition on slow logins that attempts to prioritize before the scene presence is fully initialized.
* | Split the priority queue class into a seperate file. LLClientViewMic Bowman2011-04-102-205/+245
| | | | | | | | is big enough.
* | Fix a bug in the computation of the RTO. Basically... the RTO (theMic Bowman2011-04-101-2/+2
| | | | | | | | | | | | | | | | time to wait to retransmit packets) always maxed out (no retransmissions for 24 or 48 seconds. Note that this is going to cause faster (and more) retransmissions. Fix for dynamic throttling needs to go with this.
* | Fixed the prioritizer functions for the new priority queuesMic Bowman2011-04-101-210/+82
| |
* | Implements adaptive queue management and fair queueing forMic Bowman2011-04-102-120/+304
| | | | | | | | | | | | | | improved networking performance. Reprioritization algorithms need to be ported still. One is in place.
* | Add support for the new display name related functions in LSL. This does notMelanie2011-04-085-4/+97
| | | | | | | | | | | | implement the display names functionality as such, but it allows scripts that are display name aware to function as if the display name were implemented and set to the avatar name.
* | trivial whitespace removal to trigger a panda rebuildJustin Clark-Casey (justincc)2011-04-081-11/+3
| |
* | Fix bug where on duplication, the root part local id was continually used in ↵Justin Clark-Casey (justincc)2011-04-061-1/+1
| | | | | | | | populating the local id scene object index instead of each part's local id
* | Signal prim count taint if the AbsolutePosition of a scene object changes.Justin Clark-Casey (justincc)2011-04-062-4/+28
| | | | | | | | | | This updates prim counts correctly if an object is moved by something other than an avatar (e.g. scripts, region modules) Create TestMoveOwnerObject() regression test for this case.
* | Improve previous ILandObject method doc.Justin Clark-Casey (justincc)2011-04-063-49/+87
| | | | | | | | For test code, take a part name prefix when creating objects, so that these can be more easily identified in the logs
* | Add method doc to some land bitmap methods in ILandObject.Justin Clark-Casey (justincc)2011-04-062-18/+48
| | | | | | | | Also changes prim count tests to use the correct upper region bounds, though the method actually ignores the overage.
* | Change some text to make the autoreturn mechanism more obvious, and align ↵Justin Clark-Casey (justincc)2011-04-052-3/+8
| | | | | | | | with the fact that it's one word rather than two.
* | properly refresh object owner list when refresh button is hit on land parcel ↵Justin Clark-Casey (justincc)2011-04-052-9/+14
| | | | | | | | object tab
* | remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)2011-04-055-124/+27
| | | | | | | | | | However, the calls to the land management module to record prims need to remain, since they were also being used to return owner object lists, etc. This is probably why prim counts were being done there in the first place.
* | replace magic numbers in llGetParcelPrimCount() with constantsJustin Clark-Casey (justincc)2011-04-051-22/+8
| |
* | switch llGetParcelPrimCount() to use new prim counts moduleJustin Clark-Casey (justincc)2011-04-051-46/+39
| |
* | If an object is selected, then don't include it in owner/group/others prim ↵Justin Clark-Casey (justincc)2011-04-051-13/+18
| | | | | | | | | | | | counts. This fixes the total prim count that the viewer displays when prims are selected - it appears to ignore the total that we pass it and adds up the counts separately.
* | Handle the client's parcel info requests asynchronously rather than ↵Justin Clark-Casey (justincc)2011-04-051-1/+1
| | | | | | | | | | | | | | synchronously. Handling these synchronously kills the inbound packet loop if many requests are made for remote land and those requests are handled slowly or timeout (timeout is 10s) This can happen if a user searches for "land for sale" and then clicks many of the parcels in the list (or just presses down arrow to move through every entry).