Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | update httpserver | UbitUmarov | 2017-05-08 | 2 | -0/+0 | |
| | | ||||||
* | | fix merge | UbitUmarov | 2017-05-07 | 1 | -0/+0 | |
|\ \ | |/ | ||||||
| * | revert to older CSJ2K.dll since new seems have issues on linux with ↵ | UbitUmarov | 2017-05-05 | 1 | -0/+0 | |
| | | | | | | | | existent textures/sculpts | |||||
* | | fix merge | UbitUmarov | 2017-05-03 | 7 | -21/+14 | |
|\ \ | |/ | ||||||
| * | coment out optional fields that should be edited and uncomented if needed | UbitUmarov | 2017-05-02 | 1 | -3/+4 | |
| | | ||||||
| * | fix some comments | UbitUmarov | 2017-05-02 | 2 | -3/+2 | |
| | | ||||||
| * | change opensim.ini.example setting of ExternalHostNameForLSL to a defualt | UbitUmarov | 2017-05-02 | 1 | -6/+8 | |
| | | ||||||
| * | Update libOMV | Diva Canto | 2017-04-25 | 5 | -0/+0 | |
| | | ||||||
* | | fix merge | UbitUmarov | 2017-04-25 | 12 | -1/+11656 | |
|\ \ | |/ | ||||||
| * | update ode binaries for windows | UbitUmarov | 2017-04-21 | 2 | -0/+0 | |
| | | ||||||
| * | update ode binaries for linux; add a minimal velocity for bounce | Michael Cerquoni | 2017-04-19 | 2 | -0/+0 | |
| | | ||||||
| * | update ode binaries for windows; add a minimal velocity for bounce | UbitUmarov | 2017-04-20 | 2 | -0/+0 | |
| | | ||||||
| * | update ubODE for Linux x86 and x86_64 to include lasted ODE 0.13.2 | Michael Cerquoni | 2017-04-19 | 2 | -0/+0 | |
| | | ||||||
| * | update ODE binaries for windows. Other platforms need to compile from ↵ | UbitUmarov | 2017-04-18 | 2 | -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 | |||||
| * | update ode binaries for windows | UbitUmarov | 2017-04-14 | 2 | -0/+0 | |
| | | ||||||
| * | update ode.dll for windows. Other platforms need fo be compiled from ↵ | UbitUmarov | 2017-04-12 | 2 | -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. | |||||
| * | fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 2017-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 2017-04-05 | 1 | -0/+1 | |
| | | ||||||
| * | Add the ability to post to and act uponconfiguration in etcd | Melanie Thielker | 2017-03-31 | 5 | -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. | |||||
| * | Make the file based log file format sane for the casual user | Melanie Thielker | 2017-03-31 | 1 | -1/+2 | |
| | | | | | | | | | | Developer-oriented format is left commented so interested users and devs can reactivate it. | |||||
| * | add a bit clarification about grid private port protection | UbitUmarov | 2017-01-09 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-01-08 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | add the new GOD ossl option to osslEnable.ini | UbitUmarov | 2017-01-07 | 1 | -1/+2 | |
| | | ||||||
| * | rename OSSL enable option GOD as ACTIVE_GOD so its use is more clear | UbitUmarov | 2017-01-07 | 1 | -1/+1 | |
| | | ||||||
| * | change OSSL enable option GOD to use IsGod, so it means a active god, as my ↵ | UbitUmarov | 2017-01-07 | 1 | -1/+1 | |
| | | | | | | | | original idea | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-01-07 | 1 | -4/+0 | |
|\ \ | |/ | ||||||
| * | Remove parcel_owner_is_god option. It is conceptually wrong and with | UbitUmarov | 2017-01-06 | 1 | -4/+0 | |
| | | | | | | | | limited use. Relevant parcel owners can just be made estate managers with better regions management logic | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-01-06 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | Restructure god level and permissions | Melanie Thielker | 2017-01-06 | 1 | -0/+10 | |
| | | | | | | | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level. | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-01-03 | 8 | -7479/+8042 | |
|\ \ | |/ | ||||||
| * | Create a generic way for passing constructor args to plugins | Melanie Thielker | 2017-01-02 | 1 | -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>] | |||||
| * | Replaced OpenMetaverse libs/xmls with new ones. Also added a file in ↵ | Diva Canto | 2016-12-31 | 7 | -7477/+8039 | |
| | | | | | | | | openmetaverse_data that was added recently to libomv and was missing. | |||||
* | | some cleanup, use more using(), more checks so http request mem stream is closed | UbitUmarov | 2016-12-30 | 2 | -0/+0 | |
| | | ||||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2016-12-30 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | fix typos | UbitUmarov | 2016-12-30 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2016-12-30 | 2 | -2/+40 | |
|\ \ | |/ | ||||||
| * | Add a MaxRetries option to the inventory connector. | Melanie Thielker | 2016-12-29 | 1 | -0/+1 | |
| | | | | | | | | | | If clustered services are used, another try would go to another server and may succeed. | |||||
| * | Add negative caching to flotsam cache. Prevents scripts from hammering the ↵ | Melanie Thielker | 2016-12-29 | 1 | -0/+37 | |
| | | | | | | | | asset server | |||||
| * | gc is also a unwanted cache, so use it. With this, memcache with short ↵ | UbitUmarov | 2016-12-29 | 1 | -2/+2 | |
| | | | | | | | | expires is no longer needed | |||||
| * | fix typos (thanks you know who) | UbitUmarov | 2016-12-25 | 1 | -3/+2 | |
| | | ||||||
* | | fix typos (thanks you know who) | UbitUmarov | 2016-12-25 | 1 | -3/+2 | |
| | | ||||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2016-12-25 | 2 | -4/+11 | |
|\ \ | |/ | ||||||
| * | FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵ | UbitUmarov | 2016-12-25 | 1 | -4/+9 | |
| | | | | | | | | example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed | |||||
| * | Add en explanation to osslEnable.ini for GRID_GOD | Melanie Thielker | 2016-12-23 | 1 | -1/+2 | |
| | | ||||||
| * | replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵ | UbitUmarov | 2016-12-23 | 1 | -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 | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2016-12-23 | 3 | -39/+70 | |
|\ \ | |/ | ||||||
| * | Allow the use of modular configs with Robust as we already can with OpenSim | Melanie Thielker | 2016-12-22 | 2 | -2/+2 | |
| | | ||||||
| * | Update the ini examples to add options missing from one to the other. | Melanie Thielker | 2016-12-22 | 2 | -34/+68 | |
| | | | | | | | | | | Group hypergrid related options within each section to ease transition from non-HG to HG | |||||
| * | remove a odd raycastv3 config option | UbitUmarov | 2016-12-21 | 1 | -3/+0 | |
| | | ||||||
* | | update httpserver muting some socket errors that are normal | UbitUmarov | 2016-12-19 | 2 | -0/+0 | |
| | |