aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing prototype for GetRezReadySceneObjects() variant.onefang2021-08-251-0/+1
|
* Backported from 0.9.2 fix owner on user rez from a prim inventory to groundonefang2021-08-032-36/+60
| | | | With some minor fixes.
* typo--onefang2021-08-031-1/+1
|
* Auto add groups for all hypergridders.onefang2021-07-241-0/+43
|
* Don't do the auto join groups thing for child agents.onefang2021-07-071-0/+1
| | | | | Coz it's done for root agents, all the surrounding sims just waste time doing it to.
* Automatically add members to certain groups, and HGers from specific grids ↵onefang2020-09-112-6/+128
| | | | | | | | | | | | | | | | | | | | to certain other groups. It doesn't let them know, though the last group added will be their active group. This replaces a PHP script I used to use, that got broken by a PHP update. It also didn't let people know, no one complained. This is better. Another attempt at sorting out the auto group chicken and egg problems. Are you a local? Asking for a friend. Hypergridders have their full name in firstname, and their grid in lastname. Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti that's hidden all over the kitchen. At least with gotos you can follow them.
* Various map generation tweaks.onefang2020-09-101-0/+1
| | | | | | | | Fix up Warp3DCachedImageModule to work with my directory structure. Remove some excess code from it. Clean up maptile directory creation code. When the generate map command is given, generate the map. The month check seems a bit dodgy, but I'll let it ride for now.
* Various teleport fixes.onefang2020-09-091-17/+40
| | | | | | | | | | | | | 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.
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2020-09-091-0/+8
| | | | | | | | Once again OOP proves it's worse that spaghetti, by cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not.
* Remove various limits.onefang2020-09-091-8/+8
| | | | | | | | | | | | | | | | | | | | 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.
* Various logging fix ups.onefang2020-09-096-28/+36
| | | | | | | | | | | | | | | | | | | Mostly removing console spam. Swap a bunch of info / debug logs. Better archiver console spam. Have some "avatar has left" mesasge hit the INFO console. Tweak the login logging a bit, especially for impersonations. Default to INFO on the console and DEBUG in the log files. More time stamp resolution. Better sim startup console notification. Attempt to render "[LLUDPSERVER]: Malformed data, cannot parse" into something human readable as an aid to diagnosis. Beats hand translating the big block of hex codes it was spewing. Better sim startup finished messages. Inform neighbours we are up before the finished messages. Always send the "[RegionReady]: INITIALIZATION COMPLETE FOR" message.
* Remove useless executable bit that Windows adds.onefang2020-09-094-0/+0
|
* mantis 8632: stop trigering Changed on just scale checksUbitUmarov2019-12-031-18/+47
|
* a few changes on check targets for lslUbitUmarov2019-11-274-122/+111
|
* fix identationUbitUmarov2019-11-231-3/+2
|
* fix xml decode of kfm in single prims caseUbitUmarov2019-11-231-5/+6
|
* remove some llUDP optionsUbitUmarov2019-11-162-22/+19
|
* limit max number of attachments to 38. All can be on same pointUbitUmarov2019-11-132-3/+0
|
* terrain replace double by floatUbitUmarov2019-11-122-7/+4
|
* terraforming changes: support selected parcel edit; fix area smoothUbitUmarov2019-11-101-0/+2
|
* terraforming changes: make sliders work, remove some brushs, etc. Feedback ↵UbitUmarov2019-11-095-23/+20
| | | | needed (run prebuild)
* let autopilot also stand from a objectUbitUmarov2019-11-071-1/+1
|
* avoid a null refUbitUmarov2019-11-071-11/+23
|
* always allow part deselectUbitUmarov2019-10-301-12/+9
|
* missing fileUbitUmarov2019-10-221-1/+1
|
* avoid a null ref ( this should not be needed)UbitUmarov2019-09-181-1/+5
|
* extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov2019-09-112-11/+2
| | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
* update libomv with simpler Texture.GetBakesBytesUbitUmarov2019-08-291-1/+1
|
* change appearance data sent to othersUbitUmarov2019-08-281-2/+10
|
* mantis 8583: update region information on Grid on map regenerationUbitUmarov2019-08-271-2/+4
|
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-1/+1
|
* mantis 8573 and 8569: be more aggressive on drag block with touch on non ↵UbitUmarov2019-08-101-4/+2
| | | | physical prims
* add cap EstateChangeInfoUbitUmarov2019-08-071-0/+3
|
* remove redundant codeUbitUmarov2019-08-011-5/+0
|
* make sure XEngine does release script events when a script is destroyedUbitUmarov2019-08-011-4/+1
|
* mantis8569: do aggregate script events when a script is deleted; block ↵UbitUmarov2019-08-013-22/+40
| | | | nonphysical drag if a touch event is triggered, add a time guard on that
* Put back the code to create the ready marker file.Melanie2019-07-291-0/+23
|
* osLocalTeleportAgent: if lookat or fly options, just move the avatar, not ↵UbitUmarov2019-05-031-28/+33
| | | | telling viewer about any teleport
* soem cleanupUbitUmarov2019-05-021-10/+3
|
* osLocalTeleportAgent: no region crossings :( ; check avatar access to target ↵UbitUmarov2019-05-011-9/+68
| | | | position; flag 8 == force fly; 16 force nofly (both == fly)
* add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ↵UbitUmarov2019-05-012-26/+37
| | | | lookat, LSL_Integer flags). Velocity only works with ubOde but still not good. flags = bit field: 1 use velocity, 2 use lookat, 4 rotate avatar look in current velocity direction (ignored if 2 ie flag = 7 is same as 3). This bypasses most the unnecessary logic of osTeleportAgent, having usage same permissions. It may do region crossings(?). Experimental stage, feedbakc expected ;)
* sop: rename a few fieldsUbitUmarov2019-04-302-32/+32
|
* change interpretation of a viewer flagUbitUmarov2019-04-061-11/+3
|
* try handle the special case MaxRegionsViewDistance = 0 (agents only see void ↵UbitUmarov2019-04-051-3/+2
| | | | around region, even if there are regions around
* kill avatar on agents that do not see its new regionUbitUmarov2019-04-051-0/+8
|
* make sure viewer knows where to place a sitting avatar, this will need deep ↵UbitUmarov2019-04-051-0/+13
| | | | revision with culling
* fix MinRegionViewDistance option (added in last commit); change regions ↵UbitUmarov2019-04-052-3/+7
| | | | view control
* add option RegionViewDistanceUbitUmarov2019-04-052-1/+13
|
* duhhh npcs don't have child agents; plus minor typosUbitUmarov2019-04-052-6/+13
|
* change visible regions also by view range change; fix check on crossingsUbitUmarov2019-04-041-3/+4
|