aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-04Added partial help info when calling "help" command with a region set.MW3-3/+38
2007-09-04Removed the exit-region command, now use "change-region root" or "change-regi...MW2-0/+23
2007-09-04Added "show modules" command that if at root level will display a list of loa...MW1-3/+50
2007-09-04Fixed it so change-region works with region names that have spaces in them. MW1-1/+1
2007-09-04Some work on Module loading/management.MW19-94/+431
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW7-7/+136
2007-08-30Added some place holder classes for various modules.MW6-0/+170
2007-08-29few small changes (all work in progress).MW2-8/+33
2007-08-29Fixed the problem of prims not being loaded from the database (that my last c...MW1-2/+8
2007-08-29Various small changes (some likely to be removed again soon)MW6-6/+18
2007-08-29Attempt to cut down how often objects are backed up to the database.MW2-3/+15
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW6-6/+6
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ...MW36-3084/+4
2007-08-28Moved XferModule to OpenSim.Region.Environment.Modules namespace/directory.MW1-1/+1
2007-08-28Start of trying to make Region/Scene more modular. MW14-108/+450
2007-08-27Fixed the bug that sent a region port as the CAPS url, instead of sending the...MW1-1/+6
2007-08-27Deleted a few old files that are no longer used.MW6-1058/+4
2007-08-27Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW4-1/+10
2007-08-27Another small tweak to image sending.MW3-1/+11
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW3-29/+32
2007-08-25Hopefully fixed the bugs in primitives rotation editingMW2-4/+7
2007-08-25updated to include saving of object flags.Sean Dague1-9/+14
2007-08-24Small bit of refactoring to the startup command script code (moved it into a ...MW1-4/+2
2007-08-24Fixed a problem where some prims didn't show up when you crossed or teleporte...MW1-0/+3
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,...MW2-3/+24
2007-08-24Scripts are now copied into a prim (ie new copy placed in the prim) rather th...MW3-9/+34
2007-08-24Updated sqlite3.dll to version 3.4.2MW2-0/+9
2007-08-23Added RemovePrim method to the physics plugins interface.MW3-12/+27
2007-08-23Implemented Resize Method in OdePrim.MW2-5/+24
2007-08-23Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this...MW3-11/+23
2007-08-23Added danx0r's physics patch, although for now have disabled the lines in Sce...MW2-0/+13
2007-08-22Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW5-2/+61
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-1/+1
2007-08-22Added Scene.GetSceneObjectPart(uint localID)MW1-0/+17
2007-08-22Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...MW2-20/+20
2007-08-22A little bit of cleaning up.MW3-6/+4
2007-08-22added ParentPartID to TaskInventoryItem class to make it easier to store them...MW1-4/+4
2007-08-22Fixed typo.MW4-6/+6
2007-08-22Added forgotten file.MW3-5/+147
2007-08-22Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW4-57/+191
2007-08-21Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW4-2/+63
2007-08-21Hopefully fixed the problem of users avatars not always showing up when eithe...MW2-6/+19
2007-08-21Old group is now deleted from datastore when you link groups/prims, so that t...MW2-3/+2
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...MW2-8/+7
2007-08-21Shift and Drag copying should now work correctly. [This was one of those stup...MW4-17/+57
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) fro...MW3-262/+330
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.MW5-10/+34