aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
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
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-03Fixed bug in Appearance update in AvatarFactoryModule.MW1-15/+18
2007-12-03Some refactoringMW1-7/+9
2007-12-03minor meaningless changesJeff Ames3-49/+32
2007-12-02Just for Cfk!MW1-1/+1
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.MW3-15/+11
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