aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 Ovares6-130/+236
2007-12-05fixed a few compiler warnings under mono (committed from a train, with adjohn...Jeff Ames1-8/+5
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 Ames8-35/+15
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 Frisby3-6/+6
2007-12-04* Removed 12 compiler warnings.Adam Frisby4-5/+1
2007-12-03From Justin Casey (IBM)Sean Dague2-33/+88
2007-12-03This is a simple patch which just renames an IClientAPI method toSean Dague1-4/+4
2007-12-03Added a flag to load-xml console command, that will generate new uuids for th...MW3-5/+9
2007-12-03minor meaningless changesJeff Ames1-23/+7
2007-12-02Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW1-0/+2
2007-12-02Added some error handling (and console output) to BaseHttpServer.MW2-5/+1
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW2-14/+14
2007-12-01Rezzing multiple copies of a inventory prim should now work.MW2-0/+12
2007-12-01attempt to fix sitting-related bugs #3 and #67Jeff Ames1-14/+17
2007-12-01Due to popular demand, a rezzed prim should no longer delete the original inv...MW1-2/+2
2007-12-01Attempted fix for mantis issue# 66MW1-2/+11
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...MW2-22/+28
2007-11-30*Refactored the initial raytracer so it doesn't use the Parent reference.Teravus Ovares3-23/+48
2007-11-30small change to OnSceneGroupMove event (in SceneEvents.cs)MW2-10/+14
2007-11-30* Refactored away permissions and physics flag duplicationslbsa711-31/+5
2007-11-30* Removed permissions flag appliance from Xml deserializationlbsa715-48/+66
2007-11-30* Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares2-9/+93
2007-11-30* Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares2-1/+12
2007-11-29* Fixed neighbour range buglbsa718-56/+55
2007-11-29* Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ...Teravus Ovares1-6/+13
2007-11-29* Added a 50 second restart notify timer that gets reset when new regions com...Teravus Ovares2-28/+32