Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various teleport fixes. | onefang | 2020-09-09 | 1 | -3/+4 |
| | | | | | | | | | | | | | TPs from scripts avoid all that silly raycasting nonsense, just go where we ask. For the "teleport from above" case, do the right thing. Which includes looking for designated floor prims, which have ^ as the first character of their description. Don't do "teleport from above" when we have proper coords. Teleport home from off grid shouldn't land on roofs either. | ||||
* | Gatekeeper -> GatekeeperURI | root | 2020-09-09 | 1 | -2/+2 |
| | | | | | | | | | Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream. | ||||
* | Remove various limits. | onefang | 2020-09-09 | 1 | -23/+2 |
| | | | | | | | | | | | | | | | | | | | | Silly 4096 sim TP check for a client bug that was fixed long ago, seems they removed it themselves. Upgrade sim height. Allow menu items longer than 24 characters once more. Allow sitting on attachments, and attaching things with people sitting on them. Revert don't wear vegetables. Remove some script distance limits. Gods can do anything they want, including bypassing OhSilly threat levels. Low Y regions are no longer reserved for HG links. Varregions don't have to be square. Both now report a warning, but continue anyway. Cool VL Viewer handles non square regions, Singularity crashes. Not tested on others. | ||||
* | Remove useless executable bit that Windows adds. | onefang | 2020-09-09 | 2 | -0/+0 |
| | |||||
* | enforce invariant culture on landmarks | UbitUmarov | 2019-12-10 | 2 | -3/+3 |
| | |||||
* | cosmetics | UbitUmarov | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | fix the block of teleport to same region handle | UbitUmarov | 2019-11-18 | 1 | -10/+7 |
| | |||||
* | Terrain: more double to float | UbitUmarov | 2019-11-13 | 1 | -0/+3 |
| | |||||
* | remove some more useless NULL arguments | UbitUmarov | 2019-10-22 | 2 | -3/+1 |
| | |||||
* | basic search: fix people search, add some caching | UbitUmarov | 2019-10-14 | 1 | -5/+44 |
| | |||||
* | viewers group search page size is 100 ( and not way to detect other value, ↵ | UbitUmarov | 2019-10-13 | 1 | -1/+9 |
| | | | | so hardwired) | ||||
* | mantis 8598: filter dead groups from group search. honor querystart request. ↵ | UbitUmarov | 2019-10-13 | 1 | -2/+27 |
| | | | | Viewers are very broken on this, seems protocol was made by someone with no idea about lludp | ||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -4/+27 |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | ||||
* | don't wear vegetables | UbitUmarov | 2019-09-04 | 1 | -3/+25 |
| | |||||
* | Massive console refactor. Greatly simplify interface. | Melanie | 2019-08-20 | 2 | -4/+6 |
| | |||||
* | Put a scope un users. Should fix Unknown UserUMMAU43 unless the user IS unknown | Melanie Thielker | 2019-08-07 | 1 | -3/+8 |
| | |||||
* | Fix scope support to get friends list names across co-hosted grids | Melanie | 2019-08-07 | 1 | -2/+2 |
| | |||||
* | missing files... | UbitUmarov | 2019-04-30 | 1 | -3/+3 |
| | |||||
* | old tp timing issues on grid presence notification did came back, so put ↵ | UbitUmarov | 2019-04-09 | 1 | -0/+5 |
| | | | | back old hack | ||||
* | try handle the special case MaxRegionsViewDistance = 0 (agents only see void ↵ | UbitUmarov | 2019-04-05 | 1 | -10/+40 |
| | | | | around region, even if there are regions around | ||||
* | change visible regions also by view range change; fix check on crossings | UbitUmarov | 2019-04-04 | 1 | -4/+7 |
| | |||||
* | control visible regions by avatar position and view range, first dirty code | UbitUmarov | 2019-04-04 | 1 | -82/+276 |
| | |||||
* | send agent view range to new child agents | UbitUmarov | 2019-04-04 | 1 | -1/+2 |
| | |||||
* | still issues on fast hg tps | UbitUmarov | 2019-04-01 | 1 | -2/+6 |
| | |||||
* | change avatar arrival at hg destination handling | UbitUmarov | 2019-04-01 | 1 | -2/+5 |
| | |||||
* | fix tp set callback log message | UbitUmarov | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | changes on teleports v7 | UbitUmarov | 2019-03-28 | 1 | -59/+33 |
| | |||||
* | don't break permitions on god object return or delete | UbitUmarov | 2019-02-15 | 1 | -4/+11 |
| | |||||
* | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 2019-01-21 | 2 | -1/+3 |
| | |||||
* | a few more changes to tp home | UbitUmarov | 2019-01-19 | 2 | -41/+71 |
| | |||||
* | a few changes to tp home | UbitUmarov | 2019-01-18 | 2 | -57/+118 |
| | |||||
* | fix HG tp detection | UbitUmarov | 2019-01-18 | 1 | -62/+54 |
| | |||||
* | do HG as old protocol, needs deeper changes | UbitUmarov | 2019-01-14 | 1 | -4/+9 |
| | |||||
* | more on TP | UbitUmarov | 2019-01-14 | 1 | -16/+16 |
| | |||||
* | test a change to TP protocol | UbitUmarov | 2019-01-14 | 1 | -35/+37 |
| | |||||
* | give a bit more time bf closing child agents | UbitUmarov | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | oops, thats elsewhere | UbitUmarov | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | some viewers now also seem to need time bf closing child regions on TP | UbitUmarov | 2019-01-04 | 1 | -2/+13 |
| | |||||
* | reduce tp close child agent delay time | UbitUmarov | 2019-01-03 | 1 | -15/+7 |
| | |||||
* | mantis 8419: TakeCopy now sends to objects; Take to a child of trash or ↵ | UbitUmarov | 2018-12-10 | 1 | -6/+21 |
| | | | | lostandfound also, else goes to original folder | ||||
* | cleanup | UbitUmarov | 2018-12-01 | 1 | -10/+11 |
| | |||||
* | some cleaup | UbitUmarov | 2018-11-13 | 1 | -10/+10 |
| | |||||
* | oops | UbitUmarov | 2018-11-13 | 1 | -63/+64 |
| | |||||
* | similar changes on CopyBundleToInventory | UbitUmarov | 2018-11-12 | 1 | -9/+6 |
| | |||||
* | a few changes to deattach object update | UbitUmarov | 2018-11-12 | 1 | -5/+0 |
| | |||||
* | add RemoveUser to UserManagement | UbitUmarov | 2018-10-20 | 1 | -2/+11 |
| | |||||
* | minor cleanup | UbitUmarov | 2018-06-16 | 1 | -36/+12 |
| | |||||
* | 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 |
|\ \ | |/ |