aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares1-12/+29
2007-11-25Added Region name to the terrain texture description that gets sent to the as...Brian McBee1-0/+2
2007-11-25Rez new prims ON the ground, not halfway buried. Mantis 33.Brian McBee1-4/+10
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-4/+97
2007-11-25Ignore nullreferenceexception in removeclient. The avatar is already gone.Brian McBee1-0/+5
2007-11-24* Changed reference to NullReferenceException to System.NullReferenceExceptio...Teravus Ovares1-1/+1
2007-11-24Test storing terrain texture to grid assetserver on startup. Needed for main ...Brian McBee1-1/+14
2007-11-24* Added a way for the Region master user to kick individual users from their ...Teravus Ovares1-3/+66
2007-11-24* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares1-0/+32
2007-11-24* Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares1-1/+2
2007-11-23*Fixed bug causing parcel prim counts to stop updating.mingchen1-0/+13
2007-11-23*Fixed bug that resulted in most land settings being sent to the client. Medi...mingchen1-1/+1
2007-11-23* added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares1-0/+44