aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* added experimental method of trying to relieve missing prim problem (by addin...MW2007-09-061-9/+17
* fixed mantis bug 375 (copy broken with physics/ODE enabled)dan miller2007-09-061-1/+1
* Added "force-update" console command (when a region is set as active), which ...MW2007-09-051-0/+11
* Added partial help info when calling "help" command with a region set.MW2007-09-041-0/+10
* Removed the exit-region command, now use "change-region root" or "change-regi...MW2007-09-041-0/+11
* Added "show modules" command that if at root level will display a list of loa...MW2007-09-041-3/+50
* Fixed it so change-region works with region names that have spaces in them. MW2007-09-041-1/+1
* Some work on Module loading/management.MW2007-09-041-27/+110
* Added a Debug method to the Console/log class that has the Conditional attrib...MW2007-08-311-1/+1
* Various small changes (some likely to be removed again soon)MW2007-08-291-3/+4
* Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW2007-08-281-1/+1
* Taken the old scripting engine out of Region.Environment and moved it into a ...MW2007-08-281-9/+0
* Start of trying to make Region/Scene more modular. MW2007-08-281-8/+54
* Fixed the bug that sent a region port as the CAPS url, instead of sending the...MW2007-08-271-1/+6
* Deleted a few old files that are no longer used.MW2007-08-271-8/+2
* Another small tweak to image sending.MW2007-08-271-0/+9
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-261-5/+8
* Added RemovePrim method to the physics plugins interface.MW2007-08-231-12/+12
* Implemented Resize Method in OdePrim.MW2007-08-231-5/+5
* Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this...MW2007-08-231-11/+15
* Added danx0r's physics patch, although for now have disabled the lines in Sce...MW2007-08-231-0/+12
* Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW2007-08-221-0/+1
* Added Scene.GetSceneObjectPart(uint localID)MW2007-08-221-0/+17
* Fixed typo.MW2007-08-221-2/+2
* Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2007-08-221-0/+4
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-211-0/+1
* Hopefully fixed the problem of users avatars not always showing up when eithe...MW2007-08-211-0/+9
* Old group is now deleted from datastore when you link groups/prims, so that t...MW2007-08-211-0/+1
* Shift and Drag copying should now work correctly. [This was one of those stup...MW2007-08-211-0/+2
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-211-72/+4
* The regionUUID is now being passed to the datastore calls.MW2007-08-201-5/+5
* Instant Messages between users in the same region should actually now work.MW2007-08-201-4/+2
* small clean up.MW2007-08-191-0/+2
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-191-3/+89
* When teleporting to distant region, you can now go to the point you want to g...Brian McBee2007-08-181-1/+2
* * Introduced IScriptHost as an interface to fetching object data from scripts.lbsa712007-08-161-1/+1
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW2007-08-161-2/+6
* More work on inventory, can now create other inventory types, like Clothes an...MW2007-08-151-0/+3
* Temporary fix for the region crossing crash, Although we need to start to cha...MW2007-08-151-2/+4
* * Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby2007-08-151-0/+16
* Partial fix for the permissions on edited notecards/scripts (now you might st...MW2007-08-141-0/+1
* preliminary support for editing notecards and scripts. MW2007-08-141-2/+43
* Can now create some new empty inventory items (like notecards and scripts) fr...MW2007-08-141-1/+1
* Start of inventory items, when you upload a texture the data will now be stor...MW2007-08-141-25/+47
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-141-2/+2
* More inventory work, should be able to now create new inventory folders and t...MW2007-08-141-2/+2
* Start of Inventory service, currently only (partially) functional in standalo...MW2007-08-141-3/+3
* Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen2007-08-131-2/+1
* Added Scene.ConvertLocalIDToFullID() method. MW2007-08-131-0/+18
* added Sample OnObjectGrab event to SceneEventManager for script engines to s...MW2007-08-131-0/+2