aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add PayPrice to serialization format Xml2Melanie2011-05-251-1/+0
|
* Merge branch 'master' into careminster-presence-refactorMelanie2011-04-181-9/+1
|\
| * First pass at moving object property requests into a queue similarMic Bowman2011-04-131-9/+1
| | | | | | | | | | | | | | | | to the entity update queue. The number of property packets can become significant when selecting/deselecting large numbers of objects. This is experimental code.
| * Adjust the quanterions used in the rez coalsced object tests to get sensible ↵Justin Clark-Casey (justincc)2011-04-131-1/+8
| | | | | | | | | | | | bounding box and offset numbers. Extend test to check position of objects in the rezzed coalescence.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-161-1/+1
|\ \ | |/
| * Set filter to send proper rotations for root partBlueWall2011-02-131-1/+1
| | | | | | | | | | | | | | This allows the root prim, alone or in a set, to send it's rotation. This fixes unsitting the avatar on sit-offsest type teleports where the sit target is in the root prim of a linkset.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-1/+2
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/SimianGrid/SimianGridMaptileModule.cs OpenSim/Services/GridService/HypergridLinker.cs
| * Send object date to viewer in microseconds (Fixes mantis bug #3990)Kevin Cozens2011-02-041-1/+2
| |
* | Fixing AbsolutePosition to correct llSensor in vehiclesKitto Flora2010-12-261-6/+4
| |
* | Fix the corner casse of stack overflow when logging out with attachmentsMelanie2010-12-251-2/+2
| |
* | Fix the recent stack overflowMelanie2010-12-251-0/+2
| |
* | Update child prim group positions in moving vehiclesMelanie2010-12-241-2/+5
| |
* | Make sure the material is set on physical primsMelanie2010-12-151-0/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-131-7/+0
|\ \ | |/
| * Trigger event with flag CHANGED_LINK when agent sits on objects that have ↵Marck2010-12-121-7/+0
| | | | | | | | not a sit target defined. This fixes Mantis #4692.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-031-1/+4
|\ \ | |/ | | | | Also prevent god takes from ending up in Lost and Found
| * Added some comments. Better than listening to the boring speaker...Diva Canto2010-12-011-1/+4
| |
* | Prevent an overlength button label from producing a debug dump and abortingMelanie2010-11-241-1/+1
| | | | | | | | the script.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-231-15/+2
|\ \ | |/
| * Let CHANGED_SHAPE trigger. This fixes Mantis #1844.Marck2010-11-221-15/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-221-0/+56
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2010-11-211-1/+6
| | | | | | | | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
| * Global creator information working on MySQL DB and on load/save OARs. ↵Diva Canto2010-11-211-0/+51
| | | | | | | | | | | | | | Creator name properly shown on the viewer as first.last @authority. New option added to save oar -profile=url. Migration on RegionStore making CreatorID be 255 chars. Moved Handling of user UUID -> name requests to a new module UserManagement/UserManagementModule.
| * Fix playing sound from HUDsMelanie2010-11-051-0/+1
| |
* | Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-1/+1
| | | | | | | | | | | | | | save properly, as will the results of a resizer script working. Attachment positions are no longer saved on each move, but instead are saved once on logout. Attachment script states are saved as part of the attachment now when detaching.
* | Fix playing sound from HUDsMelanie2010-11-031-8/+0
| |
* | Change the results from llGetPrimitiveParams to be the same as SL forMelanie2010-10-241-1/+1
| | | | | | | | | | the prim position. This will make attached resizer scripts work like SL. Existing resizers may be affected adversely.
* | Fix merge issuesMelanie2010-10-181-12/+0
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-181-59/+68
|\ \ | |/
| * Deleted all [XmlIgnore] from SOP, since those are meaningless now.Diva Canto2010-10-171-55/+55
| |
| * .NET automagical serialization of SOPs replaced by manual serialization ↵Diva Canto2010-10-171-9/+6
| | | | | | | | across the board.
| * Change the part for sound playback to be the root part / object UUID insteadMelanie2010-10-101-8/+8
| | | | | | | | of the child prim because using the child prim plain doesn't work.
* | change default next owner persm to mod/trans to match SL.Melanie2010-10-131-1/+4
| |
* | Change the part for sound playback to be the root part / object UUID insteadMelanie2010-10-101-8/+8
| | | | | | | | of the child prim because using the child prim plain doesn't work.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-061-1/+1
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-10-041-1/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-251-2/+2
|\ \ | |/
| * Add UUID to physics prim name parameter so that diagnostic messages can be ↵Justin Clark-Casey (justincc)2010-09-251-2/+2
| | | | | | | | | | | | made more useful. If a separate UUID parameter is better for the future then this can be added later on.
| * JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.root2010-09-161-1/+2
| |
* | JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.root2010-09-161-1/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-13/+19
|\ \ | |/ | | | | | | The modules will need to be updated for this to compile and run again. Please don't use until I do the companion commit to modules later on.
| * Formatting cleanup.Jeff Ames2010-09-121-11/+11
| |
| * If a scene object part UUID is changed (only possible when not in a scene), ↵Justin Clark-Casey (justincc)2010-09-071-2/+8
| | | | | | | | then adjust the inventory items to point to the new uuid as well
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-14/+2
|\ \ | |/
| * Remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-261-14/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-181-6/+6
|\ \ | |/
| * refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)2010-08-131-6/+6
| |
| * File wants to be committedDiva Canto2010-08-111-2/+2
| |
* | Fix Omega getting overwritten on startup.meta72010-08-111-1/+1
| |
* | Resolve merge failuremeta72010-08-101-33/+59
|\ \