aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-14* Tweaked the sim stats so that when a sim is catching up it reports on the s...Teravus Ovares1-2/+26
2007-12-14* Fixed a cause of an ODE 'invalid operation for locked space 'Teravus Ovares1-15/+15
2007-12-14Added copyright notice.Jeff Ames1-0/+28
2007-12-14* Added Active(physical) object count to the SimStatsReporterTeravus Ovares4-8/+48
2007-12-13Enabled the sit_ground animation. The sit state is not properly set, but it ...Jeff Ames1-1/+1
2007-12-13Added placeholder for sitting on ground support. Doesn't work yet.Jeff Ames1-2/+9
2007-12-13* Debugging Shapelbsa713-6/+4
2007-12-13Fix for #176 (... doesn't appear in chat bubbles). This also gets the viewer ...Jeff Ames1-17/+0
2007-12-12remove another partial class, and map another class back to a real fileSean Dague2-27/+26
2007-12-12* In our quest for sim heartbeat stats, we're a touch closer to accurate obje...Teravus Ovares3-10/+15
2007-12-12couple of small fixes.MW2-38/+38
2007-12-12* Fixed a catch error.Teravus Ovares1-1/+1
2007-12-12* Added Object count to sim stats (it's incorrect, however, it'll be fixed)Teravus Ovares3-7/+24
2007-12-12* Fixed agent counts on the Simulator stats paneTeravus Ovares1-1/+1
2007-12-12* Killed hard coded heart after stats updateTeravus Ovares1-2/+9
2007-12-12* Added some simstats to fill the simulator pane of the Statistics monitor.Teravus Ovares4-7/+284
2007-12-12* Temporarily sisabled neighbour cache for regions in the SceneCommunicationS...Teravus Ovares1-0/+5
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 changesMW2-9/+20
2007-12-11Minor cleanup/refactoring of ScenePresence.Jeff Ames1-76/+47
2007-12-11A few minor changes/additions/fixes.MW2-2/+13
2007-12-11* The 'Create' functions should be called to factor up a new, otherwise empty...lbsa711-0/+12
2007-12-11Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee1-0/+1
2007-12-11added copyright noticesJeff Ames4-3/+115
2007-12-10Great Salutations to Alondria for providing implementations for:Charles Krinke1-0/+27
2007-12-10* Added comments to many methods in the listed files.Teravus Ovares3-64/+184
2007-12-10* More refactoring to prepare for draw distance based agent sim notification.Teravus Ovares2-11/+28
2007-12-10Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames3-84/+101
2007-12-10more work on texture downloading.MW2-5/+2
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames7-12/+12
2007-12-10refactored ChatModule a bit.Jeff Ames2-4/+3
2007-12-10* Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares3-1/+103
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 McBee2-0/+41
2007-12-08* Added back the regionup code so people in nearby sims can see a downed sim ...Teravus Ovares1-3/+3
2007-12-07Enabled the TextureDownloadModule, so that hopefully I might get some feedbac...MW1-5/+0
2007-12-07Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW4-139/+274
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson4-18/+18
2007-12-07* Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares3-24/+87
2007-12-07added one more command to the console help.Jeff Ames1-28/+12
2007-12-06reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague1-1/+0
2007-12-06removed obsolete Verbose() functionJeff Ames4-13/+14
2007-12-06more minor cleanup. added some command descriptions to region server help.Jeff Ames1-9/+4
2007-12-06* now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa711-0/+1
2007-12-06* Removed lots of scurrilous uses of ASCII/UTF8.GetBytes for making packet st...Adam Frisby1-4/+4
2007-12-06minor cleanup of Scene.cs (parameter naming, function documentation stubs, du...Jeff Ames1-95/+225
2007-12-05Do not create a new asset on item metadata changeSean Dague1-40/+12
2007-12-05From Gary Chernega (IBM)Sean Dague3-7/+10