| Commit message (Expand) | Author | Age | Files | Lines |
* | fix backup control flag, still a bad merge effect | UbitUmarov | 2015-12-11 | 1 | -12/+4 |
* | keep SOG reference to root part since two many things depend on deleted SOGs ... | UbitUmarov | 2015-12-10 | 3 | -7/+10 |
* | remove some SOG references on delete to help GC | UbitUmarov | 2015-12-10 | 3 | -3/+23 |
* | dont try to process packets for deleted clients | UbitUmarov | 2015-12-09 | 1 | -34/+28 |
* | disable useless and totally wrong incoming Pools | UbitUmarov | 2015-12-09 | 1 | -4/+7 |
* | don't keep a reference to config, if not in use | UbitUmarov | 2015-12-09 | 1 | -1/+3 |
* | minor cleanup | UbitUmarov | 2015-12-09 | 1 | -17/+4 |
* | minor cleanup | UbitUmarov | 2015-12-09 | 1 | -13/+4 |
* | coment out odd DoubleQueue class code | UbitUmarov | 2015-12-09 | 1 | -1/+2 |
* | tick region health a bit faster | UbitUmarov | 2015-12-09 | 1 | -1/+1 |
* | fix the queue type in use | UbitUmarov | 2015-12-09 | 1 | -11/+12 |
* | fix the queue type in use | UbitUmarov | 2015-12-09 | 1 | -7/+8 |
* | add some missing GC.RemoveMemoryPressure() | UbitUmarov | 2015-12-09 | 1 | -0/+2 |
* | send a full update on GroupResize, not a terse | UbitUmarov | 2015-12-05 | 1 | -1/+1 |
* | add default eyes to default wearables, and revert previus bad commit | UbitUmarov | 2015-12-04 | 2 | -2/+7 |
* | add other Eyes asset id to xferupload defaults | UbitUmarov | 2015-12-04 | 1 | -2/+4 |
* | change handling of optional skirt baked texture | UbitUmarov | 2015-12-03 | 1 | -12/+40 |
* | fix a 1m diference in regions view range estimations | UbitUmarov | 2015-12-03 | 1 | -1/+1 |
* | remove failed CreateAgent from agent child regions list | UbitUmarov | 2015-12-02 | 1 | -6/+8 |
* | fix typo | UbitUmarov | 2015-12-02 | 1 | -1/+1 |
* | createAgent needs to be sync | UbitUmarov | 2015-12-02 | 1 | -1/+4 |
* | minor: fix a log timing information | UbitUmarov | 2015-12-02 | 1 | -3/+0 |
* | fix protocol version to max wearables mapping | UbitUmarov | 2015-12-01 | 1 | -1/+3 |
* | Fix protocol versions to wearables count mapping | Melanie Thielker | 2015-12-01 | 1 | -1/+3 |
* | Change protocol version max to 0.6 | Melanie Thielker | 2015-12-01 | 1 | -2/+2 |
* | more changes on lookAt and RotLookAt; do something in attachments | UbitUmarov | 2015-12-01 | 3 | -35/+92 |
* | 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 |