Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | why where map and dynamic textures compressed lossless? | UbitUmarov | 2018-05-04 | 4 | -8/+8 |
| | |||||
* | change region console comand export-map: make it work with var regions, ↵ | UbitUmarov | 2018-05-01 | 1 | -31/+63 |
| | | | | center target region and make the display area be the region size plus MaxMaxRegionViewDistance in all 4 directions. Add the region name and total area size text info. Some of this can be made options/comand arguments in future improvements | ||||
* | Merge branch 'master' into httptests | UbitUmarov | 2018-04-28 | 1 | -2/+9 |
|\ | |||||
| * | mantis 8321: avoid null reference potencial caused by outdated LMs for example | UbitUmarov | 2018-04-28 | 1 | -2/+9 |
| | | |||||
* | | Added important comment missed from my previous commit (hash 8af2d99b). | Kevin Cozens | 2018-04-27 | 1 | -2/+2 |
| | | |||||
* | | Whitespace change. | Kevin Cozens | 2018-04-27 | 1 | -1/+1 |
| | | |||||
* | | remove a extra source line i left behind | UbitUmarov | 2018-04-27 | 1 | -1/+0 |
| | | |||||
* | | recover previus behavior of FontProp | UbitUmarov | 2018-04-27 | 1 | -6/+8 |
| | | |||||
* | | Do dispose and new Font only once when handling FontProp drawing command. | Kevin Cozens | 2018-04-27 | 1 | -33/+12 |
| | | |||||
* | | 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 |
|\ \ | |/ |