aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * suspend the use of DisableSimulator, that is causing teleport and crossing ↵UbitUmarov2015-11-253-16/+15
| | | | | | | | issues
| * Merge branch 'master' of opensimulator.org:/var/git/opensimUbitUmarov2015-11-251-3/+2
| |\
| | * If no job engine is started at all, keep checking it's status fromMelanie Thielker2015-11-241-3/+2
| | | | | | | | | | | | bombing
| * | remove default of 60minutes on MapImageService Refresh time, forgotten from ↵UbitUmarov2015-11-251-1/+1
| |/ | | | | | | early merge debug
| * simplify DeliverChatToAvatars(..) ( hopefully not breaking it )UbitUmarov2015-11-241-73/+62
| |
| * again chat echos, check repeats uncondicionallyUbitUmarov2015-11-241-2/+5
| |
| * reset control even prior to useUbitUmarov2015-11-241-0/+2
| |
| * at end of teleport disable the sending simulator, not destinyUbitUmarov2015-11-241-2/+6
| |
| * reduce 'echos' on several regions per instance (mantis 7754)UbitUmarov2015-11-241-1/+2
| |
| * try not to use Process.HasExit that is broken in some mono versionsUbitUmarov2015-11-241-9/+12
| |
* | Sometimes the viewer sends a null string as mapName; this made the client ↵Diva Canto2015-11-271-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.0Diva Canto2015-11-231-1/+1
|
* remove a debug messageUbitUmarov2015-11-241-1/+1
|
* revert previus commitUbitUmarov2015-11-233-7/+16
|
* remove libomv detection/log from llLoginServiceUbitUmarov2015-11-233-16/+7
|
* remove warning on siting in phantom prims without sittargetUbitUmarov2015-11-231-1/+1
|
* Fixed some stupid math and checks on --bounding-origin and --bounding-size. ↵Jak Daniels2015-11-221-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 useUbitUmarov2015-11-221-11/+11
|
* change syncronization methodUbitUmarov2015-11-221-76/+65
|
* revert take the Monitor.wait out of the locksUbitUmarov2015-11-221-17/+16
|
* coment out merge option on multiregion oar load i addedUbitUmarov2015-11-221-1/+1
|
* take the Monitor.wait out of the locksUbitUmarov2015-11-221-16/+17
|
* a few more changes on Multiregion control file loadUbitUmarov2015-11-222-9/+19
|
* add a a missing monitor.wait if still not needed, mb in futureUbitUmarov2015-11-221-3/+8
|
* a few changes on Multiregion control file load ; load oar seems far from goodUbitUmarov2015-11-222-8/+15
|
* add Monitor.wait on loadUbitUmarov2015-11-221-0/+4
|
* reduce noise before compareUbitUmarov2015-11-221-2/+13
|
* add merge option on multioar testUbitUmarov2015-11-221-1/+3
|
* minor changesUbitUmarov2015-11-221-14/+19
|
* don't use 'funny' QuaternionsUbitUmarov2015-11-221-0/+2
|
* Changes to Load Oar options and new code to support importing OARs with ↵Jak Daniels2015-11-224-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 Daniels2015-11-222-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 Daniels2015-11-222-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 Daniels2015-11-222-18/+319
| | | | | | Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* row format fixed removed to allow creation of regions tableShy Robbiani2015-11-211-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 overrideUbitUmarov2015-11-211-3/+3
|
* add a missing overrideUbitUmarov2015-11-211-1/+1
|
* add thread allocation calls for new ode.dll (old ode)UbitUmarov2015-11-212-16/+25
|
* some cleanup, allow cast rays to collide with terrain within limited range ↵UbitUmarov2015-11-213-366/+8
| | | | (old ode)
* remove a warningUbitUmarov2015-11-211-3/+3
|
* remove some duplicate using statementsUbitUmarov2015-11-213-5/+1
|
* remove some compile warnings increasing total number by 2UbitUmarov2015-11-216-18/+6
|
* stop the Vehicle AFTER fixing position not before, bc stop code also ↵UbitUmarov2015-11-201-6/+5
| | | | updates position (old ode)
* stop a Vehicle on a failed region cross (or empty border) (old ode)UbitUmarov2015-11-202-0/+13
|
* remove Ode.Net - missing file. ( old ode may be broken now)UbitUmarov2015-11-201-0/+2025
|
* remove Ode.Net - missing files. ( old ode may be broken now)UbitUmarov2015-11-202-2/+7
|
* remove the hard to maintain Ode.Net wrapper only in use by old odeUbitUmarov2015-11-2010-297/+33
|
* change ScriptStopStrategy to the default value co-op (mantis 7740UbitUmarov2015-11-201-1/+1
|
* make llAvatarOnLinkSitTarget(0) return UUID.ZeroUbitUmarov2015-11-201-3/+6
|
* change a log message from error to just DebugUbitUmarov2015-11-201-1/+1
|