Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-27 | change threading on GetTexture and getMesh and WebFetch Modules. | UbitUmarov | 3 | -62/+69 | |
2015-11-27 | change threading on GetTexture and GetMesh NonSharable region modules | UbitUmarov | 2 | -44/+44 | |
2015-11-27 | Fix Region Max height in boundingSize parameters checking in ↵ | Jak Daniels | 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> | |||||
2015-11-26 | Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore ↵ | Melanie Thielker | 2 | -2/+13 | |
prior functionality. Avination code wasn't designed for deep building. | |||||
2015-11-25 | suspend the use of DisableSimulator, that is causing teleport and crossing ↵ | UbitUmarov | 3 | -16/+15 | |
issues | |||||
2015-11-25 | remove default of 60minutes on MapImageService Refresh time, forgotten from ↵ | UbitUmarov | 1 | -1/+1 | |
early merge debug | |||||
2015-11-24 | If no job engine is started at all, keep checking it's status from | Melanie Thielker | 1 | -3/+2 | |
bombing | |||||
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 | |
2015-11-24 | reduce 'echos' on several regions per instance (mantis 7754) | UbitUmarov | 1 | -1/+2 | |
2015-11-24 | try not to use Process.HasExit that is broken in some mono versions | UbitUmarov | 1 | -9/+12 | |
2015-11-23 | Flipped version to 0.9.0.0 | Diva Canto | 1 | -1/+1 | |
2015-11-24 | remove a debug message | UbitUmarov | 1 | -1/+1 | |
2015-11-23 | revert previus commit | UbitUmarov | 3 | -7/+16 | |
2015-11-23 | remove libomv detection/log from llLoginService | UbitUmarov | 3 | -16/+7 | |
2015-11-23 | remove warning on siting in phantom prims without sittarget | UbitUmarov | 1 | -1/+1 | |
2015-11-22 | Fixed some stupid math and checks on --bounding-origin and --bounding-size. ↵ | Jak Daniels | 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> | |||||
2015-11-22 | change silly Monitor use | UbitUmarov | 1 | -11/+11 | |
2015-11-22 | change syncronization method | UbitUmarov | 1 | -76/+65 | |
2015-11-22 | revert take the Monitor.wait out of the locks | UbitUmarov | 1 | -17/+16 | |
2015-11-22 | coment out merge option on multiregion oar load i added | UbitUmarov | 1 | -1/+1 | |
2015-11-22 | take the Monitor.wait out of the locks | UbitUmarov | 1 | -16/+17 | |
2015-11-22 | a few more changes on Multiregion control file load | UbitUmarov | 2 | -9/+19 | |
2015-11-22 | add a a missing monitor.wait if still not needed, mb in future | UbitUmarov | 1 | -3/+8 | |
2015-11-22 | a few changes on Multiregion control file load ; load oar seems far from good | UbitUmarov | 2 | -8/+15 | |
2015-11-22 | add Monitor.wait on load | UbitUmarov | 1 | -0/+4 | |
2015-11-22 | reduce noise before compare | UbitUmarov | 1 | -2/+13 | |
2015-11-22 | add merge option on multioar test | UbitUmarov | 1 | -1/+3 | |
2015-11-22 | minor changes | UbitUmarov | 1 | -14/+19 | |
2015-11-22 | don't use 'funny' Quaternions | UbitUmarov | 1 | -0/+2 | |
2015-11-22 | Changes to Load Oar options and new code to support importing OARs with ↵ | Jak Daniels | 4 | -56/+280 | |
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-11-22 | Changes to TerrainModule/ITerrainModule to support importing OARs with ↵ | Jak Daniels | 2 | -0/+33 | |
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-11-22 | Changes to TerrainChannel/ITerrainChannel to support importing OARs with ↵ | Jak Daniels | 2 | -0/+150 | |
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-11-22 | Changes to LandObject/ILandObject to support importing OARs with different ↵ | Jak Daniels | 2 | -18/+319 | |
Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-11-21 | row format fixed removed to allow creation of regions table | Shy Robbiani | 1 | -1/+5 | |
row_format=fixed is not supported by innodb and has broken the creation of the regions table during the first startup of ROBUST. It must be a relict from MyISAM. Also removed the probably inappropriate table comment. Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> | |||||
2015-11-21 | add a missing override | UbitUmarov | 1 | -3/+3 | |
2015-11-21 | add a missing override | UbitUmarov | 1 | -1/+1 | |
2015-11-21 | add thread allocation calls for new ode.dll (old ode) | UbitUmarov | 2 | -16/+25 | |
2015-11-21 | some cleanup, allow cast rays to collide with terrain within limited range ↵ | UbitUmarov | 3 | -366/+8 | |
(old ode) | |||||
2015-11-21 | remove a warning | UbitUmarov | 1 | -3/+3 | |
2015-11-21 | remove some duplicate using statements | UbitUmarov | 3 | -5/+1 | |
2015-11-21 | remove some compile warnings increasing total number by 2 | UbitUmarov | 6 | -18/+6 | |
2015-11-20 | stop the Vehicle AFTER fixing position not before, bc stop code also ↵ | UbitUmarov | 1 | -6/+5 | |
updates position (old ode) | |||||
2015-11-20 | stop a Vehicle on a failed region cross (or empty border) (old ode) | UbitUmarov | 2 | -0/+13 | |
2015-11-20 | remove Ode.Net - missing file. ( old ode may be broken now) | UbitUmarov | 1 | -0/+2025 | |
2015-11-20 | remove the hard to maintain Ode.Net wrapper only in use by old ode | UbitUmarov | 8 | -290/+33 | |
2015-11-20 | make llAvatarOnLinkSitTarget(0) return UUID.Zero | UbitUmarov | 1 | -3/+6 | |
2015-11-20 | change a log message from error to just Debug | UbitUmarov | 1 | -1/+1 | |