Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2013-02-28 | 4 | -4/+8 |
|\ | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneManager.cs | ||||
| * | Switched to using the other Util function with a default value. | Diva Canto | 2013-02-27 | 4 | -4/+8 |
| | | |||||
| * | Moved the HG default variables out of [Startup] and into their own section ↵ | Diva Canto | 2013-02-27 | 4 | -4/+4 |
| | | | | | | | | [Hypergrid] in *Common.ini.example. Backwards compatible for now. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2013-02-23 | 4 | -4/+4 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | ||||
| * | Added new Util function for reading config vars that's more generic than the ↵ | Diva Canto | 2013-02-22 | 4 | -4/+4 |
| | | | | | | | | one I added yesterday -- this is for helping move config vars out of [Startup] | ||||
* | | Merge branch 'master' into careminster | Melanie | 2013-02-22 | 5 | -11/+13 |
|\ \ | |/ | |||||
| * | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵ | Diva Canto | 2013-02-21 | 4 | -10/+12 |
| | | | | | | | | default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency. | ||||
| * | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2013-02-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | ||||
| * | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-12-04 | 1 | -10/+25 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs | ||||
| * | Improvement in HGInstantMessageService: account for the existence of an ↵ | Diva Canto | 2012-12-04 | 1 | -10/+25 |
| | | | | | | | | offline IM service. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-17 | 1 | -0/+33 |
|\ \ | |/ | |||||
| * | The last few AssemblyInfos. Finished! | Diva Canto | 2012-11-14 | 1 | -0/+33 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-09 | 1 | -1/+22 |
|\ \ | |/ | |||||
| * | HG: Hopefully this fixes the issues with port 80 once and for all. | Diva Canto | 2012-11-07 | 1 | -1/+22 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-04 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | HG Suitcase Inventory: if RootFolder type doesn't work, look for any folder ↵ | Diva Canto | 2012-11-03 | 1 | -0/+9 |
| | | | | | | | | with parentID=UUID.Zero | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-03 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ↵ | Diva Canto | 2012-11-02 | 1 | -5/+5 |
| | | | | | | | | THESE. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-10-20 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Improve efficiency of friends notification by only make one PresenceService ↵ | Justin Clark-Casey (justincc) | 2012-10-20 | 2 | -2/+2 |
| | | | | | | | | | | | | call for all friends rather than one for each friend. However, large groups could still take a very long time since we still need to message each avatar on different simulators. | ||||
* | | Merge commit '3c77b8f463a852aecf3cb29fe4e5f4614f474dbf' into careminster | Melanie | 2012-09-27 | 1 | -4/+27 |
|\ \ | |/ | |||||
| * | Use GridUser properly for foreign users. | Diva Canto | 2012-09-26 | 1 | -4/+27 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-09-24 | 3 | -14/+177 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * | HG 2.0: User Agent Service now can also control where the local users can ↵ | Diva Canto | 2012-09-22 | 1 | -3/+100 |
| | | | | | | | | go. Domain-name and user-level based. \o/ | ||||
| * | More HG 2.0: access control at the Gatekeeper. \o/ | Diva Canto | 2012-09-21 | 1 | -8/+54 |
| | | |||||
| * | Minor: change the return value of unsuccessful posts to string.Empty. | Diva Canto | 2012-09-21 | 1 | -1/+1 |
| | | |||||
| * | Improvement over last commit: refactor the asset permissions code, so that ↵ | Diva Canto | 2012-09-20 | 1 | -58/+5 |
| | | | | | | | | it can be used by both the HG Asset Service and the simulator. Also renamed the config vars to something more intuitive | ||||
| * | More HG2.0: Added permission policies in HGAsset Service based on asset ↵ | Diva Canto | 2012-09-20 | 1 | -3/+76 |
| | | | | | | | | types. The policies are given in the config. This is only half of the story. The other half, pertaining to exports/imports made by the sim, will be done next. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-09-16 | 1 | -4/+57 |
|\ \ | |/ | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs OpenSim/Region/Framework/Scenes/EventManager.cs | ||||
| * | More on HG2.0: added the possibility of controlling the appearance that ↵ | Diva Canto | 2012-09-15 | 1 | -0/+1 |
| | | | | | | | | avies use to visit other grids. Not as good as I wanted, but good enough. Unfortunately we can't switch the appearance from under the avie without getting into a lot of weirdnesses because appearance is viewer-controlled. So instead, when this control is on, I'm disallowing HG-TP unless the user is wearing an allowed HG appearance -- the user gets a warning and needs to switch appearance. WARNING: I'm still not committing the config vars because this is still not ready for ppl to test. | ||||
| * | Restarting to work on HGSuitcaseInventoryService: added the ability for the ↵ | Diva Canto | 2012-09-13 | 1 | -4/+56 |
| | | | | | | | | outside world to retrieve appearance items. Not ACLed yet. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-07-01 | 3 | -17/+15 |
|\ \ | |/ | |||||
| * | Remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-06-30 | 3 | -17/+15 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-04-08 | 1 | -50/+56 |
|\ \ | |/ | |||||
| * | A few more minor improvements on Suitcase inventory service. | Diva Canto | 2012-04-07 | 1 | -7/+6 |
| | | |||||
| * | Better Suitcase Inventory Service. | Diva Canto | 2012-04-06 | 1 | -48/+55 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-04-07 | 2 | -105/+193 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/CoreModules/World/Land/LandObject.cs OpenSim/Region/Framework/Scenes/Scene.Inventory.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | Deleted the unused and commented code from 2 commits ago. | Diva Canto | 2012-04-06 | 1 | -594/+0 |
| | | |||||
| * | WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on ↵ | Diva Canto | 2012-04-06 | 1 | -36/+712 |
| | | | | | | | | purpose; it's an historical record of what works and what doesn't wrt manipulating inventory at the viewer. I'll remove the unused code in a subsequent commit, but wanted to place it in history. The uncommented code works. | ||||
| * | Finish the implementation of GetUserInventory, even though it's still not used. | Diva Canto | 2012-04-06 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-03-31 | 1 | -120/+218 |
|\ \ | |/ | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Tests/Common/Mock/TestClient.cs | ||||
| * | Finish up the SuitcaseInventory service. | Diva Canto | 2012-03-29 | 1 | -120/+218 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-03-29 | 1 | -0/+368 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs | ||||
| * | HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the ↵ | Diva Canto | 2012-03-28 | 1 | -0/+368 |
| | | | | | | | | hack away from ScenePresence. This is better but it still doesn't restore the inventory upon arrival. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-03-27 | 3 | -4/+25 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-03-27 | 2 | -2/+25 |
| |\ | |||||
| | * | User level based restrictions for HyperGrid teleports, asset uploads, group ↵ | Snoopy Pfeffer | 2012-03-27 | 2 | -2/+25 |
| | | | | | | | | | | | | creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users. | ||||
| * | | Amend to previous commit regarding the config name. Bugs bite. | Diva Canto | 2012-03-27 | 1 | -2/+0 |
| |/ |