aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* osSetParcelDetails: add more land update codeUbitUmarov2017-07-121-0/+1
|
* 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
|
* 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 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
* Harmonize case in Permissions enumMelanie Thielker2017-01-131-3/+3
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0525-238/+238
|
* Remove the AllowAlternatePorts option. It wasn't implemented anyway.Melanie Thielker2016-12-132-4/+4
| | | | | Instead, handle the port being 0 as "any port" and assign a random port for regions in that case.
* Rename charterMember to membershipType to show what it actually is.Melanie Thielker2016-12-121-1/+1
| | | | | | This field started out as a simple flag in the protocol to indicate a user being a SL charter member. It has since then taken on additional functionality that means that the name is no longer appropriate.
* prevent self call to llSetScriptState(ownname,FALSE) from blocking entire engineUbitUmarov2016-11-131-1/+1
|
* add a version tag to wind and cloud data updates to iclientUbitUmarov2016-09-231-2/+2
|
* add load baked terrain methodsUbitUmarov2016-09-171-0/+13
|
* add to databases a table to store baked terrain.UbitUmarov2016-09-171-0/+11
|
* send selected objects Proprieties udp part outside update queues and as a ↵UbitUmarov2016-08-251-0/+4
| | | | physics single caps message per selection request
* add caps HomeLocation ; add client SendAlertMessage(string message, string ↵UbitUmarov2016-08-181-0/+4
| | | | info), where info in info message field. only minimal testing done
* to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov2016-08-111-0/+5
|
* test jenkins for error line numberUbitUmarov2016-07-301-3/+5
|
* add a public SetGroupPowers to clientViewUbitUmarov2016-07-261-0/+2
|
* let some group related data to have a public setUbitUmarov2016-07-261-0/+3
|
* get a copy of current clientView group powersUbitUmarov2016-07-261-0/+5
|
* add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵UbitUmarov2016-07-231-2/+2
| | | | and its use even worse
* disable OSHttpTests that will collide with testing new http server changesUbitUmarov2016-07-153-0/+6
|
* cleanup a bitUbitUmarov2016-07-011-5/+0
|
* add a few methods to modify clientview group powersUbitUmarov2016-07-011-0/+12
|
* revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov2016-07-011-1/+1
| | | | interregions invite/eject messages, etc
* Added a test for checking permissions in inventory items that are ↵Diva Canto2016-06-241-0/+4
| | | | transferred. This is a work in progress. All permission assertions are commented for now. Will get back to this later when permissions are fixed by Melanie.
* Mantis #7920: group info was not being updated in many situations. ↵Diva Canto2016-06-191-1/+1
| | | | (regression) Putting back the heavy messaging.
* Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto2016-06-191-0/+5
| | | | regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.