Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix ubOde terrain copy at north and east borders0.9.0.1 | UbitUmarov | 2018-05-04 | 1 | -2/+2 |
| | |||||
* | mantis 8321: avoid null reference potencial caused by outdated LMs for example | UbitUmarov | 2018-04-28 | 1 | -2/+9 |
| | |||||
* | mantis8309 add extra try{}catch | UbitUmarov | 2018-03-28 | 1 | -4/+11 |
| | |||||
* | fix previus commit with the right source file :( | UbitUmarov | 2018-03-27 | 1 | -1/+4 |
| | |||||
* | mantis8307: avoid a null ref | UbitUmarov | 2018-03-27 | 1 | -1/+0 |
| | |||||
* | mantis 8257: fix the default realm (ie table name) of AuthenticationService | UbitUmarov | 2018-03-20 | 2 | -5/+5 |
| | |||||
* | Removed trailing semi-colons from option settings | Kevin Cozens | 2018-03-19 | 1 | -47/+47 |
| | |||||
* | Removed trailing whitespace | Kevin Cozens | 2018-03-19 | 14 | -290/+290 |
| | |||||
* | Fixed a typo | Kevin Cozens | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | comment out some debug messages visible on SOP CompleteMovement | UbitUmarov | 2018-03-10 | 2 | -21/+23 |
| | |||||
* | mantis 7885: robust asset services have no cache and only accept a asset ID ↵ | UbitUmarov | 2018-03-10 | 1 | -68/+31 |
| | | | | that is a uuid, so regions hack to cache several image formats is not possible. Robut GetTexture is very heavy unless image format is the default (j2k mime type x-j2k), since with no cache image convertions is performed on every request. Adicionally it does expose all textures if the tcp port is public. Avoid using it. | ||||
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | UbitUmarov | 2018-03-05 | 0 | -0/+0 |
|\ | |||||
| * | make the setting economymodule visible on Economy section of ↵ | UbitUmarov | 2018-03-05 | 2 | -20/+32 |
| | | | | | | | | OpenSimDefaults.ini and OpenSim.ini.example. This setting must be changed to allow other modules and disable our simple one. (ours does look for it at Startup section for legacy reasons) | ||||
* | | make the setting economymodule visible on Economy section of ↵ | UbitUmarov | 2018-03-05 | 2 | -20/+32 |
|/ | | | | OpenSimDefaults.ini and OpenSim.ini.example. This setting must be changed to allow other modules and disable our simple one. (ours does also look for it at Startup section for legacy reasons) | ||||
* | change SampleMoneyModule intialization, make it look for economymodule ↵ | UbitUmarov | 2018-03-05 | 1 | -36/+46 |
| | | | | setting both in startup and economy sections; change some default settings to no cost values, since that is our default | ||||
* | make more clear some magic numbers on SOP getnumberofsides(), reduce ↵ | UbitUmarov | 2018-03-05 | 2 | -45/+73 |
| | | | | unnecessary calls to it on LSL api | ||||
* | Remove the work around for sphere number of faces since as of commit 846f35 ↵ | mewtwo0641 | 2018-03-04 | 1 | -9/+1 |
| | | | | it initially has the correct number of faces and the workaround returns 2 more than the correct number of faces. | ||||
* | a few more changes on tortured prims number of sides/faces | UbitUmarov | 2018-02-22 | 1 | -53/+68 |
| | |||||
* | fix a old issue on some tortured prims number of sides, and so textures set | UbitUmarov | 2018-02-21 | 1 | -4/+4 |
| | |||||
* | COmment out relocation of tmp cs source file during compilation. This seems ↵ | UbitUmarov | 2018-02-18 | 1 | -2/+3 |
| | | | | to cause issues on same win servers, and is only usefull on deep scripts debug (Xengine compiler) | ||||
* | Oops... don't leave script source out of compilation in same cases | UbitUmarov | 2018-02-11 | 1 | -2/+5 |
| | |||||
* | mantis 8287: applied modified patch by hand, thx watcher64 | UbitUmarov | 2018-02-04 | 1 | -0/+2 |
| | |||||
* | do not timeout floatsam assets caching thread | UbitUmarov | 2018-02-02 | 1 | -2/+2 |
| | |||||
* | try fix IAR load inventory links and objects owner | UbitUmarov | 2018-01-26 | 4 | -61/+100 |
| | |||||
* | try fix mantis 8283 | UbitUmarov | 2018-01-22 | 1 | -3/+12 |
| | |||||
* | Ooops... fix the parentesis | UbitUmarov | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | do not timeout BackupWorker threads | UbitUmarov | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | missed a few.. | UbitUmarov | 2018-01-09 | 3 | -4/+1 |
| | |||||
* | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 2018-01-09 | 18 | -20/+9 |
| | |||||
* | test our obsolete jenkins ... | UbitUmarov | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 2018-01-08 | 21 | -22/+26 |
| | | | | own) do not suporte the proper .net4.0 one | ||||
* | a few more xml things | UbitUmarov | 2018-01-05 | 20 | -33/+91 |
| | |||||
* | don't be bad Jenkins.. | UbitUmarov | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | let tau do something in avatar MoveToTarget | UbitUmarov | 2018-01-04 | 1 | -133/+163 |
| | |||||
* | disable some XmlResolver | UbitUmarov | 2018-01-04 | 17 | -5/+23 |
| | |||||
* | remove some tabs added to config files | UbitUmarov | 2018-01-04 | 5 | -7/+7 |
| | |||||
* | update configuration files and examples for mutes | UbitUmarov | 2018-01-04 | 5 | -2/+17 |
| | |||||
* | add more files for robust mutes suport. (module is still named ↵ | UbitUmarov | 2018-01-04 | 6 | -4/+641 |
| | | | | MuteListModuleTst for testing, others in core will be removed later | ||||
* | fix estates URI | UbitUmarov | 2018-01-03 | 1 | -2/+2 |
| | |||||
* | fix/clean error messages on MySQLUserProfiles (profilesV2) | UbitUmarov | 2018-01-02 | 1 | -36/+18 |
| | |||||
* | clean some extra space chars | UbitUmarov | 2017-12-30 | 1 | -1/+1 |
| | |||||
* | mantis 8271: work around missing encoding of estate bans on the pseudo url ↵ | UbitUmarov | 2017-12-30 | 2 | -53/+116 |
| | | | | encode used on POST, without changing the xml also used elsewhere. Possible this can be used in other case | ||||
* | add missing entry on prebuid.xml for mutelist service | UbitUmarov | 2017-12-20 | 1 | -1/+60 |
| | |||||
* | add a missing return on a mesh decode error in ubOdemeshmerizer | UbitUmarov | 2017-12-14 | 1 | -1/+2 |
| | |||||
* | mantis 8255 update example_web.xml | UbitUmarov | 2017-12-13 | 1 | -8/+26 |
| | |||||
* | mantis 8250: try to work around timing issues | UbitUmarov | 2017-12-13 | 1 | -7/+10 |
| | |||||
* | commit what i did so far for core mutes module, befere i lose it | UbitUmarov | 2017-12-11 | 8 | -69/+546 |
| | |||||
* | increase sample rate of WaitGetScenePresence() | UbitUmarov | 2017-12-11 | 3 | -2/+10 |
| | |||||
* | move some sharable items out of Xmute to Framework; add another test ↵ | UbitUmarov | 2017-11-17 | 5 | -120/+411 |
| | | | | mutelistmodule, ignore it | ||||
* | try kick jenkins/nant 2 | UbitUmarov | 2017-11-16 | 1 | -114/+116 |
| |