| Commit message (Expand) | Author | Files | Lines |
2021-08-03 | Backported from 0.9.2 fix owner on user rez from a prim inventory to ground | onefang | 2 | -36/+60 |
2021-08-03 | typo-- | onefang | 1 | -1/+1 |
2021-07-24 | Auto add groups for all hypergridders. | onefang | 1 | -0/+43 |
2021-07-07 | Don't do the auto join groups thing for child agents. | onefang | 1 | -0/+1 |
2020-09-11 | Automatically add members to certain groups, and HGers from specific grids to... | onefang | 2 | -6/+128 |
2020-09-10 | Various map generation tweaks. | onefang | 1 | -0/+1 |
2020-09-09 | Various teleport fixes. | onefang | 1 | -17/+40 |
2020-09-09 | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 1 | -0/+8 |
2020-09-09 | Remove various limits. | onefang | 1 | -8/+8 |
2020-09-09 | Various logging fix ups. | onefang | 6 | -28/+36 |
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 4 | -0/+0 |
2019-12-03 | mantis 8632: stop trigering Changed on just scale checks | UbitUmarov | 1 | -18/+47 |
2019-11-27 | a few changes on check targets for lsl | UbitUmarov | 4 | -122/+111 |
2019-11-23 | fix identation | UbitUmarov | 1 | -3/+2 |
2019-11-23 | fix xml decode of kfm in single prims case | UbitUmarov | 1 | -5/+6 |
2019-11-16 | remove some llUDP options | UbitUmarov | 2 | -22/+19 |
2019-11-13 | limit max number of attachments to 38. All can be on same point | UbitUmarov | 2 | -3/+0 |
2019-11-12 | terrain replace double by float | UbitUmarov | 2 | -7/+4 |
2019-11-10 | terraforming changes: support selected parcel edit; fix area smooth | UbitUmarov | 1 | -0/+2 |
2019-11-09 | terraforming changes: make sliders work, remove some brushs, etc. Feedback ne... | UbitUmarov | 5 | -23/+20 |
2019-11-07 | let autopilot also stand from a object | UbitUmarov | 1 | -1/+1 |
2019-11-07 | avoid a null ref | UbitUmarov | 1 | -11/+23 |
2019-10-30 | always allow part deselect | UbitUmarov | 1 | -12/+9 |
2019-10-22 | missing file | UbitUmarov | 1 | -1/+1 |
2019-09-18 | avoid a null ref ( this should not be needed) | UbitUmarov | 1 | -1/+5 |
2019-09-11 | extent supported number of avatar textures/bakes/wearables, tell viewers abou... | UbitUmarov | 2 | -11/+2 |
2019-08-29 | update libomv with simpler Texture.GetBakesBytes | UbitUmarov | 1 | -1/+1 |
2019-08-28 | change appearance data sent to others | UbitUmarov | 1 | -2/+10 |
2019-08-27 | mantis 8583: update region information on Grid on map regeneration | UbitUmarov | 1 | -2/+4 |
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 1 | -1/+1 |
2019-08-10 | mantis 8573 and 8569: be more aggressive on drag block with touch on non phys... | UbitUmarov | 1 | -4/+2 |
2019-08-07 | add cap EstateChangeInfo | UbitUmarov | 1 | -0/+3 |
2019-08-01 | remove redundant code | UbitUmarov | 1 | -5/+0 |
2019-08-01 | make sure XEngine does release script events when a script is destroyed | UbitUmarov | 1 | -4/+1 |
2019-08-01 | mantis8569: do aggregate script events when a script is deleted; block nonphy... | UbitUmarov | 3 | -22/+40 |
2019-07-29 | Put back the code to create the ready marker file. | Melanie | 1 | -0/+23 |
2019-05-03 | osLocalTeleportAgent: if lookat or fly options, just move the avatar, not tel... | UbitUmarov | 1 | -28/+33 |
2019-05-02 | soem cleanup | UbitUmarov | 1 | -10/+3 |
2019-05-01 | osLocalTeleportAgent: no region crossings :( ; check avatar access to target ... | UbitUmarov | 1 | -9/+68 |
2019-05-01 | add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ... | UbitUmarov | 2 | -26/+37 |
2019-04-30 | sop: rename a few fields | UbitUmarov | 2 | -32/+32 |
2019-04-06 | change interpretation of a viewer flag | UbitUmarov | 1 | -11/+3 |
2019-04-05 | try handle the special case MaxRegionsViewDistance = 0 (agents only see void ... | UbitUmarov | 1 | -3/+2 |
2019-04-05 | kill avatar on agents that do not see its new region | UbitUmarov | 1 | -0/+8 |
2019-04-05 | make sure viewer knows where to place a sitting avatar, this will need deep r... | UbitUmarov | 1 | -0/+13 |
2019-04-05 | fix MinRegionViewDistance option (added in last commit); change regions view... | UbitUmarov | 2 | -3/+7 |
2019-04-05 | add option RegionViewDistance | UbitUmarov | 2 | -1/+13 |
2019-04-05 | duhhh npcs don't have child agents; plus minor typos | UbitUmarov | 2 | -6/+13 |
2019-04-04 | change visible regions also by view range change; fix check on crossings | UbitUmarov | 1 | -3/+4 |
2019-04-04 | control visible regions by avatar position and view range, first dirty code | UbitUmarov | 3 | -62/+96 |