aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable Flotsaam cache again.onefang2021-09-237-13/+13
| | | | Coz relying on the linux caching works, except for avatars.
* Disable Flotsam cache.onefang2021-09-168-14/+14
| | | | | | Coz on Linux we can just rely on the usual file caching. Flotsam is just another level of caching, thus just one more source of slow down and resource waste.
* Fix a typo in tho OhSillyThreat config file.onefang2021-08-181-52/+52
| | | | Not sure how this escaped me for so long.
* Move more stuff into the var directory.onefang2021-08-184-16/+20
|
* Add gods to OhSilly threat level config.onefang2021-07-071-52/+53
|
* Various config file merges and fix ups.onefang2021-07-063-0/+12
| | | | Plus some sorting.
* White space fixes.onefang2021-07-064-19/+19
|
* Fix up the usual script messes.onefang2021-07-061-48/+49
| | | | | | | | | Don't slow scripts down with bogus monitoring that isn't used anywhere. Don't make scripts sleep all the time. Don't bother with useless OhSilly Threat checks, and clean up the remains.
* Various map generation tweaks.onefang2020-09-102-4/+4
| | | | | | | | Fix up Warp3DCachedImageModule to work with my directory structure. Remove some excess code from it. Clean up maptile directory creation code. When the generate map command is given, generate the map. The month check seems a bit dodgy, but I'll let it ride for now.
* Another ini file I forgot in the last commit.onefang2020-09-101-0/+401
|
* Some ini files that got skipped coz .gitignore vasn't clean.onefang2020-09-102-0/+352
|
* Various script engine speed ups, and Oh Silly Threat clean ups.onefang2020-09-101-120/+164
| | | | | | | | Don't bother doing useless threat level, sleep, and bogus stat collections, it only slows things down. https://sledjhamr.org/mantisbt/view.php?id=15 for an analysis of the bogus stat collection.
* Gatekeeper -> GatekeeperURIroot2020-09-092-3/+3
| | | | | | | | | Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream.
* .ini files for various grids.onefang2020-09-083-0/+317
|
* Major clean up of config and ini files.onefang2020-09-086-14/+3604
|
* Move various paths out of the bin directory.onefang2020-09-082-2/+2
|
* a few changes on osslEnable.iniUbitUmarov2019-10-211-6/+6
|
* a few changes on osslEnable.iniUbitUmarov2019-10-211-1/+4
|
* same for osSetDynamicTextureURLBlendFace(). thx djphilUbitUmarov2019-10-191-1/+1
|
* change osSetDynamicTextureURL(Blend) to ↵UbitUmarov2019-10-191-4/+2
| | | | ThreatLevel.VeryHigh,ESTATE_MANAGER,ESTATE_OWNER
* typoUbitUmarov2019-10-161-2/+2
|
* add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵UbitUmarov2019-10-161-1/+4
| | | | functions permission errors will only be sent to prim owner, defaul false: send all around
* change coments on osslEnable.ini and remove list of functions always suported;UbitUmarov2019-10-151-88/+18
|
* mantis 8470: add constant PrivURL. Thanks Ai AustinUbitUmarov2019-08-271-13/+13
|
* minor update to osslEnable.iniUbitUmarov2019-08-171-0/+3
|
* ll rez objects: silent ginore null object id; remove redundante llSetColor codeUbitUmarov2019-03-021-2/+2
|
* actually disable osSetContentType on osslEnable.ini, so is only enabled by ↵UbitUmarov2018-12-131-1/+1
| | | | machine owner intentionally
* cleanup last patchUbitUmarov2018-12-111-1/+1
|
* Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight2018-12-111-0/+1
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* change osSetContentType threat levelUbitUmarov2018-12-111-1/+1
|
* OSSL remove functions with illegal lsl types, also redundanteUbitUmarov2018-11-281-2/+0
|
* remove unmaintaned and obsolete GlynnTucker.CacheUbitUmarov2018-11-272-4/+0
|
* add osApproxEquals for float, vector and rotation, note that default margin ↵UbitUmarov2018-11-201-1/+2
| | | | is 1e-6 to match strings rounding
* removed repeated linesUbitUmarov2018-11-191-3/+0
|
* update osslEnableUbitUmarov2018-11-181-0/+10
|
* update osslEnableUbitUmarov2018-11-181-1/+2
|
* **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), ↵Bill Blight2018-09-291-0/+1
| | | | | | threat level moderate Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* minor changes to last patchUbitUmarov2018-08-301-1/+1
|
* mantis 8305: add osTriggerSoundLimited(..)UbitUmarov2018-04-101-0/+1
|
* update osslEnable.ini with the new functionsUbitUmarov2018-04-091-0/+11
|
* Added references to new math related OSSL functionsKevin Cozens2018-04-041-0/+4
|
* fix merge issueUbitUmarov2018-03-208-56/+56
|\
| * Removed trailing whitespaceKevin Cozens2018-03-198-56/+56
| |
* | let ossl have its own config sectionUbitUmarov2018-02-021-86/+86
|/
* remove some tabs added to config filesUbitUmarov2018-01-043-4/+4
|
* update configuration files and examples for mutesUbitUmarov2018-01-043-2/+7
|
* increase sample rate of WaitGetScenePresence()UbitUmarov2017-12-112-0/+8
|
* Added missing Allow line for osGetSimulatorMemoryKB.Kevin Cozens2017-10-261-0/+1
|
* Sorted the groups of Allow statements by alphabetical order.Kevin Cozens2017-10-261-10/+10
|
* Fixed typos in comments in osslEnable.iniKevin Cozens2017-09-041-2/+2
|