| Commit message (Expand) | Author | Age | Files | Lines |
* | some changes due to lookAt and RotLookAt | UbitUmarov | 2015-12-01 | 2 | -63/+46 |
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | UbitUmarov | 2015-12-01 | 4 | -20/+27 |
|\ |
|
| * | BulletSim: fix collision sound calculation. Modify some routines to make | Robert Adams | 2015-11-30 | 4 | -20/+27 |
* | | fix a more few typos | UbitUmarov | 2015-12-01 | 1 | -2/+2 |
|/ |
|
* | fix a few typos | UbitUmarov | 2015-11-30 | 1 | -3/+2 |
* | add a few more known texture IDs | UbitUmarov | 2015-11-30 | 1 | -5/+15 |
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | UbitUmarov | 2015-11-29 | 1 | -0/+2 |
|\ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2015-11-29 | 7 | -30/+60 |
| |\ |
|
| * | | Trying to make http requests less slow, according to http://stackoverflow.com... | Diva Canto | 2015-11-29 | 1 | -0/+2 |
* | | | fix llLookAt in non-physical case | UbitUmarov | 2015-11-29 | 1 | -2/+2 |
| |/
|/| |
|
* | | change llLookAt math to master cleaner solution, assuming lAxis2rot does work | UbitUmarov | 2015-11-29 | 1 | -13/+18 |
* | | fix the default shape type on upload, it is always convex | UbitUmarov | 2015-11-29 | 1 | -3/+1 |
* | | let Bullet do collision sounds (RAdams plz fix the relative speed) | UbitUmarov | 2015-11-29 | 1 | -1/+8 |
* | | let old ODE trigger collision sounds like ubOde | UbitUmarov | 2015-11-28 | 2 | -2/+21 |
* | | remove terrain height clamping left over the ushort format testing | UbitUmarov | 2015-11-27 | 1 | -5/+1 |
* | | add a nasty global lock, ode.dll requires on multi regions per instance ( als... | UbitUmarov | 2015-11-27 | 1 | -5/+8 |
* | | coment out warnings that do a messed around number of threadpool workitens an... | UbitUmarov | 2015-11-27 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2015-11-27 | 17 | -262/+286 |
|\ |
|
| * | 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 bette... | UbitUmarov | 2015-11-27 | 1 | -0/+17 |
| * | 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 watch... | UbitUmarov | 2015-11-27 | 2 | -83/+73 |
| * | 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 ArchiverModule.c... | Jak Daniels | 2015-11-27 | 1 | -2/+2 |
| * | Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore pri... | Melanie Thielker | 2015-11-26 | 2 | -2/+13 |
| * | suspend the use of DisableSimulator, that is causing teleport and crossing i... | UbitUmarov | 2015-11-25 | 3 | -16/+15 |
| * | 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 |
| * | | remove default of 60minutes on MapImageService Refresh time, forgotten from ... | UbitUmarov | 2015-11-25 | 1 | -1/+1 |
| |/ |
|
| * | 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 thr... | Diva Canto | 2015-11-27 | 1 | -2/+2 |
|/ |
|
* | 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. B... | Jak Daniels | 2015-11-22 | 1 | -20/+9 |
* | 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 |