aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* get rid of all the ^M line endingsSean Dague2007-10-191-476/+476
* small bit of refactoringMW2007-10-181-473/+476
* Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax2007-10-181-1/+1
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
* getting all our line endings consistant againSean Dague2007-10-051-445/+445
* == The "right name and place" commit ==lbsa712007-10-051-1/+1
* Hollow prims (box only), thanks Gerard! Enjoydan miller2007-09-291-2/+7
* * Started major restructusing of comms to prepare for better grid and region ...lbsa712007-09-241-7/+7
* * Continuing refactoring of presencelbsa712007-09-211-2/+2
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-201-2/+2
* * Some more presence refactoringlbsa712007-09-201-410/+415
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-63/+71
* fixing me some line endingsSean Dague2007-09-171-427/+427
* 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