Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -3/+12 |
| | | | | | | Only currently supported option is "allowXss" which will send the needed Access-control-allow-origin: * header to allow xss scripting against the LSL http server. | ||||
* | Implement Access-Control-Allow-Origin for HTTP LSL server | Jeff Kelley | 2016-03-16 | 1 | -0/+2 |
| | |||||
* | Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in ↵ | Jeff Kelley | 2016-03-14 | 1 | -1/+3 |
| | | | | Mantis 7839. | ||||
* | Mantis 7833: Fix a condition where email sent from an object that is in | Melanie Thielker | 2016-03-03 | 1 | -11/+8 |
| | | | | the process of being removed can cause a null reference | ||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | change parcel_owner_is_god configuration option from default from true to ↵ | UbitUmarov | 2016-01-30 | 1 | -1/+1 |
| | | | | false, leaving only region_owner true by default | ||||
* | add option MaxRegionsViewDistance to control the maximum range to tell ↵ | UbitUmarov | 2016-01-26 | 1 | -4/+4 |
| | | | | viewer to connect to Neighbour regions, since that is diferent from view range | ||||
* | stop avatar move to target on parcel ban enforce | UbitUmarov | 2016-01-01 | 1 | -0/+2 |
| | |||||
* | fix html encapsulation for MSIE was doing nothing | UbitUmarov | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | assume direct string.replace is good enought to avoid a stringbuild use | UbitUmarov | 2015-12-25 | 1 | -5/+1 |
| | |||||
* | try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read ↵ | UbitUmarov | 2015-12-25 | 1 | -16/+33 |
| | | | | entire relevant input buffer before UTF-8 parsing, or it may fail. | ||||
* | enable the upload region map texture asset for large regions for large ↵ | UbitUmarov | 2015-12-24 | 1 | -5/+26 |
| | | | | regions that i had disabled, but with max size reduced to 512pixels. New viewers don't use this, but osGetRegionMapTexture needs it ( mantis 7787 ) | ||||
* | drop attachments to ground a bit in front of the avatar, not on his location | UbitUmarov | 2015-12-21 | 1 | -2/+5 |
| | |||||
* | revert the setting of phantom flag on attachment drop to ground, since it ↵ | UbitUmarov | 2015-12-21 | 1 | -7/+0 |
| | | | | can break nomod objects | ||||
* | drop attachments to ground with phantom active. We should not do this, but ↵ | UbitUmarov | 2015-12-20 | 1 | -4/+7 |
| | | | | for now there no better way to avoid nasty collisions. (large physical objects may still have bad collisions with ground on drop) | ||||
* | temporary assets are as local | UbitUmarov | 2015-12-19 | 1 | -8/+8 |
| | |||||
* | fix test: scene update needs to run after the delay | UbitUmarov | 2015-12-16 | 1 | -3/+7 |
| | |||||
* | revert last change and add delays on testing, since child updates now have ↵ | UbitUmarov | 2015-12-16 | 1 | -0/+5 |
| | | | | time control, since they are heavy http connections | ||||
* | several changes to parcels access control and scenepresence updates rates | UbitUmarov | 2015-12-16 | 1 | -115/+106 |
| | |||||
* | make parcel bans do something on vehicles. Just a first code, far from good | UbitUmarov | 2015-12-15 | 1 | -1/+2 |
| | |||||
* | fix typo | UbitUmarov | 2015-12-15 | 3 | -12/+10 |
| | |||||
* | replace GetNearestPoint... funtions | UbitUmarov | 2015-12-15 | 1 | -3/+144 |
| | |||||
* | some changes parcels AABB math etc | UbitUmarov | 2015-12-15 | 1 | -54/+45 |
| | |||||
* | dont round to nearest int when checking position in parcel since next high ↵ | UbitUmarov | 2015-12-15 | 1 | -1/+1 |
| | | | | int can be on other parcel | ||||
* | removed unneeded funtions | UbitUmarov | 2015-12-14 | 1 | -15/+4 |
| | |||||
* | on join parcels, keep the information of the larger parcel, since thats how ↵ | UbitUmarov | 2015-12-14 | 1 | -19/+24 |
| | | | | its expected now | ||||
* | calculate land startpoint, endpoint and center estimate when it is updated, ↵ | UbitUmarov | 2015-12-14 | 1 | -29/+53 |
| | | | | it not every time they are needed | ||||
* | taint prim count when join or subdivide parcels | UbitUmarov | 2015-12-13 | 1 | -1/+4 |
| | |||||
* | change default landpoint type to anywhere (direct) | UbitUmarov | 2015-12-13 | 1 | -20/+31 |
| | |||||
* | invalidate LandPoint on land subdivide | UbitUmarov | 2015-12-12 | 1 | -3/+9 |
| | |||||
* | make sure land access/ban lists are active when changed by new viewers | UbitUmarov | 2015-12-12 | 1 | -0/+11 |
| | |||||
* | fix land access/ban list sending for new viewers | UbitUmarov | 2015-12-12 | 1 | -2/+2 |
| | |||||
* | add IsEstateManager check to Permissions | UbitUmarov | 2015-12-12 | 1 | -0/+1 |
| | |||||
* | keep SOG reference to root part since two many things depend on deleted SOGs ↵ | UbitUmarov | 2015-12-10 | 1 | -2/+2 |
| | | | | not being deleted | ||||
* | remove some SOG references on delete to help GC | UbitUmarov | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | add default eyes to default wearables, and revert previus bad commit | UbitUmarov | 2015-12-04 | 1 | -2/+1 |
| | |||||
* | add other Eyes asset id to xferupload defaults | UbitUmarov | 2015-12-04 | 1 | -2/+4 |
| | |||||
* | change handling of optional skirt baked texture | UbitUmarov | 2015-12-03 | 1 | -12/+40 |
| | |||||
* | remove failed CreateAgent from agent child regions list | UbitUmarov | 2015-12-02 | 1 | -6/+8 |
| | |||||
* | fix a more few typos | UbitUmarov | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | fix a few typos | UbitUmarov | 2015-11-30 | 1 | -3/+2 |
| | |||||
* | add a few more known texture IDs | UbitUmarov | 2015-11-30 | 1 | -5/+15 |
| | |||||
* | stop some requests processing when module as no scenes (there must be a ↵ | UbitUmarov | 2015-11-27 | 1 | -0/+17 |
| | | | | better way to fix this) | ||||
* | Fix Region Max height in boundingSize parameters checking in ↵ | Jak Daniels | 2015-11-27 | 1 | -2/+2 |
| | | | | | | ArchiverModule.cs to float.MaxValue .. as was changed in ArchiveReadRequest.cs in commit 71f5c2b856aeab2b535094804f15317d5dc544e1 A comparison of consistent 'default' values determines whether boundingBox check is true. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | suspend the use of DisableSimulator, that is causing teleport and crossing ↵ | UbitUmarov | 2015-11-25 | 1 | -11/+10 |
| | | | | issues | ||||
* | remove default of 60minutes on MapImageService Refresh time, forgotten from ↵ | UbitUmarov | 2015-11-25 | 1 | -1/+1 |
| | | | | early merge debug | ||||
* | simplify DeliverChatToAvatars(..) ( hopefully not breaking it ) | UbitUmarov | 2015-11-24 | 1 | -73/+62 |
| | |||||
* | again chat echos, check repeats uncondicionally | UbitUmarov | 2015-11-24 | 1 | -2/+5 |
| | |||||
* | reset control even prior to use | UbitUmarov | 2015-11-24 | 1 | -0/+2 |
| | |||||
* | at end of teleport disable the sending simulator, not destiny | UbitUmarov | 2015-11-24 | 1 | -2/+6 |
| |