aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-06 fix osGetHealRate thread levelUbitUmarov1-1/+1
2016-08-04update libode for mac osX. Thanks Gavin Hird (mantis 7781)UbitUmarov1-0/+0
2016-08-04update libode for mac osX. Thanks Gavin Hird (mantis 7781)UbitUmarov1-0/+0
2016-07-30remove obsolete config settingUbitUmarov2-30/+0
2016-07-25add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵UbitUmarov1-0/+2
healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested)
2016-07-24 add osSetHealth() value from 1 to 100; (mantis 7973)UbitUmarov1-0/+1
2016-07-06 add test option ObjectsCullingByDistance. In future, if true, it mayUbitUmarov2-0/+7
prevent sending objects outside view range to viewers. DO NOT SET TRUE unless testing it. Code still not completei!!!
2016-07-03New config var: DisableObjectTransfer. If set to True, objects never cross; ↵Diva Canto1-0/+4
instead they stay in the region, possibly placed outside its borders.
2016-06-28 mantis: 7936 replace httpServer_OpenSim.dll with a new one restoring some ↵UbitUmarov2-0/+0
checks lost in last update
2016-06-23Mantis #7934 and related: landing points and telehubs for gods. Added a new ↵Diva Canto2-0/+10
configuration variable LandingPointBehavior that can switch between what we're used to in OpenSim and the behavior in SL.
2016-06-23Replace the http server dll with the right pair dll + xmlDiva Canto2-3317/+3317
2016-06-23Update HttpServer_OpenSim.dll to fix an inventory loading bug.Melanie Thielker1-0/+0
2016-04-15Remove "f" (float) type markers that may have crept in through copypasta.Melanie Thielker1-6/+6
2016-04-06Update LibOMV to latest versions. LibOMV commit hash ↵AliciaRaven4-0/+0
177ea9848a43e6df3b82f70aea4ac903ece1b2e3
2016-04-05Include option for the HG version of FSAssets connector under HGAssetService ↵AliciaRaven1-0/+3
in robust example ini
2016-03-14Expand on the comment on the new HTTP limit feature.Melanie Thielker1-0/+5
2016-03-14Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in ↵Jeff Kelley2-0/+12
Mantis 7839.
2016-01-31Replace the new ODE lib with one built against GLIBC 2.12. It's not ourMelanie Thielker1-0/+0
place to force people to upgrade their distro
2016-01-30 change parcel_owner_is_god configuration option from default from true to ↵UbitUmarov2-3/+3
false, leaving only region_owner true by default
2016-01-26 update OpenSimDefaults.iniUbitUmarov1-5/+11
2015-12-26ODE lib: update the lib for linux 32bit and 64bit, this time without debug ↵UbitUmarov2-0/+0
info. Thnx again Dan. (keep older close in case this fails
2015-12-26ODE lib: update the lib for linux 32bit. Thnx Dan. (keep older close in case ↵UbitUmarov1-0/+0
this fails
2015-12-25ODE lib: update the lib for linux 64bit. Thnx Dan. (keep older close in case ↵UbitUmarov1-0/+0
this fails
2015-12-25ODE lib change: fix capsule - mesh faces double side collisions. Do double ↵UbitUmarov2-0/+0
side collisions if at least two dimensions of the mesh are 1.5x the capsule height, otherwise do single side as before. SL and bullet do double Side always. Double side can cause instabilities in some cases. i only windows dev enviroment for the moment. to build for your enviroment: git clone git://opensimulator.org/git/opensim-libs. This maybe be very broken, let us know
2015-12-19update the xmlrpcGroups http keep alive option, and comentUbitUmarov1-4/+2
2015-12-16add the option to not display parcel ban linesUbitUmarov2-1/+7
2015-12-04add pants and shirt to opensim library and fix some bodyparts uuidsUbitUmarov2-18/+4
2015-12-04add opensim BodyParts libraryUbitUmarov1-16/+14
2015-11-30Replaced ICSharpCode.SharpZipLib.dll for the same reasonDiva Canto1-0/+0
2015-11-30Replaced the mono addins dlls with freshly compiled ones, because the ↵Diva Canto4-0/+0
existing ones may somehow been mutually inconsistent.
2015-11-27add missing Xengine MinTimerInterval to opensim.ini.exampleUbitUmarov1-0/+3
2015-11-26Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore ↵Melanie Thielker1-0/+3
prior functionality. Avination code wasn't designed for deep building.
2015-11-20 remove Ode.Net - missing files. ( old ode may be broken now)UbitUmarov1-0/+7
2015-11-20 remove the hard to maintain Ode.Net wrapper only in use by old odeUbitUmarov2-7/+0
2015-11-20change ScriptStopStrategy to the default value co-op (mantis 7740UbitUmarov1-1/+1
2015-11-17 add LegacySitOffsets option to configuration fileUbitUmarov1-0/+7
2015-11-12Fixed typosDiva Canto1-5/+5
2015-11-13 configuration options relative to last tow commitsUbitUmarov1-0/+18
2015-11-12Add some values to the SimulatorFeatures cap's OpenSimExtras section:Melanie Thielker1-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-12Corrections to ini example files for standalones v2Ai Austin4-23/+20
Remove "currently unused" indicators for some parameters and add missing "DestinationGuide" parameter in [GridServiceInfo] in StandaloneCommon.ini.example as they do work for a standalone. Regularize example URLs for externally provided web page and economy helper information for uniformity. Correct mistake in reference to grid wide DestinationGuide in override capability in OpenSim.ini.example. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
2015-11-09 fix: set Normalized55FPS default to TRUEUbitUmarov1-1/+1
2015-11-09 replace StatisticsFPSfactor that needed to be changed with FrameTime to a ↵UbitUmarov1-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-08add StatisticsFPSfactor configuration option (fudge factor) with default of ↵UbitUmarov1-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-21Fix an issue introduced in 70a46fe0907c822a5244e36c338bf559ffbec965. I ↵Diva Canto1-0/+1
accidentally deleted the entire [EntityTransfer] section instead of just a few variables in it.
2015-10-21Fix an issue introduced in 70a46fe0907c822a5244e36c338bf559ffbec965. I ↵Diva Canto1-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...UbitUmarov1-6/+5
2015-10-21 also on OpenSimDefaults.iniUbitUmarov1-15/+5
2015-10-20update ODE windows DLL libraries to a modified version 0.13.1 r1902. Linux ↵UbitUmarov2-0/+0
will be updated later if all goes well
2015-10-18Fixed merge conflictsDiva Canto3-45/+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-18Clean up of simulation version, the number that rules the compatibility of ↵Diva Canto3-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.