Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce debug logs | UbitUmarov | 2018-04-19 | 1 | -5/+5 |
| | |||||
* | sound radius is a prim prop only set by llSetSoundRadius, fix it in case ↵ | UbitUmarov | 2018-04-10 | 1 | -29/+29 |
| | | | | viewers do fix its use (ignored for now) | ||||
* | mantis 8275: fix llStopSound for llPlaySound. Code was doing as SL wiki but ↵ | UbitUmarov | 2018-04-10 | 1 | -1/+4 |
| | | | | not as not real regions with FireStorm. Singularity will only stop loop sounds. None stops Trigger | ||||
* | Merge branch 'master' into httptests | UbitUmarov | 2018-03-27 | 1 | -1/+4 |
|\ | |||||
| * | fix previus commit with the right source file :( | UbitUmarov | 2018-03-27 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2018-03-27 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | mantis8307: avoid a null ref | UbitUmarov | 2018-03-27 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2018-03-10 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | comment out some debug messages visible on SOP CompleteMovement | UbitUmarov | 2018-03-10 | 1 | -4/+6 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2018-02-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | do not timeout floatsam assets caching thread | UbitUmarov | 2018-02-02 | 1 | -2/+2 |
| | | |||||
* | | Let MrOpenSim have simple hardcoded profile | UbitUmarov | 2018-01-26 | 1 | -0/+27 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2018-01-26 | 4 | -61/+100 |
|\ \ | |/ | |||||
| * | try fix IAR load inventory links and objects owner | UbitUmarov | 2018-01-26 | 4 | -61/+100 |
| | | |||||
* | | retire our BlockingQueue replaced by BlockingCollection and cross fingers | UbitUmarov | 2018-01-22 | 2 | -11/+14 |
| | | |||||
* | | give BlockingCollection more chances | UbitUmarov | 2018-01-22 | 1 | -9/+2 |
| | | |||||
* | | silent ignore mutes on HG visitors, let viewers do it on cache only, proper ↵ | UbitUmarov | 2018-01-20 | 1 | -4/+16 |
| | | | | | | | | HG suport is another story... and questionable | ||||
* | | Ooops worng ';' | UbitUmarov | 2018-01-18 | 1 | -1/+1 |
| | | |||||
* | | abort uploading large region map tiles as soon one fails | UbitUmarov | 2018-01-18 | 1 | -13/+19 |
| | | |||||
* | | remove more xml things no longer needed on .net >4.5.2 | UbitUmarov | 2018-01-17 | 2 | -2/+0 |
| | | |||||
* | | pesty warnings | UbitUmarov | 2018-01-17 | 1 | -3/+1 |
| | | |||||
* | | missed a few | UbitUmarov | 2018-01-17 | 1 | -4/+0 |
| | | |||||
* | | remove those xml things no longer needed on .net >4.5.2 | UbitUmarov | 2018-01-17 | 3 | -4/+0 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2018-01-16 | 4 | -6/+8 |
|\ \ | |/ | |||||
| * | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 2018-01-09 | 4 | -5/+3 |
| | | |||||
| * | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 2018-01-08 | 4 | -3/+7 |
| | | | | | | | | own) do not suporte the proper .net4.0 one | ||||
* | | shut up some pesty warnings | UbitUmarov | 2018-01-15 | 4 | -5/+5 |
| | | |||||
* | | clean some modules api | UbitUmarov | 2018-01-13 | 1 | -6/+6 |
| | | |||||
* | | remove the temporary Xmutes module, replace MuteListModule byt the new one, ↵ | UbitUmarov | 2018-01-12 | 5 | -509/+125 |
| | | | | | | | | previusly named MuteListModuleTst | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2018-01-05 | 8 | -4/+164 |
|\ \ | |/ | |||||
| * | a few more xml things | UbitUmarov | 2018-01-05 | 3 | -0/+6 |
| | | |||||
| * | disable some XmlResolver | UbitUmarov | 2018-01-04 | 3 | -1/+4 |
| | | |||||
| * | add more files for robust mutes suport. (module is still named ↵ | UbitUmarov | 2018-01-04 | 2 | -3/+154 |
| | | | | | | | | MuteListModuleTst for testing, others in core will be removed later | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2018-01-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | fix estates URI | UbitUmarov | 2018-01-03 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-12-12 | 5 | -23/+680 |
|\ \ | |/ | | | | | | | # Conflicts: # prebuild.xml | ||||
| * | commit what i did so far for core mutes module, befere i lose it | UbitUmarov | 2017-12-11 | 3 | -69/+251 |
| | | |||||
| * | move some sharable items out of Xmute to Framework; add another test ↵ | UbitUmarov | 2017-11-17 | 2 | -120/+229 |
| | | | | | | | | mutelistmodule, ignore it | ||||
| * | Donating the Avination Mute Module | Melanie Thielker | 2017-11-14 | 1 | -0/+357 |
| | | | | | | | | | | | | | | | | This lived out-of-tree and therefore wasn't part of the big code drop. It's classic Avination, tied to MySQL and a direct database connection and I don't have the bandwidth to fix it to core methods. However, it has all the strange mute logic that OpenSim was missing and maybe someone can step up to make it work in an open grid context. | ||||
| * | Changing map tile colors This change also allows setting the water color, as ↵ | TomTheDragon | 2017-11-13 | 2 | -23/+32 |
| | | | | | | | | | | | | well as the 4 colors for textured map tiles. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-11-12 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | mantis 8253: don't let attachments delete remove controls from viewers on ↵ | UbitUmarov | 2017-11-12 | 1 | -1/+3 |
| | | | | | | | | crossings. | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-10-13 | 1 | -8/+11 |
|\ \ | |/ | |||||
| * | remove a dead line of code | UbitUmarov | 2017-10-06 | 1 | -1/+1 |
| | | |||||
| * | mantis 8246: don't allow 'delete object name' to delete attachments, but ↵ | UbitUmarov | 2017-10-06 | 1 | -9/+12 |
| | | | | | | | | allow delete object id, with confirmation | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-08-24 | 3 | -7/+17 |
|\ \ | |/ | |||||
| * | frozen avatars should not do local teleports. Possible none should not be ↵ | UbitUmarov | 2017-08-24 | 1 | -3/+13 |
| | | | | | | | | allowed, but that may be abusive | ||||
| * | change a few more parcel eject code paths | UbitUmarov | 2017-08-24 | 1 | -1/+1 |
| | | |||||
| * | (un)eject flag is only lowest bit, only protect active gods from freeze; do ↵ | UbitUmarov | 2017-08-24 | 1 | -3/+3 |
| | | | | | | | | not check landing point (telehubs) on eject. | ||||
* | | Merge branch 'master' into httptests | UbitUmarov | 2017-08-22 | 1 | -0/+3 |
|\ \ | |/ |