aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares2008-01-221-13/+17
* * Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey2008-01-161-1/+6
* * First pass at collidable linksetsTeravus Ovares2008-01-141-0/+1
* Prim inventory script saving phase 2.Justin Clarke Casey2008-01-091-1/+1
* Commenting out InnerScene.SceneObjects for now since it was unpopulated and n...Justin Clarke Casey2008-01-071-2/+3
* * Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares2007-12-281-2/+2
* * applied melanie's matnis patch #255. Thanks Melanie.Teravus Ovares2007-12-281-2/+2
* * Optimized usingslbsa712007-12-271-56/+67
* Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke2007-12-171-14/+52
* * Added Active(physical) object count to the SimStatsReporterTeravus Ovares2007-12-141-1/+14
* * In our quest for sim heartbeat stats, we're a touch closer to accurate obje...Teravus Ovares2007-12-121-1/+1
* * Added Object count to sim stats (it's incorrect, however, it'll be fixed)Teravus Ovares2007-12-121-0/+6
* * Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares2007-12-121-2/+50
* A few minor changes/additions/fixes.MW2007-12-111-1/+1
* added copyright noticesJeff Ames2007-12-111-1/+29
* Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW2007-12-071-2/+2
* * Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares2007-12-071-21/+80
* removed obsolete Verbose() functionJeff Ames2007-12-061-10/+8
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-2/+2
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-2/+2
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-1/+1
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-2/+0
* *Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares2007-11-301-1/+1
* * Fixed neighbour range buglbsa712007-11-291-1/+1
* * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares2007-11-291-6/+13
* * Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares2007-11-281-4/+49
* * added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares2007-11-231-0/+27
* * Added code to capture the draw distance setting from the client.Teravus Ovares2007-11-221-1/+35
* Attempt to get World Map working in Grid mode, will need to be using the grid...MW2007-11-181-14/+16
* * Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares2007-11-151-0/+17
* * Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares2007-11-141-2/+2
* first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague2007-11-131-0/+50
* refactored some duplicate SceneObjectGroup searching code in SceneJeff Ames2007-11-071-196/+68
* removed duplicated BOMsJeff Ames2007-11-051-1/+1
* Some more refactoringMW2007-11-041-35/+88
* normalized line endingsJeff Ames2007-11-041-655/+655
* Added support for OpenSim application plugins (as requested by Adam), which u...MW2007-11-041-2/+0
* First part of Scene refactoring:MW2007-11-031-0/+657