aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move more stuff into the var directory.onefang2021-08-181-2/+2
|
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
|
* Move various paths out of the bin directory.onefang2020-09-081-2/+2
|
* missing file, of courseUbitUmarov2019-11-111-0/+5
|
* Fix build breakMelanie2019-10-061-1/+1
|
* extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov2019-09-111-1/+1
| | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
* Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknownMelanie Thielker2019-08-071-0/+5
|
* fix configuration loader testUbitUmarov2019-07-311-0/+1
|
* reduce some useless array copiesUbitUmarov2019-06-091-1/+2
|
* send agent view range to new child agentsUbitUmarov2019-04-041-0/+2
|
* missing fileUbitUmarov2019-03-301-1/+1
|
* a few more changes on initial objects sendUbitUmarov2019-03-301-3/+6
|
* add more test code to make usage od compressed updates etc. Should be ↵UbitUmarov2019-03-231-2/+2
| | | | disable, but well many things can go wrong.
* RegionHandshake IS critical llupd protocol not to be done by odd modulesUbitUmarov2019-03-201-1/+1
|
* take the deafult on the parameter overlayUbitUmarov2019-03-191-1/+1
|
* do not send parceloverlay on crossings (may be bad, or not)UbitUmarov2019-03-191-1/+1
|
* remove redundant codeUbitUmarov2019-03-171-4/+0
|
* change encoding of a few event caps messagesUbitUmarov2019-01-261-1/+12
|
* script mono is meaningless for usUbitUmarov2019-01-251-1/+1
|
* missing fileUbitUmarov2019-01-211-1/+1
|
* cosmetics on terrain patchsUbitUmarov2019-01-201-5/+2
|
* more on the hack (runprebuild)UbitUmarov2019-01-021-0/+3
|
* replace my hack by others hackUbitUmarov2019-01-011-1/+1
|
* temporary HACK to not kill some viewersUbitUmarov2018-12-311-0/+2
|
* now break several things at same time... sog/sop updates, threads options,...UbitUmarov2018-12-281-0/+1
|
* remove a dev only conditional on lludp handlers; change parcel lists updates ↵UbitUmarov2018-11-251-0/+2
| | | | a bit;
* mantis8342: make max ban height above ground configurable per regions ↵UbitUmarov2018-07-211-0/+2
| | | | instance with ini file option BanLineSafeHeight
* http reusecontext is obsoleteUbitUmarov2018-07-141-2/+0
|
* add missing part of mutes list protocolUbitUmarov2017-11-161-0/+4
|
* Revert "Let's try giving Common a default constructor instead of the workaround"Diva Canto2017-08-143-4/+13
| | | | This reverts commit 8b6557e377f7bac1bdb38f3e6dd22c797417d09c.
* Let's try giving Common a default constructor instead of the workaroundDiva Canto2017-08-143-13/+4
|
* This is the correct work around. Jenkins is confuzzled.Diva Canto2017-08-142-4/+4
|
* Strengthen the tests for the possibility that SetUpFixture does not run in ↵Diva Canto2017-08-142-0/+13
| | | | the beginning.
* Comment to trigger jenkinsDiva Canto2017-08-141-0/+1
|
* Another comment for testing jenkinsDiva Canto2017-08-141-0/+1
|
* Added comment just to trigger jenkinsDiva Canto2017-08-141-0/+1
|
* osSetParcelDetails: add more land update codeUbitUmarov2017-07-121-0/+1
|
* revert the thread level change; remove unused dynamic texture timer from ↵UbitUmarov2017-06-241-2/+1
| | | | internal code; let blend alpha work if < 255; let blend work with the selected face; etc
* change child agents close control; disablesimulator is not a caps event messageUbitUmarov2017-05-311-2/+2
|
* find parcels by GlobalID.. well most timeUbitUmarov2017-05-131-0/+5
|
* Added a fully functional groups data layer for testing.Diva Canto2017-05-041-0/+339
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2017-05-041-0/+2
|\
| * move deep effective permissions aggregation to first time use and not on ↵UbitUmarov2017-05-041-0/+2
| | | | | | | | changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
* | Add a groups module to the perms test suiteDiva Canto2017-05-041-0/+9
|/
* Shuffle some code aroundDiva Canto2017-05-013-15/+22
|
* Added some indirect transfer tests -- Take Copy by another avatarDiva Canto2017-05-013-18/+169
|
* Permissions tests: added test with 2 direct transfers with permission ↵Diva Canto2017-05-012-5/+110
| | | | changes in between (in inventory)
* Perms test framework: make a lot of things more generic.Diva Canto2017-05-012-174/+293
|
* Initial commit of the emerging test suite for permissions and more.Diva Canto2017-05-011-0/+252
|
* add functions to send entity updates imediatly, except for avatars (or now) ↵UbitUmarov2017-04-141-1/+5
| | | | they should be use to bypass normal delayed updates, for debug