aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix an issue introduced in 70a46fe0907c822a5244e36c338bf559ffbec965. I ↵Diva Canto2015-10-211-0/+1
| | | | accidentally deleted the entire [EntityTransfer] section instead of just a few variables in it.
* Clean up of simulation version, the number that rules the compatibility of ↵Diva Canto2015-10-183-45/+0
| | | | | | | | teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3.
* Deleted access control spec from [LoginService] section of standalone ↵Diva Canto2015-09-061-17/+0
| | | | config. It's in OpenSim.ini now under [AccessControl]. Backwards compatibility preserved.
* Clean up viewer-based access control specifications.Diva Canto2015-09-064-54/+53
|
* First commit where physics work as region module.Diva Canto2015-08-311-0/+0
| | | | | Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager.
* Restore FlotsamAssetCache as default and pre-enabled asset cache moduleAi Austin2015-08-261-5/+5
| | | | | | | Keep FlotsamAssetCache as default and pre-enabled asset cache module in StandaloneCommon.ini./example to have common behaviour between grids and standalones. Asset cache is needed to better support temporary assets and texture drawing functions.
* Still about Ai's patch: it turns out OpenSim doesn't work well without an ↵Diva Canto2015-08-251-2/+2
| | | | asset cache because of temporary assets. So setting the default asset cache to Cenome, which is the in-memory cache.
* Fixed comment in ini related to previous patchDiva Canto2015-08-251-1/+1
|
* Changes to .ini.example files to improve instructions and workflow for ↵Ai Austin2015-08-252-20/+18
| | | | | | | | | | | | standalone setups Clarify what must be changed in initial .ini files to create a working standalone setup now that [Const] variables are used. Fix separator used in one of choice lists for [Const] BaseURL descriptor. Minor changes to line spacing of some sections in StandaloneCommon.ini.example file for layout regularity. Correction of a typo in comment. Signed-off-by: Diva Canto <diva@metaverseink.com>
* Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default ↵dahlia2015-08-235-184/+119
| | | | | | settings release mode VS 2015 community edition" This reverts commit 4f8e18e31c75c31c833833ca7582938b1bb95804.
* update libomv managed dlls to 49a5cf05c32e - fresh clone default settings ↵dahlia2015-08-235-119/+184
| | | | release mode VS 2015 community edition
* Refine comments .ini file setup for new StandaloneAi Austin2015-08-212-2/+7
| | | | | | | Helpful comment for setting [const] section of OpenSim.ini to allow for standalone. Correction to StandaloneCommon.ini.example as [GridInfoServices] welcome parameter does work and is also useful for standalones.
* Update libomv managed dlls to 49a5cf05c32edahlia2015-08-143-0/+0
|
* WARNING: massive refactor to follow libomv's latest changes regarding ↵Diva Canto2015-08-084-0/+0
| | | | | | | inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed!
* max-agent-groups supportCinder2015-08-072-0/+8
| | | | | | | | Robust now tells viewers what the maximum number of groups is. Viewers show this limit to the users, and enforce it. The default is 42, which is what viewers had assumed was the maximum number before this update. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
* create osGetAvatarHomeURIChristopher2015-08-041-0/+1
| | | | Signed-off-by: Melanie Thielker <melanie@t-data.com>
* Fix a typo in my previous changes to robust.ini example files with regards ↵AliciaRaven2015-07-302-4/+4
| | | | to the FSAssets config.
* Add LogFile option in OpenSimDefaults.ini. It was omitted accidentallyMelanie Thielker2015-07-261-0/+3
|
* Robust config loader does not support config includes. Replace these ↵AliciaRaven2015-07-224-25/+43
| | | | | | | | additions for FSAssets with direct options in robust.ini example files instead. As suggested by Orenh in mantis 7644, in the future it would be beneficial and less confusing to use only 1 of the 3 current config loaders. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
* Added the thread name to the logsOren Hurvitz2015-07-222-2/+2
| | | | This helps debug synchronization problems
* Add config options for FSAssetService. The default is the original asset ↵AliciaRaven2015-07-134-2/+32
| | | | | | service. Signed-off-by: Melanie Thielker <melanie@t-data.com>
* Fix my typo, the dll is named OpenSim, not OpensimCinder2015-06-212-2/+2
| | | | Signed-off-by: Diva Canto <diva@metaverseink.com>
* Add MaxMaterialsPerTransaction to SimFeaturesCinder2015-06-191-1/+1
| | | | Signed-off-by: Diva Canto <diva@metaverseink.com>
* Added example of how to configure the GodNames moduleDiva Canto2015-06-131-0/+9
|
* A few bug fixes for Agent Preferences to actually work. Also added missing ↵Diva Canto2015-06-132-0/+6
| | | | config for standalone.
* Refactor AgentPreferences so that database operations happen centrally. the ↵Cinder2015-06-137-0/+22
| | | | | | opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com>
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-06-114-0/+0
|\
| * Update libomv to current HEAD f75dccc313f3dahlia2015-06-104-0/+0
| |
* | Restoring ICSharpCode.SharpZipLib.dll to what it was before, as it seems to ↵Diva Canto2015-06-111-0/+0
|/ | | | have been inadvertently replaced in commit edcba95ab561abeedc4023c319c578d8ddd83c61
* Improve configuration description for llCastRay V3.Magnuz Binder2015-06-011-4/+16
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to ↵dahlia2015-05-301-3/+4
| | | | Austin Tate for the suggestion.
* fix file perms and change AllowLightshareFunctions to AllowLightShareFunctionsMichael Cerquoni2015-05-251-1/+1
|
* fix permmission issue on OpenSimDefaults.iniMichael Cerquoni2015-05-221-0/+0
|
* Use own mesh cache in llCastRay V3 after throttling.Magnuz Binder2015-05-221-2/+6
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Throttle llCastRay V3.Magnuz Binder2015-05-221-0/+16
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Merge branch 'master' into mosesMelanie Thielker2015-05-201-0/+0
|\ | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
* \ Merging Opensim upstream before generating patchMichael Heilmann2015-05-1910-14020/+24666
|\ \ | |/
| * update libomv to 6b8afb2b61d3dahlia2015-05-127-14020/+24000
| |
| * Patch llCastRay fully simplified to V3.Magnuz Binder2015-05-121-15/+31
| |
| * Added tests for UserAccountService in Robust. In the process fixed a couple ↵Diva Canto2015-05-111-8/+9
| | | | | | | | of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface.
| * Added inventory tests to Robust.Tests.Diva Canto2015-05-111-1/+1
| |
| * Added simple test for IM in Robust too.Diva Canto2015-05-101-43/+15
| | | | | | | | Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests)
| * Added the beginning of a new test framework for robust connectors and ↵Diva Canto2015-05-102-0/+538
| | | | | | | | services. For now, just Grid and Presence. This framework starts a robust server (as a thread) listening on a port in localhost, then the tests are client code.
| * Revert "Patch llCastRay fully-simplified to V2." for further review.Michael Cerquoni2015-05-041-8/+8
| | | | | | | | This reverts commit c96ee68953eb31fc2ad6d1df9b7a4bb19c584e17.
| * Patch llCastRay fully-simplified to V2.Magnuz Binder2015-05-041-8/+8
| | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
| * add new config parameters for llCastRay to OpenSimDefaults.inidahlia2015-05-041-0/+5
| |
| * Implement llCastRay fully, simplified.Magnuz Binder2015-05-031-0/+38
| |
| * Only send parcel layer data around the point of interest. Can be disabledRobert Adams2015-05-031-0/+12
| | | | | | | | | | by setting [LandManagement]LimitParcelLayerUpdateDistance=false New parameters added to OpenSimDefaults for the distance and enablement.
| * Added new [Statistics] config section to go with the previous patch.Diva Canto2015-04-291-0/+4
| |
| * Implement llGetBoundingBox fully.Magnuz Binder2015-04-201-0/+80
| | | | | | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>