aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-12Just trying out some thing with events, there changes/additions are likely to...MW1-0/+3
2007-10-10some refactoringMW1-0/+39
2007-10-05== The "right name and place" commit ==lbsa711-1/+0
2007-09-29Hollow prims (box only), thanks Gerard! Enjoydan miller1-7/+22
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-1/+1
2007-09-21* Continuing refactoring of presencelbsa711-2/+2
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa711-1/+1
2007-09-20* Some more presence refactoringlbsa711-1/+1
2007-09-20Rev 1971 : The Lbsa71 vintage commitlbsa711-3/+3
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-176/+226
2007-09-13Backup is now optional on classeslbsa711-17/+44
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-2/+3
2007-09-08Added region console command "edit-scale". To use first use change-region to ...MW1-0/+1
2007-09-06added experimental method of trying to relieve missing prim problem (by addin...MW1-0/+16
2007-09-06fixed mantis bug 375 (copy broken with physics/ODE enabled)dan miller1-0/+11
2007-08-29Attempt to cut down how often objects are backed up to the database.MW1-2/+12
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW1-1/+1
2007-08-28Start of trying to make Region/Scene more modular. MW1-3/+3
2007-08-27Deleted a few old files that are no longer used.MW1-1/+1
2007-08-25Hopefully fixed the bugs in primitives rotation editingMW1-3/+5
2007-08-24Had "using OpenSim.Physics.Manager;" defined twice in SceneObjectGroup.cs, so...MW1-1/+0
2007-08-24Hopefully fixed mantis bug #318 (exception when a prim moves across a border,...MW1-1/+20
2007-08-24Scripts are now copied into a prim (ie new copy placed in the prim) rather th...MW1-0/+27
2007-08-24Updated sqlite3.dll to version 3.4.2MW1-0/+6
2007-08-23Implemented Resize Method in OdePrim.MW1-0/+19
2007-08-23Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this...MW1-0/+5
2007-08-23Added danx0r's physics patch, although for now have disabled the lines in Sce...MW1-0/+1
2007-08-22Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW1-0/+10
2007-08-22Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW1-19/+19
2007-08-22A little bit of cleaning up.MW1-2/+2
2007-08-22Fixed typo.MW1-1/+1
2007-08-22Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW1-10/+29
2007-08-21Old group is now deleted from datastore when you link groups/prims, so that t...MW1-3/+1
2007-08-21Think linking prims should now work correctly (if its not then please someone...MW1-1/+2
2007-08-21A bit more work on prim building related code. Think most of the building too...MW1-0/+3
2007-08-21Shift and Drag copying should now work correctly. [This was one of those stup...MW1-6/+44
2007-08-20Added Property to SceneObjectGroup to allow the UUID of the region it is in t...MW1-0/+10
2007-08-20The regionUUID is now being passed to the datastore calls.MW1-1/+15
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-7/+17
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa711-0/+5
2007-08-16Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ...MW1-3/+2
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-13/+13
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW1-20/+84
2007-08-15The 'Party Party Groupie Groupie Life is a game' commit:lbsa711-0/+23
2007-08-15More work on inventory, can now create other inventory types, like Clothes an...MW1-1/+0
2007-08-15* Again, FileSystemObject reports filename.lbsa711-0/+6
2007-08-15* Exploring Group/Part from an app perspective.lbsa711-1/+24
2007-08-13Added Scene.ConvertLocalIDToFullID() method. MW1-0/+10
2007-08-13Some more work on SceneObjectGroupMW1-5/+10
2007-08-13Added the SetPartText access method to SceneObjectGroup to set the text of me...MW1-17/+35