| Commit message (Expand) | Author | Files | Lines |
2015-09-07 | allocate llRAW LookupHeightTable on demand and release it, saving a few 512KB... | UbitUmarov | 1 | -0/+8 |
2015-09-07 | restore terrain modifiers, left out earlier bc of merge errors, (untested) | UbitUmarov | 2 | -12/+12 |
2015-09-06 | add lost admin_reset_land method | UbitUmarov | 1 | -0/+47 |
2015-09-06 | remove a forgotten cast to int | UbitUmarov | 1 | -1/+1 |
2015-09-06 | minor change, add a lock we had at avn | UbitUmarov | 1 | -2/+4 |
2015-09-06 | fix the missing initialization of the folish ProcessUnackedSends option | UbitUmarov | 1 | -0/+2 |
2015-09-06 | fix odd drawdistance control initialization | UbitUmarov | 1 | -12/+6 |
2015-09-06 | add missing stub for llSetVelocity | UbitUmarov | 1 | -0/+1 |
2015-09-06 | dont store/upload map asset for large regions, ( needs testing) | UbitUmarov | 1 | -2/+12 |
2015-09-06 | still a missing stat ID | UbitUmarov | 2 | -10/+13 |
2015-09-06 | let extra stats travel side by side with viewers ones... try to fix damm arra... | UbitUmarov | 5 | -64/+123 |
2015-09-05 | fix modifing m_threads on a foreach scanning it | UbitUmarov | 1 | -1/+3 |
2015-09-04 | a few changes to stats. Array order coerent on users. give up on moses stats ... | UbitUmarov | 3 | -83/+95 |
2015-09-04 | comment a large debug message | UbitUmarov | 1 | -1/+1 |
2015-09-04 | actually reduce max number of ode spaces | UbitUmarov | 2 | -8/+8 |
2015-09-04 | bug fix on ode spaces and allow more of them on large regions | UbitUmarov | 2 | -12/+12 |
2015-09-04 | remove a forgotten 1000.9 factor on physics fps | UbitUmarov | 5 | -5/+5 |
2015-09-04 | use GetTimeStampMS to increase heartbeat and stats timing resolution. some re... | UbitUmarov | 2 | -106/+122 |
2015-09-04 | add a GetTimeStampMS method, this returns a time stamp in miliSeconds with th... | UbitUmarov | 1 | -0/+11 |
2015-09-04 | normalise physics plugins to return fps as (simulated time / requested simula... | UbitUmarov | 6 | -1906/+3319 |
2015-09-03 | a bit better addAvatar() call chain | UbitUmarov | 1 | -5/+1 |
2015-09-03 | make addavatar more friendly between plugins | UbitUmarov | 2 | -3330/+1891 |
2015-09-03 | fix a old bug i added: MaxWearables can't be changed in runtime | UbitUmarov | 1 | -1/+0 |
2015-09-03 | fix CM_api compile error | UbitUmarov | 1 | -3/+3 |
2015-09-03 | minor clean | UbitUmarov | 1 | -48/+0 |
2015-09-03 | missing file | UbitUmarov | 1 | -0/+530 |
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 25 | -252/+117 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 157 | -9790/+1313 |
2015-08-31 | dont change camera on crossings | UbitUmarov | 1 | -4/+4 |
2015-08-31 | start sending terrain patchs in completmovement where we know its | UbitUmarov | 2 | -2/+8 |
2015-08-31 | fix slow moving physical objects moving without sending updates | UbitUmarov | 1 | -9/+9 |
2015-08-31 | minor changes | UbitUmarov | 1 | -15/+21 |
2015-08-30 | more on tps and crossings | UbitUmarov | 4 | -164/+209 |
2015-08-30 | Mantis #7713: fixed bug introduced by 1st MOSES patch. | Diva Canto | 1 | -7/+9 |
2015-08-30 | cache in memory water texture | UbitUmarov | 1 | -33/+105 |
2015-08-29 | improve object crossings | UbitUmarov | 1 | -37/+15 |
2015-08-29 | fix some effects ranges | UbitUmarov | 5 | -7/+7 |
2015-08-29 | fix NeighborRegions code | UbitUmarov | 2 | -55/+21 |
2015-08-29 | change default scopeID to UUID.Zero | UbitUmarov | 3 | -3/+6 |
2015-08-28 | review ServiceBase for var | UbitUmarov | 1 | -2/+5 |
2015-08-28 | review llLoginService for var support | UbitUmarov | 1 | -8/+1 |
2015-08-28 | review gridservice module. Not merged os code for varsize, since that | UbitUmarov | 1 | -0/+68 |
2015-08-28 | stop sending parcel overlays on parcels crossings since SL seems to have | UbitUmarov | 1 | -1/+2 |
2015-08-28 | send land parcels overlay in cat Land not Task, or avatar freezes | UbitUmarov | 1 | -1/+2 |
2015-08-28 | also limit terrain flood effects ( like on pait change this should have | UbitUmarov | 9 | -35/+37 |
2015-08-27 | restrict terrain PaintBrushes to the requested area | UbitUmarov | 12 | -102/+97 |
2015-08-27 | remove the rest of #justEditedTerrain, it was sending patchs non | UbitUmarov | 1 | -16/+0 |
2015-08-27 | make terrain undo non op, it is broken and can't be global but per agent | UbitUmarov | 1 | -27/+2 |
2015-08-27 | fix terrain bake for revert. just good enought fix | UbitUmarov | 1 | -11/+3 |
2015-08-27 | rename revert map as baked map, bc thats what it is | UbitUmarov | 1 | -20/+20 |