aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares1-1/+3
2007-11-20*Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares1-2/+2
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-1/+1
2007-11-18first stab at implementation of CopyInventoryItemJeff Ames1-0/+1
2007-11-18* Found several cases where prim set physical were not subscribing to physics...Teravus Ovares1-0/+6
2007-11-18Made the background (ie empty space) colour of the exported map image blue.MW1-0/+2
2007-11-18Added "export-map <filename>" console command to the region server that will ...MW1-0/+42
2007-11-18Attempt to get World Map working in Grid mode, will need to be using the grid...MW1-6/+13
2007-11-18For every problem there's a solution that is simple, neat and wrong.Dalien Talbot1-4/+1
2007-11-18Looks like we're requesting the mapblocks for every agent - including Dalien Talbot1-1/+4
2007-11-18Second try at having a bandaid for the multiple logins crashDalien Talbot1-1/+8
2007-11-16* Resolved the situation where prim is loaded from storage and when pushed ne...Teravus Ovares1-0/+1
2007-11-16*Added the TimeDilation property to Scenemingchen1-0/+5
2007-11-15* Implemented the little friendly pop tooltip messages that appear when you h...Teravus Ovares1-1/+1
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares1-2/+3
2007-11-13first pass on unlinking of objects. From Jay Clarke (IBM)Sean Dague1-1/+2
2007-11-13Some work on cleanly removing Regions.MW1-26/+41
2007-11-11* adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini....Teravus Ovares1-4/+5
2007-11-07move Sun into a Region Module, pass 1. Currently this works fine withSean Dague1-2/+2
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ...MW1-3/+17
2007-11-04Some more refactoringMW1-150/+17