Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sometimes the viewer sends a null string as mapName; this made the client ↵ | Diva Canto | 2015-11-27 | 1 | -2/+2 |
| | | | | thread throw an exception with unexpected behavior for users (nothing happens). This commit gives it a sane default: it assumes we're looking for a position in the current region. | ||||
* | remove warning on siting in phantom prims without sittarget | UbitUmarov | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | 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 | 4 | -56/+280 |
| | | | | | | 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 | 2 | -0/+33 |
| | | | | | | different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Changes to TerrainChannel/ITerrainChannel to support importing OARs with ↵ | Jak Daniels | 2015-11-22 | 2 | -0/+150 |
| | | | | | | 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 | -3/+3 |
| | |||||
* | add a missing override | UbitUmarov | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | add thread allocation calls for new ode.dll (old ode) | UbitUmarov | 2015-11-21 | 2 | -16/+25 |
| | |||||
* | some cleanup, allow cast rays to collide with terrain within limited range ↵ | UbitUmarov | 2015-11-21 | 3 | -366/+8 |
| | | | | (old ode) | ||||
* | remove a warning | UbitUmarov | 2015-11-21 | 1 | -3/+3 |
| | |||||
* | remove some duplicate using statements | UbitUmarov | 2015-11-21 | 2 | -4/+1 |
| | |||||
* | remove some compile warnings increasing total number by 2 | UbitUmarov | 2015-11-21 | 5 | -13/+5 |
| | |||||
* | stop the Vehicle AFTER fixing position not before, bc stop code also ↵ | UbitUmarov | 2015-11-20 | 1 | -6/+5 |
| | | | | updates position (old ode) | ||||
* | stop a Vehicle on a failed region cross (or empty border) (old ode) | UbitUmarov | 2015-11-20 | 2 | -0/+13 |
| | |||||
* | remove Ode.Net - missing file. ( old ode may be broken now) | UbitUmarov | 2015-11-20 | 1 | -0/+2025 |
| | |||||
* | remove the hard to maintain Ode.Net wrapper only in use by old ode | UbitUmarov | 2015-11-20 | 8 | -290/+33 |
| | |||||
* | make llAvatarOnLinkSitTarget(0) return UUID.Zero | UbitUmarov | 2015-11-20 | 1 | -3/+6 |
| | |||||
* | change a log message from error to just Debug | UbitUmarov | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | ubOde: add threading related calls new ode.dll may need. Hope this doesn't ↵ | UbitUmarov | 2015-11-20 | 2 | -4/+23 |
| | | | | break with current linux ode library | ||||
* | remove unused return value on DeliverMessageTo() | UbitUmarov | 2015-11-20 | 2 | -10/+8 |
| | |||||
* | remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this ↵ | UbitUmarov | 2015-11-20 | 2 | -7/+12 |
| | | | | 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 |
| | |||||
* | work around some 'tests' errors: use one autoresetevent per scene | UbitUmarov | 2015-11-19 | 1 | -5/+9 |
| | |||||
* | work around some 'tests' errors: reset the event at start of new test. | UbitUmarov | 2015-11-19 | 1 | -1/+5 |
| | |||||
* | work around some 'tests' errors: just a test | UbitUmarov | 2015-11-19 | 1 | -0/+2 |
| | |||||
* | work around some 'tests' errors: add a DefaultPermitions module to sceneB | UbitUmarov | 2015-11-19 | 1 | -2/+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 |
| | |||||
* | work around some 'tests' errors: dont expect a particular http error response | UbitUmarov | 2015-11-18 | 1 | -2/+3 |
| | |||||
* | add LegacySitOffsets handling at LSL api | UbitUmarov | 2015-11-17 | 1 | -8/+22 |
| | |||||
* | start adding LegacySitOffsets option. TRUE will prevent the use of new math ↵ | UbitUmarov | 2015-11-17 | 2 | -19/+70 |
| | | | | for the compensation of SL sittarget bug, and so not break content. (this is the main code change) | ||||
* | work around some 'tests' errors: UUID.Zero is a invalid ownerID | UbitUmarov | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | remove unused parameter - missing file | UbitUmarov | 2015-11-17 | 1 | -5/+7 |
| | |||||
* | remove unused parameter | UbitUmarov | 2015-11-17 | 5 | -9/+10 |
| |