Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | add missing Xengine MinTimerInterval to opensim.ini.example | UbitUmarov | 2015-11-27 | 1 | -0/+3 | |
| | | ||||||
* | | coment out warnings that do a messed around number of threadpool workitens ↵ | UbitUmarov | 2015-11-27 | 1 | -1/+3 | |
|/ | | | | and number of active threads ( at least when a pool is in use) | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2015-11-27 | 18 | -262/+289 | |
|\ | ||||||
| * | add a delay to consume other change messages on move and cross | UbitUmarov | 2015-11-27 | 1 | -0/+1 | |
| | | ||||||
| * | 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) | |||||
| * | DeregisterRegion from grid earlier on close | UbitUmarov | 2015-11-27 | 1 | -4/+4 | |
| | | ||||||
| * | change Backup on scene close to Forced, and not dependent on last change time. | UbitUmarov | 2015-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | remove thread Heartbeat from watchdog | UbitUmarov | 2015-11-27 | 1 | -5/+7 | |
| | | ||||||
| * | revert last change to watchdog timeouts, that should not be needed | UbitUmarov | 2015-11-27 | 1 | -26/+22 | |
| | | ||||||
| * | change JobEngine stop code and add a extra check for thread removed on ↵ | UbitUmarov | 2015-11-27 | 2 | -83/+73 | |
| | | | | | | | | watchdog timeout checks | |||||
| * | change threading on GetTexture and getMesh and WebFetch Modules. | UbitUmarov | 2015-11-27 | 3 | -62/+69 | |
| | | ||||||
| * | change threading on GetTexture and GetMesh NonSharable region modules | UbitUmarov | 2015-11-27 | 2 | -44/+44 | |
| | | ||||||
| * | 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> | |||||
| * | Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore ↵ | Melanie Thielker | 2015-11-26 | 3 | -2/+16 | |
| | | | | | | | | | | | | prior functionality. Avination code wasn't designed for deep building. | |||||
| * | suspend the use of DisableSimulator, that is causing teleport and crossing ↵ | UbitUmarov | 2015-11-25 | 3 | -16/+15 | |
| | | | | | | | | issues | |||||
| * | Merge branch 'master' of opensimulator.org:/var/git/opensim | UbitUmarov | 2015-11-25 | 1 | -3/+2 | |
| |\ | ||||||
| | * | If no job engine is started at all, keep checking it's status from | Melanie Thielker | 2015-11-24 | 1 | -3/+2 | |
| | | | | | | | | | | | | bombing | |||||
| * | | 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 | |
| | | ||||||
| * | try not to use Process.HasExit that is broken in some mono versions | UbitUmarov | 2015-11-24 | 1 | -9/+12 | |
| | | ||||||
* | | 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. | |||||
* | Flipped version to 0.9.0.0 | Diva Canto | 2015-11-23 | 1 | -1/+1 | |
| | ||||||
* | remove a debug message | UbitUmarov | 2015-11-24 | 1 | -1/+1 | |
| | ||||||
* | revert previus commit | UbitUmarov | 2015-11-23 | 3 | -7/+16 | |
| | ||||||
* | remove libomv detection/log from llLoginService | UbitUmarov | 2015-11-23 | 3 | -16/+7 | |
| | ||||||
* | 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 | 2 | -18/+319 | |
| | | | | | | Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
* | row format fixed removed to allow creation of regions table | Shy Robbiani | 2015-11-21 | 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> | |||||
* | add a missing override | UbitUmarov | 2015-11-21 | 1 | -3/+3 | |
| |