aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW3-30/+97
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-01small bit of refactoringMW1-1/+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...MW3-22/+58
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 Ovares3-9/+201
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 Ovares2-7/+20
2007-11-29* Added a 50 second restart notify timer that gets reset when new regions com...Teravus Ovares2-28/+32
2007-11-29* minor refactoringslbsa712-7/+7
2007-11-29* Locking on local scope variable does not make sense - every thread will hav...lbsa711-28/+22
2007-11-29Changed to doing only 1 request to the grid server from main map. Hopefully w...Brian McBee1-9/+1
2007-11-29* Fixed about 7 issues with restarting sims and resolved interRegion comms is...Teravus Ovares2-31/+85
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 Ovares4-10/+80
2007-11-27Fixed bug, where the clients in a region weren't told to kill a user's avatar...MW2-0/+12
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares3-20/+90
2007-11-26MainMap workaround. Map still does not fill in automatically, but one click o...Brian McBee1-1/+9
2007-11-26* Disabled primitive count updates on Parcels for the moment, until we can mo...Adam Frisby1-0/+4
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares4-22/+77
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 Ovares6-4/+228
2007-11-25Ignore nullreferenceexception in removeclient. The avatar is already gone.Brian McBee1-0/+5
2007-11-24* Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby2-2/+2
2007-11-24* Added some bounds checks to the sendLandUpdate packet to deal with agents c...Adam Frisby1-4/+4
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 Ovares2-16/+66
2007-11-24* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...Teravus Ovares2-0/+51
2007-11-24*Shared Modules have feelings too! -- Shared Region Modules that are found in...mingchen1-1/+9
2007-11-24* Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares3-2/+17
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 Ovares6-0/+224
2007-11-22* Added code to capture the draw distance setting from the client.Teravus Ovares2-11/+107
2007-11-21Fixed bug that can lead to infinitive loopsMW1-0/+6
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares4-6/+43
2007-11-20fix for mantis #2 from Justin Casey (IBM)Sean Dague2-3/+12
2007-11-20*Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares5-40/+60
2007-11-18* Supressed the "not a module assembly" warning for verbosity reasons.Adam Frisby1-2/+2