aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
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 Ovares2-9/+26
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.MW3-3/+14
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-11refactor SunModule a bit to make more sensibleSean Dague1-7/+12
2007-12-11added copyright noticesJeff Ames7-3/+199
2007-12-10default day's to a more sensible 24 hrs instead of 0.5. YouSean Dague1-1/+1
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-10Changed how TextureDownloadModule is initialised, due to some weird behaviour...MW1-4/+10
2007-12-10Refactored animation handling in ScenePresence. Now maintains a list of curre...Jeff Ames3-84/+101
2007-12-10more work on texture downloading.MW3-105/+178
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames10-18/+18
2007-12-10refactored ChatModule a bit.Jeff Ames4-96/+54
2007-12-10* Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares3-1/+103
2007-12-09removed old debugging code from IM and chat modulesJeff Ames2-7/+0
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...MW3-21/+17
2007-12-07Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW6-188/+291
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson6-23/+23
2007-12-07* Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares4-137/+163
2007-12-07added one more command to the console help.Jeff Ames2-30/+13
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-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-3/+3
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
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 Ovares7-132/+286
2007-12-05fixed a few compiler warnings under mono (committed from a train, with adjohn...Jeff Ames2-12/+8
2007-12-04*disabled some confusing code regarding permissionsTeravus Ovares1-2/+3
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames9-39/+17
2007-12-04* Some more ApplyPhysics voodoolbsa712-84/+88
2007-12-04* ApplyPhysics now creates the PhysActor as well.lbsa712-83/+104
2007-12-04* Added ApplyPhysics helper on group.lbsa711-0/+8
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby4-7/+7
2007-12-04* Removed 12 compiler warnings.Adam Frisby4-5/+1