Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable Flotsaam cache again. | onefang | 2021-09-23 | 7 | -13/+13 |
| | | | | Coz relying on the linux caching works, except for avatars. | ||||
* | Disable Flotsam cache. | onefang | 2021-09-16 | 8 | -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. | onefang | 2021-08-18 | 1 | -52/+52 |
| | | | | Not sure how this escaped me for so long. | ||||
* | Move more stuff into the var directory. | onefang | 2021-08-18 | 4 | -16/+20 |
| | |||||
* | Add gods to OhSilly threat level config. | onefang | 2021-07-07 | 1 | -52/+53 |
| | |||||
* | Various config file merges and fix ups. | onefang | 2021-07-06 | 3 | -0/+12 |
| | | | | Plus some sorting. | ||||
* | White space fixes. | onefang | 2021-07-06 | 4 | -19/+19 |
| | |||||
* | Fix up the usual script messes. | onefang | 2021-07-06 | 1 | -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. | onefang | 2020-09-10 | 2 | -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. | onefang | 2020-09-10 | 1 | -0/+401 |
| | |||||
* | Some ini files that got skipped coz .gitignore vasn't clean. | onefang | 2020-09-10 | 2 | -0/+352 |
| | |||||
* | Various script engine speed ups, and Oh Silly Threat clean ups. | onefang | 2020-09-10 | 1 | -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 -> GatekeeperURI | root | 2020-09-09 | 2 | -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. | onefang | 2020-09-08 | 3 | -0/+317 |
| | |||||
* | Major clean up of config and ini files. | onefang | 2020-09-08 | 6 | -14/+3604 |
| | |||||
* | Move various paths out of the bin directory. | onefang | 2020-09-08 | 2 | -2/+2 |
| | |||||
* | a few changes on osslEnable.ini | UbitUmarov | 2019-10-21 | 1 | -6/+6 |
| | |||||
* | a few changes on osslEnable.ini | UbitUmarov | 2019-10-21 | 1 | -1/+4 |
| | |||||
* | same for osSetDynamicTextureURLBlendFace(). thx djphil | UbitUmarov | 2019-10-19 | 1 | -1/+1 |
| | |||||
* | change osSetDynamicTextureURL(Blend) to ↵ | UbitUmarov | 2019-10-19 | 1 | -4/+2 |
| | | | | ThreatLevel.VeryHigh,ESTATE_MANAGER,ESTATE_OWNER | ||||
* | typo | UbitUmarov | 2019-10-16 | 1 | -2/+2 |
| | |||||
* | add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵ | UbitUmarov | 2019-10-16 | 1 | -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; | UbitUmarov | 2019-10-15 | 1 | -88/+18 |
| | |||||
* | mantis 8470: add constant PrivURL. Thanks Ai Austin | UbitUmarov | 2019-08-27 | 1 | -13/+13 |
| | |||||
* | minor update to osslEnable.ini | UbitUmarov | 2019-08-17 | 1 | -0/+3 |
| | |||||
* | ll rez objects: silent ginore null object id; remove redundante llSetColor code | UbitUmarov | 2019-03-02 | 1 | -2/+2 |
| | |||||
* | actually disable osSetContentType on osslEnable.ini, so is only enabled by ↵ | UbitUmarov | 2018-12-13 | 1 | -1/+1 |
| | | | | machine owner intentionally | ||||
* | cleanup last patch | UbitUmarov | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Add osNpcSayTo(key npc, key target, integer channel, string message) | Bill Blight | 2018-12-11 | 1 | -0/+1 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | change osSetContentType threat level | UbitUmarov | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | OSSL remove functions with illegal lsl types, also redundante | UbitUmarov | 2018-11-28 | 1 | -2/+0 |
| | |||||
* | remove unmaintaned and obsolete GlynnTucker.Cache | UbitUmarov | 2018-11-27 | 2 | -4/+0 |
| | |||||
* | add osApproxEquals for float, vector and rotation, note that default margin ↵ | UbitUmarov | 2018-11-20 | 1 | -1/+2 |
| | | | | is 1e-6 to match strings rounding | ||||
* | removed repeated lines | UbitUmarov | 2018-11-19 | 1 | -3/+0 |
| | |||||
* | update osslEnable | UbitUmarov | 2018-11-18 | 1 | -0/+10 |
| | |||||
* | update osslEnable | UbitUmarov | 2018-11-18 | 1 | -1/+2 |
| | |||||
* | **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), ↵ | Bill Blight | 2018-09-29 | 1 | -0/+1 |
| | | | | | | threat level moderate Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | minor changes to last patch | UbitUmarov | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | mantis 8305: add osTriggerSoundLimited(..) | UbitUmarov | 2018-04-10 | 1 | -0/+1 |
| | |||||
* | update osslEnable.ini with the new functions | UbitUmarov | 2018-04-09 | 1 | -0/+11 |
| | |||||
* | Added references to new math related OSSL functions | Kevin Cozens | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | fix merge issue | UbitUmarov | 2018-03-20 | 8 | -56/+56 |
|\ | |||||
| * | Removed trailing whitespace | Kevin Cozens | 2018-03-19 | 8 | -56/+56 |
| | | |||||
* | | let ossl have its own config section | UbitUmarov | 2018-02-02 | 1 | -86/+86 |
|/ | |||||
* | remove some tabs added to config files | UbitUmarov | 2018-01-04 | 3 | -4/+4 |
| | |||||
* | update configuration files and examples for mutes | UbitUmarov | 2018-01-04 | 3 | -2/+7 |
| | |||||
* | increase sample rate of WaitGetScenePresence() | UbitUmarov | 2017-12-11 | 2 | -0/+8 |
| | |||||
* | Added missing Allow line for osGetSimulatorMemoryKB. | Kevin Cozens | 2017-10-26 | 1 | -0/+1 |
| | |||||
* | Sorted the groups of Allow statements by alphabetical order. | Kevin Cozens | 2017-10-26 | 1 | -10/+10 |
| | |||||
* | Fixed typos in comments in osslEnable.ini | Kevin Cozens | 2017-09-04 | 1 | -2/+2 |
| |