aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-25Update libOMVDiva Canto5-0/+0
2017-04-21 update ode binaries for windowsUbitUmarov2-0/+0
2017-04-19update ode binaries for linux; add a minimal velocity for bounceMichael Cerquoni2-0/+0
2017-04-20 update ode binaries for windows; add a minimal velocity for bounceUbitUmarov2-0/+0
2017-04-19update ubODE for Linux x86 and x86_64 to include lasted ODE 0.13.2Michael Cerquoni2-0/+0
2017-04-18 update ODE binaries for windows. Other platforms need to compile from ↵UbitUmarov2-0/+0
opensim-libs repo, folder ODE-OpenSim-0.13.2, read file OPENSIM-README.txt. Remove code to reduce bounce on non physical placement, new unmanaged should handle that
2017-04-14update ode binaries for windowsUbitUmarov2-0/+0
2017-04-12 update ode.dll for windows. Other platforms need fo be compiled from ↵UbitUmarov2-0/+0
opensim-libs repo, folder ODE-OpenSim.0.13.2. This adds OsTerrain, a replacevment for Heightfield that ubOde can use. Its already rotated as needed and has a diferent Sphere collider, rest is still almost identical. Keep previus ode version in case this goes wrong.
2017-04-05 fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov1-1/+1
2017-04-05 give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov1-0/+1
2017-03-31Add the ability to post to and act uponconfiguration in etcdMelanie Thielker5-0/+11650
Etcd is a distributed, highly available name-value store that is the basis of many clustered applications. However, it can also be run on a standalone machine. Using etcd allows live monitoring and possibly changing configuration while the sim is running.
2017-03-31Make the file based log file format sane for the casual userMelanie Thielker1-1/+2
Developer-oriented format is left commented so interested users and devs can reactivate it.
2017-01-09add a bit clarification about grid private port protectionUbitUmarov1-0/+3
2017-01-07add the new GOD ossl option to osslEnable.iniUbitUmarov1-1/+2
2017-01-07rename OSSL enable option GOD as ACTIVE_GOD so its use is more clearUbitUmarov1-1/+1
2017-01-07change OSSL enable option GOD to use IsGod, so it means a active god, as my ↵UbitUmarov1-1/+1
original idea
2017-01-06Remove parcel_owner_is_god option. It is conceptually wrong and withUbitUmarov1-4/+0
limited use. Relevant parcel owners can just be made estate managers with better regions management logic
2017-01-06Restructure god level and permissionsMelanie Thielker1-0/+10
Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
2017-01-02Create a generic way for passing constructor args to pluginsMelanie Thielker1-2/+3
The old syntax didn't allow for any parameters except for services listed in the ServiceList. Now, services loaded by other services can also be made to use different ini sections or have additional paramters. Syntax is: [<ExtraParam>@]...<DllName>[:<ClassName>]
2016-12-31Replaced OpenMetaverse libs/xmls with new ones. Also added a file in ↵Diva Canto7-7477/+8039
openmetaverse_data that was added recently to libomv and was missing.
2016-12-30fix typosUbitUmarov1-3/+3
2016-12-29Add a MaxRetries option to the inventory connector.Melanie Thielker1-0/+1
If clustered services are used, another try would go to another server and may succeed.
2016-12-29Add negative caching to flotsam cache. Prevents scripts from hammering the ↵Melanie Thielker1-0/+37
asset server
2016-12-29gc is also a unwanted cache, so use it. With this, memcache with short ↵UbitUmarov1-2/+2
expires is no longer needed
2016-12-25fix typos (thanks you know who)UbitUmarov1-3/+2
2016-12-25FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵UbitUmarov1-4/+9
example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed
2016-12-23Add en explanation to osslEnable.ini for GRID_GODMelanie Thielker1-1/+2
2016-12-23replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵UbitUmarov1-0/+1
This needs to be changed to current effective godlevel check (sp.GodLevel) when that is fixed. Automatic god powers need be (optionaly) removed
2016-12-22Allow the use of modular configs with Robust as we already can with OpenSimMelanie Thielker2-2/+2
2016-12-22Update the ini examples to add options missing from one to the other.Melanie Thielker2-34/+68
Group hypergrid related options within each section to ease transition from non-HG to HG
2016-12-21remove a odd raycastv3 config optionUbitUmarov1-3/+0
2016-12-18leave stupid broken permissions aloneUbitUmarov2-19/+0
2016-12-17allow a creator that is also onwer to change export flag. Add missing ↵UbitUmarov2-0/+19
setting to ini files
2016-12-15set pbs shape acording to mesh number of (material) facesUbitUmarov2-2/+2
2016-12-15 respective .ini settingsUbitUmarov2-0/+9
2016-12-14 correct the new npc entries in osslEnable.iniUbitUmarov1-2/+2
2016-12-14 update osslEnable.iniUbitUmarov1-0/+1
2016-12-14 also reduce check threat level of osNpcSetProfileAbout to Low; update ↵UbitUmarov1-0/+2
osslEnable.ini
2016-12-12Allow OpenSim to respond to Unix signals. This may need work to beMelanie Thielker1-0/+0
properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows
2016-11-30 fix the FileCleanupTimer comentUbitUmarov1-1/+1
2016-11-30disable floatSam FileCleanupTimer option on ini.example since it is ↵UbitUmarov1-1/+1
currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable
2016-11-23 it is nice to save a file to atually change it...UbitUmarov1-4/+0
2016-11-23 take parcel_owner_is_god option from ini.example since it is not a ↵UbitUmarov1-1/+1
recomended option for general use
2016-11-22Include new Region.ini option for DefaultLandingPoint for teleports with no ↵AliciaRaven1-0/+3
coords specified. This is useful when using a Telehub would be to restrictive as it would block landmarks and map teleports. This location is only ever used when no coordinates are provided. If config value not set, the previous default of 128,128 is used.
2016-11-20Include config option to disable stats thread showing read/write stats in ↵AliciaRaven2-0/+6
console. Keeping default as true to retain current behaviour. Also checked to prevent counters being added to so there wont be any integer overflows over time
2016-11-12mantis 8055: fix default value of npc optionsUbitUmarov2-12/+12
2016-11-11reduce diferencs btw OpenSimDefaults.ini and OpenSim.ini.exampleUbitUmarov2-25/+54
2016-11-08 add some configuration options missing in OpenSimDeafults.ini but present ↵UbitUmarov1-1/+33
in OpenSim.ini.example
2016-11-03fix some coments, thanks Austin TateUbitUmarov2-3/+3
2016-11-03XEngine: make calls to gc.collect on region startup scripts loading a ↵UbitUmarov2-8/+24
configurable option, since it is very slow operation