Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-02 | fix typo | UbitUmarov | 1 | -1/+1 | |
2015-12-02 | createAgent needs to be sync | UbitUmarov | 1 | -1/+4 | |
2015-12-02 | minor: fix a log timing information | UbitUmarov | 1 | -3/+0 | |
2015-12-01 | fix protocol version to max wearables mapping | UbitUmarov | 1 | -1/+3 | |
2015-12-01 | Fix protocol versions to wearables count mapping | Melanie Thielker | 1 | -1/+3 | |
2015-12-01 | Change protocol version max to 0.6 | Melanie Thielker | 1 | -2/+2 | |
2015-12-01 | more changes on lookAt and RotLookAt; do something in attachments | UbitUmarov | 3 | -35/+92 | |
2015-12-01 | some changes due to lookAt and RotLookAt | UbitUmarov | 2 | -63/+46 | |
2015-12-01 | fix a more few typos | UbitUmarov | 1 | -2/+2 | |
2015-11-30 | BulletSim: fix collision sound calculation. Modify some routines to make | Robert Adams | 4 | -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. | |||||
2015-11-30 | fix a few typos | UbitUmarov | 1 | -3/+2 | |
2015-11-30 | add a few more known texture IDs | UbitUmarov | 1 | -5/+15 | |
2015-11-29 | fix llLookAt in non-physical case | UbitUmarov | 1 | -2/+2 | |
2015-11-29 | Trying to make http requests less slow, according to ↵ | Diva Canto | 1 | -0/+2 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow | |||||
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 ( ↵ | UbitUmarov | 1 | -5/+8 | |
also make sure ninjaJoints are disabled | |||||
2015-11-27 | coment out warnings that do a messed around number of threadpool workitens ↵ | UbitUmarov | 1 | -1/+3 | |
and number of active threads ( at least when a pool is in use) | |||||
2015-11-27 | Sometimes the viewer sends a null string as mapName; this made the client ↵ | Diva Canto | 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. | |||||
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 ↵ | UbitUmarov | 1 | -0/+17 | |
better way to fix this) | |||||
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 | revert last change to watchdog timeouts, that should not be needed | UbitUmarov | 1 | -26/+22 | |
2015-11-27 | change JobEngine stop code and add a extra check for thread removed on ↵ | UbitUmarov | 2 | -83/+73 | |
watchdog timeout checks | |||||
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 ↵ | Jak Daniels | 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> | |||||
2015-11-26 | Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore ↵ | Melanie Thielker | 2 | -2/+13 | |
prior functionality. Avination code wasn't designed for deep building. | |||||
2015-11-25 | suspend the use of DisableSimulator, that is causing teleport and crossing ↵ | UbitUmarov | 3 | -16/+15 | |
issues | |||||
2015-11-25 | remove default of 60minutes on MapImageService Refresh time, forgotten from ↵ | UbitUmarov | 1 | -1/+1 | |
early merge debug | |||||
2015-11-24 | If no job engine is started at all, keep checking it's status from | Melanie Thielker | 1 | -3/+2 | |
bombing | |||||
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-24 | try not to use Process.HasExit that is broken in some mono versions | UbitUmarov | 1 | -9/+12 | |
2015-11-23 | Flipped version to 0.9.0.0 | Diva Canto | 1 | -1/+1 | |
2015-11-24 | remove a debug message | UbitUmarov | 1 | -1/+1 | |
2015-11-23 | revert previus commit | UbitUmarov | 3 | -7/+16 | |
2015-11-23 | remove libomv detection/log from llLoginService | UbitUmarov | 3 | -16/+7 | |
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. ↵ | Jak Daniels | 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> | |||||
2015-11-22 | change silly Monitor use | UbitUmarov | 1 | -11/+11 | |
2015-11-22 | change syncronization method | UbitUmarov | 1 | -76/+65 | |