Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make AddRestoredSceneObject reset the IsDeleted flag so we can take an | Melanie Thielker | 2010-09-08 | 1 | -1/+4 |
| | | | | object out of the scene and then put it back in. | ||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-07 | 1 | -13/+24 |
|\ | |||||
| * | Fix deletion persistence when freshly delinked prims are removed | Justin Clark-Casey (justincc) | 2010-09-07 | 1 | -9/+16 |
| | | | | | | | | | | | | | | | | | | | | Previously, Scene.Inventory.DeRezObjects() forced the persistence of prims before deletion. This is necessary so that freshly delinked prims can be deleted (otherwise they remain as parts of their old group and reappear on server restart). However, DeRezObjects() deleted to user inventory, which is not required by llDie() or direct region module unlink and deletion. Therefore, forced persistence has been pushed down into Scene.UnlinkSceneObject() to be more general, this is still on the DeRezObjects() path. Uncommented TestDelinkPersistence() since this now passes. Tests required considerable elaboration of MockRegionDataPlugin to reflect underlying storing of parts. | ||||
| * | Make console backup command do a forced backup rather than non-forced | Justin Clark-Casey (justincc) | 2010-09-06 | 1 | -5/+0 |
| | | | | | | | | Remove no-arg backup method for simplicity as it only make sense to call non-forced backup internally | ||||
| * | Add test to check persistence of newly added pre-linked objects | Justin Clark-Casey (justincc) | 2010-09-06 | 1 | -2/+11 |
| | | | | | | | | | | Added a MockRegionDataPlugin to do in-memory persistence for tests since adding this to OpenSim.Data.Null.NullDataStore doesn't seem appropriate NullDataStore can do nothing because OpenSim only ever retrieve region objects from the database on startup. Adding an in-memory store here would be unecessary overhead. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-05 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Logout the presence if client IP verification fails. | Diva Canto | 2010-09-04 | 1 | -0/+2 |
| | | |||||
| * | Adjust the "Magic numbers" we use because we can't reference the actual | Melanie Thielker | 2010-08-31 | 1 | -1/+1 |
| | | | | | | | | script state enum to reflect recent changes. | ||||
* | | Prevent Meta7 plants from being treated like dropped attachments and removed | Melanie Thielker | 2010-09-01 | 1 | -1/+1 |
| | | | | | | | | from the sim. | ||||
* | | Improve sim health reporting. Output error message if heartbeat thread is ↵ | Melanie Thielker | 2010-09-01 | 1 | -1/+2 |
| | | | | | | | | restarted by scene. This may help to find out why this recovery mechanism isn't working. | ||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Melanie Thielker | 2010-08-31 | 1 | -2/+3 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * \ | Merge branch 'careminster-presence-refactor' of ↵ | meta7 | 2010-08-30 | 1 | -21/+77 |
| |\ \ | | | | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | | Kick the user from the region in the circumstance that the TP home failed - ↵ | meta7 | 2010-08-30 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | ONLY if it was triggered by an estate ban. This makes baby jesus cry, and should be fixed to search for alternative regions if the home region is unavailable. | ||||
* | | | | Adjust the "Magic numbers" we use because we can't reference the actual | Melanie Thielker | 2010-08-31 | 1 | -1/+1 |
| |/ / |/| | | | | | | | | script state enum to reflect recent changes. | ||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-30 | 1 | -22/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | Improve liveness by operating on list copies of SOG.Children where appropriate | Justin Clark-Casey (justincc) | 2010-08-28 | 1 | -10/+11 |
| | | | |||||
| * | | Remove mono compiler warnings | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -12/+0 |
| | | | |||||
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-26 | 1 | -14/+20 |
|\ \ \ | |/ / | | | | | | | This was rather conflicted. Please test linking. | ||||
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -1/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve merge conflicts Conflicts: OpenSim/Region/Framework/Scenes/SceneGraph.cs | ||||
| * | | | Improve consistency of locking for SOG.m_parts in order to avoid race ↵ | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -15/+20 |
| | | | | | | | | | | | | | | | | conditions in linking and unlinking | ||||
* | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-25 | 1 | -2/+18 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Make scene object directories more robust and prevent deleted SOP's from | Melanie Thielker | 2010-08-25 | 1 | -1/+0 |
| |/ / | | | | | | | | | | sticking around | ||||
| * | | Split out actual scene object insertion code from Scene.Inventory.RezObject ↵ | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | and move into SceneGraph.AddNewSceneObject() The new SceneGraph method is more consumable by region modules that want to extract objects from inventory and add them to the scene in separate stages. This change also reduces the number of redundant client updates scheduled when an object is rezzed directly by a script or region module This code does not touch direct rez by a user | ||||
* | | | Change object cleanup again. Make scene object directories more robust and | Melanie Thielker | 2010-08-25 | 1 | -2/+1 |
| | | | | | | | | | | | | prevent deleted SOP's from sticking around | ||||
* | | | Correct a logic error in attachment cleanup | Melanie Thielker | 2010-08-25 | 1 | -4/+9 |
| | | | |||||
* | | | Lock the attachment cleanup so it doesn't go into an endless deletion frenzy | Melanie Thielker | 2010-08-25 | 1 | -16/+20 |
| | | | |||||
* | | | Call the cleanup after saving attachment states, so that the attachments | Melanie Thielker | 2010-08-24 | 1 | -1/+3 |
| | | | | | | | | | | | | don't get killed before they can be saved | ||||
* | | | Call the Cleanup when an agent logs out, when an agent leaves and just | Melanie Thielker | 2010-08-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | before an agent logs in directly. Intentionally not calling this from MakeRoot as that would mess up attachment transfer in teleport | ||||
* | | | Add a method to delete left over / dropped attachments | Melanie Thielker | 2010-08-24 | 1 | -0/+32 |
| |/ |/| | |||||
* | | Add printing the default script engine name. Report real exceptions when | Melanie Thielker | 2010-08-22 | 1 | -2/+3 |
| | | | | | | | | | | there is an issue with the config file, as a typo could cause configuration to silently fail. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-21 | 1 | -48/+47 |
|\ \ | |/ | |||||
| * | Cleaned up a few more things related to incoming agents. | Diva Canto | 2010-08-20 | 1 | -45/+42 |
| | | |||||
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-08-20 | 1 | -25/+27 |
| |\ | |||||
| | * | Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on ↵ | Diva Canto | 2010-08-19 | 1 | -25/+27 |
| | | | | | | | | | | | | myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general. | ||||
| * | | Add some maptile options, change maptile generation from OpenSimBase to Scene | Melanie | 2010-08-20 | 1 | -9/+54 |
| |/ | | | | | | | to make it more configurable. | ||||
* | | Add some maptile options, change maptile generation from OpenSimBase to Scene | Melanie Thielker | 2010-08-20 | 1 | -8/+53 |
| | | | | | | | | to make it more configurable. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-18 | 1 | -375/+11 |
|\ \ | |/ | |||||
| * | Updated the create_region command in the RemoteAdmin plugin to properly ↵ | randomhuman | 2010-08-13 | 1 | -39/+0 |
| | | | | | | | | support estates without seeking further input on the console. | ||||
| * | refactor: move binary statistics logging from scene into separate region module | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -106/+7 |
| | | |||||
| * | refactor: move Scene.PerformObjectBuy into BuySellModule | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -159/+0 |
| | | |||||
| * | Establish new Objects/BuySellModule | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -22/+1 |
| | | | | | | | | Move Scene.ObjectSaleInfo() to this | ||||
| * | refactor: move Scene.TerrainUnAcked() handling into TerrainModule | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -8/+0 |
| | | |||||
| * | refactor: remove Scene.SetRootAgentScene() in favour of existing event with ↵ | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -11/+0 |
| | | | | | | | | same name | ||||
| * | refactor: move more map tile generation code from scene to IWorldMapModule | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -27/+0 |
| | | |||||
| * | refactor: Use SOP.Flags rather than SOP.ObjectFlags | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -3/+3 |
| | | |||||
* | | Add some console debug to help fix a threadlock issue. | meta7 | 2010-08-11 | 1 | -2/+9 |
| | | |||||
* | | Log the state of the prejump flag | Melanie Thielker | 2010-08-11 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Avoid truncation of error message during region creation. | Marck | 2010-08-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Change prejump from hardcoded true to default true so it can be disabled. | Melanie Thielker | 2010-08-10 | 1 | -2/+1 |
| | | | | | | | | It completely destroys roleplay jumping |