aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-1/+1
* * Hooked up the GridComm event ChildDataUpdate to the scene.Teravus Ovares2007-12-101-1/+46
* hackish code to allow emptying of trash. This really should be done on the in...Brian McBee2007-12-081-1/+2
* Allow moving, deleting, and restoring objects in inventory.Brian McBee2007-12-081-0/+1
* * Added back the regionup code so people in nearby sims can see a downed sim ...Teravus Ovares2007-12-081-3/+3
* Avatar Appearance refactoring /changes. Added a AvatarAppearance class, each ...MW2007-12-071-6/+9
* reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague2007-12-061-1/+0
* * now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa712007-12-061-0/+1
* minor cleanup of Scene.cs (parameter naming, function documentation stubs, du...Jeff Ames2007-12-061-95/+225
* From Gary Chernega (IBM)Sean Dague2007-12-051-2/+2
* made one or two more methods in Scene virtual to allow overriding in sub clas...MW2007-12-051-1/+1
* * Refactored Permissions into ScenePresence as requested by MWTeravus Ovares2007-12-051-20/+29
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-4/+4
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+1
* From Justin Casey (IBM)Sean Dague2007-12-031-1/+1
* Added a flag to load-xml console command, that will generate new uuids for th...MW2007-12-031-2/+2
* minor meaningless changesJeff Ames2007-12-031-23/+7
* Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW2007-12-021-4/+4
* the fix, so that trunk works againMW2007-12-011-5/+0
* Part 1 of a commit. This revision will not compile, part 2 will be added in a...MW2007-12-011-20/+26
* * Removed permissions flag appliance from Xml deserializationlbsa712007-11-301-2/+2
* * Extended our semi-stupid implementation of in world object permissions to s...Teravus Ovares2007-11-301-2/+17
* * Fixed neighbour range buglbsa712007-11-291-27/+22
* * Added a 50 second restart notify timer that gets reset when new regions com...Teravus Ovares2007-11-291-27/+27
* * minor refactoringslbsa712007-11-291-6/+6
* * Fixed about 7 issues with restarting sims and resolved interRegion comms is...Teravus Ovares2007-11-291-26/+34
* Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl...MW2007-11-281-29/+22
* * Disambiguation in the 'sim is restarting message' that tells you 'which' si...Teravus Ovares2007-11-281-2/+2
* * Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares2007-11-281-4/+17
* Fixed bug, where the clients in a region weren't told to kill a user's avatar...MW2007-11-271-0/+3
* Fixed an event in the events chain in inter-region communications.Teravus Ovares2007-11-271-18/+55
* * Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares2007-11-261-12/+29
* Added Region name to the terrain texture description that gets sent to the as...Brian McBee2007-11-251-0/+2
* Rez new prims ON the ground, not halfway buried. Mantis 33.Brian McBee2007-11-251-4/+10
* * Added the ability to restart your individual sims from within them using th...Teravus Ovares2007-11-251-4/+97
* Ignore nullreferenceexception in removeclient. The avatar is already gone.Brian McBee2007-11-251-0/+5
* * Changed reference to NullReferenceException to System.NullReferenceExceptio...Teravus Ovares2007-11-241-1/+1
* Test storing terrain texture to grid assetserver on startup. Needed for main ...Brian McBee2007-11-241-1/+14
* * Added a way for the Region master user to kick individual users from their ...Teravus Ovares2007-11-241-3/+66
* * Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares2007-11-241-0/+32
* * Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares2007-11-241-1/+2
* *Fixed bug causing parcel prim counts to stop updating.mingchen2007-11-231-0/+13
* *Fixed bug that resulted in most land settings being sent to the client. Medi...mingchen2007-11-231-1/+1
* * added some functions for use in raytracing. They're kind of crappy now, so...Teravus Ovares2007-11-231-0/+44
* * Did some initial work for prim crossing. Just glue so far.Teravus Ovares2007-11-211-1/+3
* *Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares2007-11-201-2/+2
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-181-1/+1
* first stab at implementation of CopyInventoryItemJeff Ames2007-11-181-0/+1
* * Found several cases where prim set physical were not subscribing to physics...Teravus Ovares2007-11-181-0/+6
* Made the background (ie empty space) colour of the exported map image blue.MW2007-11-181-0/+2