aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* more changes on lookAt and RotLookAt; do something in attachmentsUbitUmarov2015-12-013-35/+92
|
* some changes due to lookAt and RotLookAtUbitUmarov2015-12-012-63/+46
|
* Merge branch 'master' of opensimulator.org:/var/git/opensimUbitUmarov2015-12-019-20/+27
|\
| * BulletSim: fix collision sound calculation. Modify some routines to makeRobert Adams2015-11-304-20/+27
| | | | | | | | | | | | collider and collidee clearer. Also fix (when did it break?) avatars not moving if standing on a moving object. Now friction will move avatars if standing on a disc or the top of a train.
| * Replaced ICSharpCode.SharpZipLib.dll for the same reasonDiva Canto2015-11-301-0/+0
| |
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-11-302-7/+16
| |\
| * | Replaced the mono addins dlls with freshly compiled ones, because the ↵Diva Canto2015-11-304-0/+0
| | | | | | | | | | | | existing ones may somehow been mutually inconsistent.
* | | fix a more few typosUbitUmarov2015-12-011-2/+2
| |/ |/|
* | fix a few typosUbitUmarov2015-11-301-3/+2
| |
* | add a few more known texture IDsUbitUmarov2015-11-301-5/+15
| |
* | Merge branch 'master' of opensimulator.org:/var/git/opensimUbitUmarov2015-11-291-0/+2
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-11-298-30/+63
| |\
| * | Trying to make http requests less slow, according to ↵Diva Canto2015-11-291-0/+2
| | | | | | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow
* | | fix llLookAt in non-physical caseUbitUmarov2015-11-291-2/+2
| |/ |/|
* | change llLookAt math to master cleaner solution, assuming lAxis2rot does workUbitUmarov2015-11-291-13/+18
| |
* | fix the default shape type on upload, it is always convexUbitUmarov2015-11-291-3/+1
| |
* | let Bullet do collision sounds (RAdams plz fix the relative speed)UbitUmarov2015-11-291-1/+8
| |
* | let old ODE trigger collision sounds like ubOdeUbitUmarov2015-11-282-2/+21
| |
* | remove terrain height clamping left over the ushort format testingUbitUmarov2015-11-271-5/+1
| |
* | add a nasty global lock, ode.dll requires on multi regions per instance ( ↵UbitUmarov2015-11-271-5/+8
| | | | | | | | also make sure ninjaJoints are disabled
* | add missing Xengine MinTimerInterval to opensim.ini.exampleUbitUmarov2015-11-271-0/+3
| |
* | coment out warnings that do a messed around number of threadpool workitens ↵UbitUmarov2015-11-271-1/+3
|/ | | | and number of active threads ( at least when a pool is in use)
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-11-2718-262/+289
|\
| * add a delay to consume other change messages on move and crossUbitUmarov2015-11-271-0/+1
| |
| * stop some requests processing when module as no scenes (there must be a ↵UbitUmarov2015-11-271-0/+17
| | | | | | | | better way to fix this)
| * DeregisterRegion from grid earlier on closeUbitUmarov2015-11-271-4/+4
| |
| * change Backup on scene close to Forced, and not dependent on last change time.UbitUmarov2015-11-271-1/+1
| |
| * remove thread Heartbeat from watchdogUbitUmarov2015-11-271-5/+7
| |
| * revert last change to watchdog timeouts, that should not be neededUbitUmarov2015-11-271-26/+22
| |
| * change JobEngine stop code and add a extra check for thread removed on ↵UbitUmarov2015-11-272-83/+73
| | | | | | | | watchdog timeout checks
| * change threading on GetTexture and getMesh and WebFetch Modules.UbitUmarov2015-11-273-62/+69
| |
| * change threading on GetTexture and GetMesh NonSharable region modulesUbitUmarov2015-11-272-44/+44
| |
| * Fix Region Max height in boundingSize parameters checking in ↵Jak Daniels2015-11-271-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 Thielker2015-11-263-2/+16
| | | | | | | | | | | | prior functionality. Avination code wasn't designed for deep building.
| * 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
|