aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-10Make grass and trees phantom by default. Same behavior as LL grid.Brian McBee1-0/+6
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-6/+4
2007-09-09added avatar updates for physics movement -- fixes gravity & avatar collision...dan miller1-1/+1
2007-09-09ODE: added support for Phantom flag. Presently you need to add 1024 to Objec...dan miller1-10/+13
2007-09-08Added region console command "edit-scale". To use first use change-region to ...MW1-0/+28
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-0/+8
2007-09-06added experimental method of trying to relieve missing prim problem (by addin...MW1-9/+17
2007-09-06fixed mantis bug 375 (copy broken with physics/ODE enabled)dan miller1-1/+1
2007-09-05Added "force-update" console command (when a region is set as active), which ...MW1-0/+11
2007-09-04Added partial help info when calling "help" command with a region set.MW1-0/+10
2007-09-04Removed the exit-region command, now use "change-region root" or "change-regi...MW1-0/+11
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.MW1-27/+110
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-1/+1
2007-08-29Various small changes (some likely to be removed again soon)MW1-3/+4
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW1-1/+1
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ...MW1-9/+0
2007-08-28Start of trying to make Region/Scene more modular. MW1-8/+54
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.MW1-8/+2
2007-08-27Another small tweak to image sending.MW1-0/+9
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW1-5/+8
2007-08-23Added RemovePrim method to the physics plugins interface.MW1-12/+12
2007-08-23Implemented Resize Method in OdePrim.MW1-5/+5
2007-08-23Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this...MW1-11/+15
2007-08-23Added danx0r's physics patch, although for now have disabled the lines in Sce...MW1-0/+12
2007-08-22Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW1-0/+1
2007-08-22Added Scene.GetSceneObjectPart(uint localID)MW1-0/+17
2007-08-22Fixed typo.MW1-2/+2
2007-08-22Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW1-0/+4
2007-08-21Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW1-0/+1
2007-08-21Hopefully fixed the problem of users avatars not always showing up when eithe...MW1-0/+9
2007-08-21Old group is now deleted from datastore when you link groups/prims, so that t...MW1-0/+1
2007-08-21Shift and Drag copying should now work correctly. [This was one of those stup...MW1-0/+2
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) fro...MW1-72/+4
2007-08-20The regionUUID is now being passed to the datastore calls.MW1-5/+5
2007-08-20Instant Messages between users in the same region should actually now work.MW1-4/+2
2007-08-19small clean up.MW1-0/+2
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-3/+89
2007-08-18When teleporting to distant region, you can now go to the point you want to g...Brian McBee1-1/+2
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-1/+1
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW1-2/+6
2007-08-15More work on inventory, can now create other inventory types, like Clothes an...MW1-0/+3
2007-08-15Temporary fix for the region crossing crash, Although we need to start to cha...MW1-2/+4
2007-08-15* Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby1-0/+16
2007-08-14Partial fix for the permissions on edited notecards/scripts (now you might st...MW1-0/+1
2007-08-14preliminary support for editing notecards and scripts. MW1-2/+43
2007-08-14Can now create some new empty inventory items (like notecards and scripts) fr...MW1-1/+1