Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-03 | fix some coments, thanks Austin Tate | UbitUmarov | 1 | -2/+2 | |
2016-11-03 | XEngine: make calls to gc.collect on region startup scripts loading a ↵ | UbitUmarov | 1 | -8/+17 | |
configurable option, since it is very slow operation | |||||
2016-10-15 | Xengine option AppDomainLoading default option true is causing problems with ↵ | UbitUmarov | 1 | -5/+6 | |
several mono versions. Until a fix is found change the default to false, so this is not a major problem for the less technical skilled users. | |||||
2016-10-01 | fix comment telling the correct default physics engine | UbitUmarov | 1 | -1/+1 | |
2016-08-21 | remove region combine option (mega region) for config ini files | UbitUmarov | 1 | -5/+0 | |
2016-08-19 | add cap GroupMemberData | UbitUmarov | 1 | -0/+1 | |
2016-08-18 | allow cap HomeLocation to be disabled setting Cap_HomeLocation = "" | UbitUmarov | 1 | -1/+1 | |
2016-07-06 | add test option ObjectsCullingByDistance. In future, if true, it may | UbitUmarov | 1 | -0/+4 | |
prevent sending objects outside view range to viewers. DO NOT SET TRUE unless testing it. Code still not completei!!! | |||||
2016-07-03 | New config var: DisableObjectTransfer. If set to True, objects never cross; ↵ | Diva Canto | 1 | -0/+4 | |
instead they stay in the region, possibly placed outside its borders. | |||||
2016-06-23 | Mantis #7934 and related: landing points and telehubs for gods. Added a new ↵ | Diva Canto | 1 | -0/+5 | |
configuration variable LandingPointBehavior that can switch between what we're used to in OpenSim and the behavior in SL. | |||||
2016-04-15 | Remove "f" (float) type markers that may have crept in through copypasta. | Melanie Thielker | 1 | -6/+6 | |
2016-03-14 | Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in ↵ | Jeff Kelley | 1 | -0/+6 | |
Mantis 7839. | |||||
2016-01-30 | change parcel_owner_is_god configuration option from default from true to ↵ | UbitUmarov | 1 | -1/+1 | |
false, leaving only region_owner true by default | |||||
2016-01-26 | update OpenSimDefaults.ini | UbitUmarov | 1 | -5/+11 | |
2015-12-19 | update the xmlrpcGroups http keep alive option, and coment | UbitUmarov | 1 | -4/+2 | |
2015-12-16 | add the option to not display parcel ban lines | UbitUmarov | 1 | -0/+3 | |
2015-11-26 | Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore ↵ | Melanie Thielker | 1 | -0/+3 | |
prior functionality. Avination code wasn't designed for deep building. | |||||
2015-11-17 | add LegacySitOffsets option to configuration file | UbitUmarov | 1 | -0/+7 | |
2015-11-12 | Fixed typos | Diva Canto | 1 | -5/+5 | |
2015-11-13 | configuration options relative to last tow commits | UbitUmarov | 1 | -0/+18 | |
2015-11-12 | Add some values to the SimulatorFeatures cap's OpenSimExtras section: | Melanie Thielker | 1 | -1/+9 | |
SimulatorFPS: The actual optimal FPS of the simulator, un-fudged SimulatorFPSFactor: The fudge factor that is applied to the stats sent to the viewer SimulatorFPSWarnPercent: The percentage below which a lag meter should go to amber SimulatorFPSCritPercent: The percentage below which a lag meter should go to red To display the real values, a viewer would divide the reported FPS by the SimulatorFPSFactor and use that to calculate the percentage of SimulatorFPS. E.g. reported is 55fps, SimulatorFPSFactor is 5.0 and SimulatorFPS is 11. | |||||
2015-11-09 | fix: set Normalized55FPS default to TRUE | UbitUmarov | 1 | -1/+1 | |
2015-11-09 | replace StatisticsFPSfactor that needed to be changed with FrameTime to a ↵ | UbitUmarov | 1 | -9/+9 | |
simpler true or false Normalized55FPS that is now TRUE by default. Incorrectly this commit also contains changes that should had their own commits: changes to heartbeat time control ant to gathering and calculation of related statistics. | |||||
2015-11-08 | add StatisticsFPSfactor configuration option (fudge factor) with default of ↵ | UbitUmarov | 1 | -13/+31 | |
1.0 (inactive), corresponding to current decision. rename MinFrameTime as FrameTime, change its value and ODE step time. Changed several related coments. (someone may need to translate them to proper english) | |||||
2015-10-21 | Fix an issue introduced in 70a46fe0907c822a5244e36c338bf559ffbec965. I ↵ | Diva Canto | 1 | -0/+1 | |
accidentally deleted the entire [EntityTransfer] section instead of just a few variables in it. | |||||
2015-10-21 | Fix an issue introduced in 70a46fe0907c822a5244e36c338bf559ffbec965. I ↵ | Diva Canto | 1 | -0/+1 | |
accidentally deleted the entire [EntityTransfer] section instead of just a few variables in it. | |||||
2015-10-21 | we do not have prims with size 2^128... | UbitUmarov | 1 | -6/+5 | |
2015-10-21 | also on OpenSimDefaults.ini | UbitUmarov | 1 | -15/+5 | |
2015-10-18 | Fixed merge conflicts | Diva Canto | 1 | -15/+0 | |
Clean up of simulation version, the number that rules the compatibility of 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. Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs | |||||
2015-10-18 | Clean up of simulation version, the number that rules the compatibility of ↵ | Diva Canto | 1 | -15/+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. | |||||
2015-09-06 | Clean up viewer-based access control specifications. | Diva Canto | 1 | -0/+8 | |
2015-07-26 | Add LogFile option in OpenSimDefaults.ini. It was omitted accidentally | Melanie Thielker | 1 | -0/+3 | |
2015-06-01 | Improve configuration description for llCastRay V3. | Magnuz Binder | 1 | -4/+16 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
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 | Patch llCastRay fully simplified to V3. | Magnuz Binder | 1 | -15/+31 | |
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 | 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-03-04 | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() ↵ | Justin Clark-Casey (justincc) | 1 | -0/+20 | |
script functions. This is to address an issue where HTTP script functions could make calls to localhost and other endpoints inside the simulator's LAN. By default, calls to all private addresses are now blocked as per http://en.wikipedia.org/wiki/Reserved_IP_addresses If you require exceptions to this, configure [Network] OutboundDisallowForUserScriptsExcept in OpenSim.ini | |||||
2015-01-21 | Replace the tabs that have crept into isolated places in config and config ↵ | Justin Clark-Casey (justincc) | 1 | -8/+8 | |
example files with spaces | |||||
2015-01-09 | Added GetDisplayNames capability. For now, we don't actually use display ↵ | Diva Canto | 1 | -1/+1 | |
names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others. | |||||
2015-01-07 | Added a different/better way of specifying data services in DataSnapshot -- ↵ | Diva Canto | 1 | -4/+3 | |
using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically. | |||||
2015-01-07 | BulletSim: tweek step parameters and logic to make walking up steps | Robert Adams | 1 | -0/+11 | |
closer to SL. This change should address small floor edges acting like walls, approaching a step at any angle (other than walking backwards) will allow walking up, and reducing the avatar pop-up when going up stairs. |