aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fix string literal with URL + LLcommand();Teravus Ovares2008-05-291-1/+8
* * Minor: method documentation fiddling in SceneObjectGroupJustin Clarke Casey2008-05-261-4/+6
* * Extract and boil down necessary texture UUIDs for an archive of the scene p...Justin Clarke Casey2008-05-261-2/+6
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-13/+13
* * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho...Teravus Ovares2008-05-251-0/+5
* Thank you kindly, Tiffany for a patch that helps:Charles Krinke2008-05-251-6/+3
* * phantom sculpties don't request the sculpt texture anymore.Teravus Ovares2008-05-251-3/+9
* * Disabling isSelected check on object persistence backup (at least temporari...Justin Clarke Casey2008-05-251-18/+30
* * Refactor: Collapses parts of different code paths in scene used when deleti...Justin Clarke Casey2008-05-251-3/+1
* * Refactor: Change previous commits Object methods to SceneObject methods ins...Justin Clarke Casey2008-05-241-1/+1
* * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ...Justin Clarke Casey2008-05-241-1/+1
* *Refactor of the LandManagementModule that allows OpenSim to run without itmingchen2008-05-231-13/+0
* * Minor: Tidy ups and logging tweaks.Justin Clarke Casey2008-05-221-1/+2
* * This update causes the backup process to run in a separate thread.Teravus Ovares2008-05-211-21/+44
* * Group type stuff. Nothing spectacular. two packets, sorta almost semi half...Teravus Ovares2008-05-181-0/+11
* Formatting cleanup.Jeff Ames2008-05-171-1/+1
* * Committing patch from mantis 0001297: [PATCH] Fix behavior of child prim in...Teravus Ovares2008-05-161-7/+1
* Formatting cleanup.Jeff Ames2008-05-161-66/+66
* Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares2008-05-151-1/+1
* * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per...Teravus Ovares2008-05-141-1/+1
* * Refactor: Remove SceneObjectGroup.GetScenePresences() in favour of a direct...Justin Clarke Casey2008-05-141-10/+1
* Applied Patch mantis 1220. Implements llGetStartParameter. Thanks!Teravus Ovares2008-05-141-0/+12
* * Refactored two more OutPackets. ObjectPropertiesFamily, and Object Propert...Teravus Ovares2008-05-101-58/+11
* * Experiment in Zerocoding.Teravus Ovares2008-05-101-1/+2
* * Valid Sculpted prim now collide properly.Teravus Ovares2008-05-091-0/+13
* De-tabify source.Jeff Ames2008-05-061-10/+7
* * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n...Teravus Ovares2008-05-061-3/+14
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-1/+1
* * A bit of spice from here, a pinch of salt from there, some brains that attr...Teravus Ovares2008-05-051-0/+12
* * Rolled back a few changes.Adam Frisby2008-05-011-183/+194
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-194/+183
* * committing what I've got so far for DuplicateOnRay so I don't fight the con...Teravus Ovares2008-05-011-2/+2
* * Assorted spring cleanings.Adam Frisby2008-05-011-1/+0
* * You can now rez objects out of inventory at the correct offset from prim yo...Teravus Ovares2008-05-011-2/+29
* * Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares2008-04-301-92/+15
* Patch from Melanie: 0001087: Crash to bash de-linking objects. Thanks Melanie!Teravus Ovares2008-04-291-1/+2
* * Fixes child prim not editable as an attachment. You can right click on chi...Teravus Ovares2008-04-291-1/+15
* * Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares2008-04-281-3/+22
* * Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares2008-04-271-2/+24
* * More attachment stuff, reworked some of the inventory routines to be what I...Teravus Ovares2008-04-271-0/+22
* * First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey2008-04-261-1/+1
* * Ooops, attachments now teleport/cross region borders along with your avatar...Teravus Ovares2008-04-261-15/+42
* * Fixes prim crossing. See bug 1050.Teravus Ovares2008-04-251-2/+21
* * Check in odds and ends which remain as an attempt to get the item propertie...Justin Clarke Casey2008-04-251-1/+7
* * Implements llTarget, llTargetRemove, at_target(), not_at_target()Teravus Ovares2008-04-251-3/+149
* * Adds much better support for attachments that you right click on in world.Teravus Ovares2008-04-241-1/+37
* * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares2008-04-231-3/+39
* * Added missing reference to OpenSim.Framework.Communications to RemoteAdminP...Adam Frisby2008-04-211-602/+602
* * Various compiler warning cleanups.Adam Frisby2008-04-211-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+0