Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | reduce 'echos' on several regions per instance (mantis 7754) | UbitUmarov | 2015-11-24 | 1 | -1/+2 |
| | |||||
* | Fixed some stupid math and checks on --bounding-origin and --bounding-size. ↵ | Jak Daniels | 2015-11-22 | 1 | -20/+9 |
| | | | | | | Bounding origin can of course be negative if it needs to be as we're taking stuff from the (possibly rotated) source region. Bounding size must always be >=0 and <= destination region size. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | change silly Monitor use | UbitUmarov | 2015-11-22 | 1 | -11/+11 |
| | |||||
* | change syncronization method | UbitUmarov | 2015-11-22 | 1 | -76/+65 |
| | |||||
* | revert take the Monitor.wait out of the locks | UbitUmarov | 2015-11-22 | 1 | -17/+16 |
| | |||||
* | coment out merge option on multiregion oar load i added | UbitUmarov | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | take the Monitor.wait out of the locks | UbitUmarov | 2015-11-22 | 1 | -16/+17 |
| | |||||
* | a few more changes on Multiregion control file load | UbitUmarov | 2015-11-22 | 2 | -9/+19 |
| | |||||
* | add a a missing monitor.wait if still not needed, mb in future | UbitUmarov | 2015-11-22 | 1 | -3/+8 |
| | |||||
* | a few changes on Multiregion control file load ; load oar seems far from good | UbitUmarov | 2015-11-22 | 2 | -8/+15 |
| | |||||
* | add Monitor.wait on load | UbitUmarov | 2015-11-22 | 1 | -0/+4 |
| | |||||
* | reduce noise before compare | UbitUmarov | 2015-11-22 | 1 | -2/+13 |
| | |||||
* | add merge option on multioar test | UbitUmarov | 2015-11-22 | 1 | -1/+3 |
| | |||||
* | minor changes | UbitUmarov | 2015-11-22 | 1 | -14/+19 |
| | |||||
* | don't use 'funny' Quaternions | UbitUmarov | 2015-11-22 | 1 | -0/+2 |
| | |||||
* | Changes to Load Oar options and new code to support importing OARs with ↵ | Jak Daniels | 2015-11-22 | 3 | -48/+262 |
| | | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Changes to TerrainModule/ITerrainModule to support importing OARs with ↵ | Jak Daniels | 2015-11-22 | 1 | -0/+31 |
| | | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Changes to LandObject/ILandObject to support importing OARs with different ↵ | Jak Daniels | 2015-11-22 | 1 | -16/+274 |
| | | | | | | Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | add a missing override | UbitUmarov | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | remove some compile warnings increasing total number by 2 | UbitUmarov | 2015-11-21 | 1 | -2/+0 |
| | |||||
* | change a log message from error to just Debug | UbitUmarov | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | remove unused return value on DeliverMessageTo() | UbitUmarov | 2015-11-20 | 1 | -9/+7 |
| | |||||
* | remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this ↵ | UbitUmarov | 2015-11-20 | 1 | -0/+5 |
| | | | | are still merge issues | ||||
* | clean code a bit | UbitUmarov | 2015-11-19 | 1 | -13/+5 |
| | |||||
* | ClearPartAttachmentData before adding object to scene, not after | UbitUmarov | 2015-11-19 | 1 | -3/+3 |
| | |||||
* | cleanup indentation | UbitUmarov | 2015-11-18 | 1 | -70/+30 |
| | |||||
* | fix another variable number of wearable types issue | UbitUmarov | 2015-11-18 | 1 | -2/+5 |
| | |||||
* | remove unused parameter - missing file | UbitUmarov | 2015-11-17 | 1 | -5/+7 |
| |