Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-14 | Update libomv managed dlls to 49a5cf05c32e | dahlia | 3 | -0/+0 | |
2015-08-08 | WARNING: massive refactor to follow libomv's latest changes regarding ↵ | Diva Canto | 4 | -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! | |||||
2015-08-07 | max-agent-groups support | Cinder | 2 | -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> | |||||
2015-08-04 | create osGetAvatarHomeURI | Christopher | 1 | -0/+1 | |
Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
2015-07-30 | Fix a typo in my previous changes to robust.ini example files with regards ↵ | AliciaRaven | 2 | -4/+4 | |
to the FSAssets config. | |||||
2015-07-26 | Add LogFile option in OpenSimDefaults.ini. It was omitted accidentally | Melanie Thielker | 1 | -0/+3 | |
2015-07-22 | Robust config loader does not support config includes. Replace these ↵ | AliciaRaven | 4 | -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> | |||||
2015-07-22 | Added the thread name to the logs | Oren Hurvitz | 2 | -2/+2 | |
This helps debug synchronization problems | |||||
2015-07-13 | Add config options for FSAssetService. The default is the original asset ↵ | AliciaRaven | 4 | -2/+32 | |
service. Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
2015-06-21 | Fix my typo, the dll is named OpenSim, not Opensim | Cinder | 2 | -2/+2 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-19 | Add MaxMaterialsPerTransaction to SimFeatures | Cinder | 1 | -1/+1 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Added example of how to configure the GodNames module | Diva Canto | 1 | -0/+9 | |
2015-06-13 | A few bug fixes for Agent Preferences to actually work. Also added missing ↵ | Diva Canto | 2 | -0/+6 | |
config for standalone. | |||||
2015-06-13 | Refactor AgentPreferences so that database operations happen centrally. the ↵ | Cinder | 7 | -0/+22 | |
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-11 | Restoring ICSharpCode.SharpZipLib.dll to what it was before, as it seems to ↵ | Diva Canto | 1 | -0/+0 | |
have been inadvertently replaced in commit edcba95ab561abeedc4023c319c578d8ddd83c61 | |||||
2015-06-10 | Update libomv to current HEAD f75dccc313f3 | dahlia | 4 | -0/+0 | |
2015-06-01 | Improve configuration description for llCastRay V3. | Magnuz Binder | 1 | -4/+16 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-30 | Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to ↵ | dahlia | 1 | -3/+4 | |
Austin Tate for the suggestion. | |||||
2015-05-25 | fix file perms and change AllowLightshareFunctions to AllowLightShareFunctions | Michael Cerquoni | 1 | -1/+1 | |
2015-05-22 | fix permmission issue on OpenSimDefaults.ini | Michael Cerquoni | 1 | -0/+0 | |
2015-05-22 | Use own mesh cache in llCastRay V3 after throttling. | Magnuz Binder | 1 | -2/+6 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-22 | Throttle llCastRay V3. | Magnuz Binder | 1 | -0/+16 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-12 | update libomv to 6b8afb2b61d3 | dahlia | 7 | -14020/+24000 | |
2015-05-12 | Patch llCastRay fully simplified to V3. | Magnuz Binder | 1 | -15/+31 | |
2015-05-11 | Added tests for UserAccountService in Robust. In the process fixed a couple ↵ | Diva Canto | 1 | -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. | |||||
2015-05-11 | Added inventory tests to Robust.Tests. | Diva Canto | 1 | -1/+1 | |
2015-05-10 | Added simple test for IM in Robust too. | Diva Canto | 1 | -43/+15 | |
Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests) | |||||
2015-05-10 | Added the beginning of a new test framework for robust connectors and ↵ | Diva Canto | 2 | -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. | |||||
2015-05-04 | Revert "Patch llCastRay fully-simplified to V2." for further review. | Michael Cerquoni | 1 | -8/+8 | |
This reverts commit c96ee68953eb31fc2ad6d1df9b7a4bb19c584e17. | |||||
2015-05-04 | Patch llCastRay fully-simplified to V2. | Magnuz Binder | 1 | -8/+8 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-05-04 | add new config parameters for llCastRay to OpenSimDefaults.ini | dahlia | 1 | -0/+5 | |
2015-05-03 | Implement llCastRay fully, simplified. | Magnuz Binder | 1 | -0/+38 | |
2015-05-03 | Only send parcel layer data around the point of interest. Can be disabled | Robert Adams | 1 | -0/+12 | |
by setting [LandManagement]LimitParcelLayerUpdateDistance=false New parameters added to OpenSimDefaults for the distance and enablement. | |||||
2015-04-29 | Added new [Statistics] config section to go with the previous patch. | Diva Canto | 1 | -0/+4 | |
2015-04-21 | Readded file to repository. Acciedently removed. | Robert Louden | 1 | -0/+0 | |
2015-04-21 | Phase 2 additons with Frame Dilation metric. | Robert Louden | 1 | -0/+0 | |
Test Plan: Compiles and runs successfully. Reviewers: szielinski Reviewed By: szielinski Differential Revision: http://cr.irl.ucf.edu/D268 | |||||
2015-04-21 | Moved over metrics from previous OpenSim 0.8.0.3 repository (this new ↵ | Glenn Martin | 1 | -1/+1 | |
repository is now the master branch from OpenSim). | |||||
2015-04-20 | Implement llGetBoundingBox fully. | Magnuz Binder | 1 | -0/+80 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-04-15 | Small fix for ini comments | BlueWall | 1 | -1/+1 | |
2015-04-14 | Enable OSSL functions by default using the osslEnable.ini configuration file. | Robert Adams | 2 | -2/+2 | |
This changes OpenSim.ini.example to, by default, include osslEnable.ini which turns on the OSSL functions and limits who can do which operations. | |||||
2015-04-14 | Remove ossl settings in XEngine section of OpenSim.ini.example with note to ↵ | Robert Adams | 2 | -88/+69 | |
where they were moved. At the moment, ossl settings are in the XEngine section although they should apply to any LSLish script engine. Moves all ossl settings to osslEnable.ini Update osslEnable.ini with more decriptive comments and set some functions to be more restrictive -- especially the functions that allow scripts to do things to other avatars and prims. | |||||
2015-04-12 | Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which ↵ | Robert Adams | 1 | -0/+4 | |
forces animations on avatars without requesting user permission. | |||||
2015-04-12 | Move osslEnable.ini file from bin/ to bin/config-include. | Robert Adams | 2 | -186/+203 | |
Per comments, putting new configuration files in bin/ is not preferred. Add comments and instructions to heading of osslEnable.ini. Add a commented out include of osslEnable.ini to OpenSim.ini.example. Fix line endings of osslEnable.ini to be Unix style. | |||||
2015-04-12 | Add the missing commas to parcel parameter setting in osslEnable.ini | Robert Adams | 1 | -2/+2 | |
2015-04-11 | Add 'osslEnable.ini' file which enables a restricted set of ossl functions. | Robert Adams | 1 | -0/+186 | |
An 'include' in OpenSim.ini would enable the ossl functions but, for the moment, the functions are still disabled by default and this file is an example of what could be done. | |||||
2015-03-13 | For the public-facing Hypergrid asset and inventory services, override a ↵ | Justin Clark-Casey (justincc) | 1 | -0/+12 | |
general AuthType setting with None in Robust.HG.ini.example This is necessary because both asset and inventory reuse generic connectors that will otherwise set up authentication configured in the [Network] section. This allows one to set up authentication for private services whilst still being able to use asset and inventory on foreign grids. The setting is AuthType = None in both [HGAssetService] and [HGInventoryService] Private grid asset and inventory services will still set up the authentication as configured. | |||||
2015-03-11 | Add rough and ready element explanation in a comment at the top of inventory ↵ | Justin Clark-Casey (justincc) | 11 | -0/+131 | |
library items xml | |||||
2015-03-11 | Add required wearable flags values to inventory body parts and clothing ↵ | Justin Clark-Casey (justincc) | 2 | -0/+11 | |
example xml | |||||
2015-03-11 | minor: Remove unnecessary quoting in Regions.ini.example | Justin Clark-Casey (justincc) | 1 | -6/+6 | |
2015-03-11 | minor: Change InternalAddress in Regions.ini.example from 127.0.0.1 to more ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
normal 0.0.0.0 |