aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-16*Adding and Removing Avatars from the Access/Ban List for a parcel now works,...mingchen1-0/+2
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee1-0/+1
2007-12-14* Added Active(physical) object count to the SimStatsReporterTeravus Ovares1-0/+12
2007-12-13* Debugging Shapelbsa711-6/+0
2007-12-12* In our quest for sim heartbeat stats, we're a touch closer to accurate obje...Teravus Ovares1-9/+13
2007-12-12couple of small fixes.MW1-36/+36
2007-12-12* Added Object count to sim stats (it's incorrect, however, it'll be fixed)Teravus Ovares1-0/+1
2007-12-12* Fixed agent counts on the Simulator stats paneTeravus Ovares1-1/+1
2007-12-12* Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares1-4/+74
2007-12-12* Start listening for client connections immediately after a region initializ...Teravus Ovares1-8/+18
2007-12-11put in a try block to catch the ForEach loop dying.Sean Dague1-3/+7
2007-12-11* Added some locking to help race conditions in the neighbors listsTeravus Ovares1-30/+42
2007-12-11Couple of more small changesMW1-8/+16
2007-12-11A few minor changes/additions/fixes.MW1-1/+12
2007-12-11Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee1-0/+1
2007-12-10* Added comments to many methods in the listed files.Teravus Ovares1-19/+60
2007-12-10* More refactoring to prepare for draw distance based agent sim notification.Teravus Ovares1-6/+13
2007-12-10Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames1-1/+0
2007-12-10more work on texture downloading.MW1-2/+2
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-1/+1
2007-12-10* Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares1-1/+46
2007-12-08hackish code to allow emptying of trash. This really should be done on the in...Brian McBee1-1/+2
2007-12-08Allow moving, deleting, and restoring objects in inventory.Brian McBee1-0/+1
2007-12-08* Added back the regionup code so people in nearby sims can see a downed sim ...Teravus Ovares1-3/+3
2007-12-07Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW1-6/+9
2007-12-06reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague1-1/+0
2007-12-06* now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa711-0/+1
2007-12-06minor cleanup of Scene.cs (parameter naming, function documentation stubs, du...Jeff Ames1-95/+225
2007-12-05From Gary Chernega (IBM)Sean Dague1-2/+2
2007-12-05made one or two more methods in Scene virtual to allow overriding in sub clas...MW1-1/+1
2007-12-05* Refactored Permissions into ScenePresence as requested by MWTeravus Ovares1-20/+29
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby1-4/+4
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-1/+1
2007-12-03From Justin Casey (IBM)Sean Dague1-1/+1
2007-12-03Added a flag to load-xml console command, that will generate new uuids for th...MW1-2/+2
2007-12-03minor meaningless changesJeff Ames1-23/+7
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW1-4/+4
2007-12-01the fix, so that trunk works againMW1-5/+0
2007-12-01Part 1 of a commit. This revision will not compile, part 2 will be added in a...MW1-20/+26
2007-11-30* Removed permissions flag appliance from Xml deserializationlbsa711-2/+2
2007-11-30* Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares1-2/+17
2007-11-29* Fixed neighbour range buglbsa711-27/+22
2007-11-29* Added a 50 second restart notify timer that gets reset when new regions com...Teravus Ovares1-27/+27
2007-11-29* minor refactoringslbsa711-6/+6
2007-11-29* Fixed about 7 issues with restarting sims and resolved interRegion comms is...Teravus Ovares1-26/+34
2007-11-28Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW1-29/+22
2007-11-28* Disambiguation in the 'sim is restarting message' that tells you 'which' si...Teravus Ovares1-2/+2
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares1-4/+17
2007-11-27Fixed bug, where the clients in a region weren't told to kill a user's avatar...MW1-0/+3
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares1-18/+55