aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-4/+4
2008-02-07* Fixed negative child agents in the sim stats.Teravus Ovares1-0/+6
2008-02-06* Added Active Scripts to report the number of scripts running to Sim Stats Teravus Ovares1-4/+24
2008-02-05Converted logging to use log4net.Jeff Ames1-7/+9
2008-01-22* Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares1-13/+17
2008-01-16* Fix mantis 345 - it is now possible to duplicate prims directly in the regi...Justin Clarke Casey1-1/+6
2008-01-14* First pass at collidable linksetsTeravus Ovares1-0/+1
2008-01-09Prim inventory script saving phase 2.Justin Clarke Casey1-1/+1
2008-01-07Commenting out InnerScene.SceneObjects for now since it was unpopulated and n...Justin Clarke Casey1-2/+3
2007-12-28* Patch from Melanie provides Util.CleanString and uses it on the prim name a...Teravus Ovares1-2/+2
2007-12-28* applied melanie's matnis patch #255. Thanks Melanie.Teravus Ovares1-2/+2
2007-12-27* Optimized usingslbsa711-56/+67
2007-12-17Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke1-14/+52
2007-12-14* Added Active(physical) object count to the SimStatsReporterTeravus Ovares1-1/+14
2007-12-12* In our quest for sim heartbeat stats, we're a touch closer to accurate obje...Teravus Ovares1-1/+1
2007-12-12* Added Object count to sim stats (it's incorrect, however, it'll be fixed)Teravus Ovares1-0/+6
2007-12-12* Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares1-2/+50
2007-12-11A few minor changes/additions/fixes.MW1-1/+1
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-12-07Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW1-2/+2
2007-12-07* Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares1-21/+80
2007-12-06removed obsolete Verbose() functionJeff Ames1-10/+8
2007-12-05* Refactored Permissions into ScenePresence as requested by MWTeravus Ovares1-2/+2
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-2/+2
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby1-1/+1
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-2/+0
2007-11-30*Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares1-1/+1
2007-11-29* Fixed neighbour range buglbsa711-1/+1
2007-11-29* Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares1-6/+13
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares1-4/+49
2007-11-23* added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares1-0/+27
2007-11-22* Added code to capture the draw distance setting from the client.Teravus Ovares1-1/+35
2007-11-18Attempt to get World Map working in Grid mode, will need to be using the grid...MW1-14/+16
2007-11-15* Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares1-0/+17
2007-11-14* Copied objects are now owned by the object copier (Next Owner) (however nex...Teravus Ovares1-2/+2
2007-11-13first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague1-0/+50
2007-11-07refactored some duplicate SceneObjectGroup searching code in SceneJeff Ames1-196/+68
2007-11-05removed duplicated BOMsJeff Ames1-1/+1
2007-11-04Some more refactoringMW1-35/+88
2007-11-04normalized line endingsJeff Ames1-655/+655
2007-11-04Added support for OpenSim application plugins (as requested by Adam), which u...MW1-2/+0
2007-11-03First part of Scene refactoring:MW1-526/+657
2007-11-01* Diuerse beavtificatemslbsa711-5/+3
2007-10-30Tevarus' patch for object flags & implemented Phantom editsdan miller1-0/+16
2007-10-30* Optimized usingslbsa711-13/+9
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+2
2007-10-19* Major structural change: Begun converting Events to use (caller, args) synt...Adam Frisby1-1/+16
2007-10-19* Instant Message functionality moved into a Region ModulesAdam Frisby1-35/+1
2007-09-21* Slowly but surely working my way towards Regionality...lbsa711-5/+5
2007-09-21* Continuing refactoring of presencelbsa711-2/+2