| Commit message (Expand) | Author | Files | Lines |
2015-11-29 | fix llLookAt in non-physical case | UbitUmarov | 1 | -2/+2 |
2015-11-29 | change llLookAt math to master cleaner solution, assuming lAxis2rot does work | UbitUmarov | 1 | -13/+18 |
2015-11-29 | fix the default shape type on upload, it is always convex | UbitUmarov | 1 | -3/+1 |
2015-11-29 | let Bullet do collision sounds (RAdams plz fix the relative speed) | UbitUmarov | 1 | -1/+8 |
2015-11-28 | let old ODE trigger collision sounds like ubOde | UbitUmarov | 2 | -2/+21 |
2015-11-27 | remove terrain height clamping left over the ushort format testing | UbitUmarov | 1 | -5/+1 |
2015-11-27 | add a nasty global lock, ode.dll requires on multi regions per instance ( als... | UbitUmarov | 1 | -5/+8 |
2015-11-27 | Sometimes the viewer sends a null string as mapName; this made the client thr... | Diva Canto | 1 | -2/+2 |
2015-11-27 | add a delay to consume other change messages on move and cross | UbitUmarov | 1 | -0/+1 |
2015-11-27 | stop some requests processing when module as no scenes (there must be a bette... | UbitUmarov | 1 | -0/+17 |
2015-11-27 | DeregisterRegion from grid earlier on close | UbitUmarov | 1 | -4/+4 |
2015-11-27 | change Backup on scene close to Forced, and not dependent on last change time. | UbitUmarov | 1 | -1/+1 |
2015-11-27 | remove thread Heartbeat from watchdog | UbitUmarov | 1 | -5/+7 |
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 ArchiverModule.c... | Jak Daniels | 1 | -2/+2 |
2015-11-26 | Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore pri... | Melanie Thielker | 2 | -2/+13 |
2015-11-25 | suspend the use of DisableSimulator, that is causing teleport and crossing i... | UbitUmarov | 2 | -15/+14 |
2015-11-25 | remove default of 60minutes on MapImageService Refresh time, forgotten from ... | UbitUmarov | 1 | -1/+1 |
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-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. B... | Jak Daniels | 1 | -20/+9 |
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 diffe... | Jak Daniels | 4 | -56/+280 |
2015-11-22 | Changes to TerrainModule/ITerrainModule to support importing OARs with differ... | Jak Daniels | 2 | -0/+33 |
2015-11-22 | Changes to TerrainChannel/ITerrainChannel to support importing OARs with diff... | Jak Daniels | 2 | -0/+150 |
2015-11-22 | Changes to LandObject/ILandObject to support importing OARs with different Re... | Jak Daniels | 1 | -16/+274 |
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 |
2015-11-21 | remove a warning | UbitUmarov | 1 | -3/+3 |
2015-11-21 | remove some duplicate using statements | UbitUmarov | 2 | -4/+1 |
2015-11-21 | remove some compile warnings increasing total number by 2 | UbitUmarov | 5 | -13/+5 |