aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-101-2/+2
* ODE: added support for Phantom flag. Presently you need to add 1024 to Objec...dan miller2007-09-091-4/+5
* Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW2007-08-281-1/+1
* Start of trying to make Region/Scene more modular. MW2007-08-281-1/+4
* Deleted a few old files that are no longer used.MW2007-08-271-5/+0
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-261-23/+23
* Scripts are now copied into a prim (ie new copy placed in the prim) rather th...MW2007-08-241-8/+6
* Updated sqlite3.dll to version 3.4.2MW2007-08-241-0/+3
* Added RemovePrim method to the physics plugins interface.MW2007-08-231-0/+14
* Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW2007-08-221-0/+20
* Added forgotten file.MW2007-08-221-2/+2
* Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW2007-08-221-2/+30
* Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW2007-08-211-2/+42
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-211-0/+325