| Commit message (Expand) | Author | Files | Lines |
2016-03-16 | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 1 | -3/+12 |
2016-03-16 | Implement Access-Control-Allow-Origin for HTTP LSL server | Jeff Kelley | 1 | -0/+2 |
2016-03-14 | Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant... | Jeff Kelley | 1 | -1/+3 |
2016-03-03 | Mantis 7833: Fix a condition where email sent from an object that is in | Melanie Thielker | 1 | -11/+8 |
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ... | Diva Canto | 1 | -1/+1 |
2016-01-30 | change parcel_owner_is_god configuration option from default from true to fa... | UbitUmarov | 1 | -1/+1 |
2016-01-26 | add option MaxRegionsViewDistance to control the maximum range to tell viewe... | UbitUmarov | 1 | -4/+4 |
2016-01-01 | stop avatar move to target on parcel ban enforce | UbitUmarov | 1 | -0/+2 |
2015-12-25 | fix html encapsulation for MSIE was doing nothing | UbitUmarov | 1 | -1/+1 |
2015-12-25 | assume direct string.replace is good enought to avoid a stringbuild use | UbitUmarov | 1 | -5/+1 |
2015-12-25 | try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en... | UbitUmarov | 1 | -16/+33 |
2015-12-24 | enable the upload region map texture asset for large regions for large region... | UbitUmarov | 1 | -5/+26 |
2015-12-21 | drop attachments to ground a bit in front of the avatar, not on his location | UbitUmarov | 1 | -2/+5 |
2015-12-21 | revert the setting of phantom flag on attachment drop to ground, since it can... | UbitUmarov | 1 | -7/+0 |
2015-12-20 | drop attachments to ground with phantom active. We should not do this, but fo... | UbitUmarov | 1 | -4/+7 |
2015-12-19 | temporary assets are as local | UbitUmarov | 1 | -8/+8 |
2015-12-16 | fix test: scene update needs to run after the delay | UbitUmarov | 1 | -3/+7 |
2015-12-16 | revert last change and add delays on testing, since child updates now have ti... | UbitUmarov | 1 | -0/+5 |
2015-12-16 | several changes to parcels access control and scenepresence updates rates | UbitUmarov | 1 | -115/+106 |
2015-12-15 | make parcel bans do something on vehicles. Just a first code, far from good | UbitUmarov | 1 | -1/+2 |
2015-12-15 | fix typo | UbitUmarov | 3 | -12/+10 |
2015-12-15 | replace GetNearestPoint... funtions | UbitUmarov | 1 | -3/+144 |
2015-12-15 | some changes parcels AABB math etc | UbitUmarov | 1 | -54/+45 |
2015-12-15 | dont round to nearest int when checking position in parcel since next high in... | UbitUmarov | 1 | -1/+1 |
2015-12-14 | removed unneeded funtions | UbitUmarov | 1 | -15/+4 |
2015-12-14 | on join parcels, keep the information of the larger parcel, since thats how i... | UbitUmarov | 1 | -19/+24 |
2015-12-14 | calculate land startpoint, endpoint and center estimate when it is updated, i... | UbitUmarov | 1 | -29/+53 |
2015-12-13 | taint prim count when join or subdivide parcels | UbitUmarov | 1 | -1/+4 |
2015-12-13 | change default landpoint type to anywhere (direct) | UbitUmarov | 1 | -20/+31 |
2015-12-12 | invalidate LandPoint on land subdivide | UbitUmarov | 1 | -3/+9 |
2015-12-12 | make sure land access/ban lists are active when changed by new viewers | UbitUmarov | 1 | -0/+11 |
2015-12-12 | fix land access/ban list sending for new viewers | UbitUmarov | 1 | -2/+2 |
2015-12-12 | add IsEstateManager check to Permissions | UbitUmarov | 1 | -0/+1 |
2015-12-10 | keep SOG reference to root part since two many things depend on deleted SOGs ... | UbitUmarov | 1 | -2/+2 |
2015-12-10 | remove some SOG references on delete to help GC | UbitUmarov | 1 | -0/+1 |
2015-12-04 | add default eyes to default wearables, and revert previus bad commit | UbitUmarov | 1 | -2/+1 |
2015-12-04 | add other Eyes asset id to xferupload defaults | UbitUmarov | 1 | -2/+4 |
2015-12-03 | change handling of optional skirt baked texture | UbitUmarov | 1 | -12/+40 |
2015-12-02 | remove failed CreateAgent from agent child regions list | UbitUmarov | 1 | -6/+8 |
2015-12-01 | fix a more few typos | UbitUmarov | 1 | -2/+2 |
2015-11-30 | fix a few typos | UbitUmarov | 1 | -3/+2 |
2015-11-30 | add a few more known texture IDs | UbitUmarov | 1 | -5/+15 |
2015-11-27 | stop some requests processing when module as no scenes (there must be a bette... | UbitUmarov | 1 | -0/+17 |
2015-11-27 | Fix Region Max height in boundingSize parameters checking in ArchiverModule.c... | Jak Daniels | 1 | -2/+2 |
2015-11-25 | suspend the use of DisableSimulator, that is causing teleport and crossing i... | UbitUmarov | 1 | -11/+10 |
2015-11-25 | remove default of 60minutes on MapImageService Refresh time, forgotten from ... | UbitUmarov | 1 | -1/+1 |
2015-11-24 | simplify DeliverChatToAvatars(..) ( hopefully not breaking it ) | UbitUmarov | 1 | -73/+62 |
2015-11-24 | again chat echos, check repeats uncondicionally | UbitUmarov | 1 | -2/+5 |
2015-11-24 | reset control even prior to use | UbitUmarov | 1 | -0/+2 |
2015-11-24 | at end of teleport disable the sending simulator, not destiny | UbitUmarov | 1 | -2/+6 |