Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-27 | fix some cases in prim number of sides | UbitUmarov | 1 | -27/+62 | |
2018-04-10 | sound radius is a prim prop only set by llSetSoundRadius, fix it in case ↵ | UbitUmarov | 1 | -1/+1 | |
viewers do fix its use (ignored for now) | |||||
2018-04-01 | several changes to materials, add llSet*PrimtiveParams*() support for them. ↵ | UbitUmarov | 1 | -27/+192 | |
They may be very broken now :( | |||||
2018-03-28 | mantis8309 add extra try{}catch | UbitUmarov | 1 | -4/+11 | |
2018-03-10 | comment out some debug messages visible on SOP CompleteMovement | UbitUmarov | 1 | -17/+17 | |
2018-03-05 | make more clear some magic numbers on SOP getnumberofsides(), reduce ↵ | UbitUmarov | 1 | -5/+5 | |
unnecessary calls to it on LSL api | |||||
2018-02-22 | a few more changes on tortured prims number of sides/faces | UbitUmarov | 1 | -53/+68 | |
2018-02-21 | fix a old issue on some tortured prims number of sides, and so textures set | UbitUmarov | 1 | -4/+4 | |
2018-01-20 | some cleanup | UbitUmarov | 1 | -1/+0 | |
2018-01-17 | remove more xml things no longer needed on .net >4.5.2 | UbitUmarov | 7 | -9/+0 | |
2018-01-17 | pesty warnings | UbitUmarov | 1 | -2/+0 | |
2018-01-17 | remove those xml things no longer needed on .net >4.5.2 | UbitUmarov | 7 | -16/+2 | |
2018-01-16 | Ooops... fix the parentesis | UbitUmarov | 1 | -1/+1 | |
2018-01-16 | do not timeout BackupWorker threads | UbitUmarov | 1 | -1/+1 | |
2018-01-15 | shut up some pesty warnings | UbitUmarov | 2 | -13/+13 | |
2018-01-09 | missed a few.. | UbitUmarov | 3 | -4/+1 | |
2018-01-09 | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 4 | -4/+3 | |
2018-01-08 | test our obsolete jenkins ... | UbitUmarov | 1 | -1/+1 | |
2018-01-08 | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 7 | -8/+8 | |
own) do not suporte the proper .net4.0 one | |||||
2018-01-05 | a few more xml things | UbitUmarov | 7 | -23/+48 | |
2018-01-05 | don't be bad Jenkins.. | UbitUmarov | 1 | -2/+2 | |
2018-01-04 | let tau do something in avatar MoveToTarget | UbitUmarov | 1 | -133/+163 | |
2018-01-04 | disable some XmlResolver | UbitUmarov | 6 | -3/+9 | |
2017-12-13 | mantis 8250: try to work around timing issues | UbitUmarov | 1 | -7/+10 | |
2017-12-11 | increase sample rate of WaitGetScenePresence() | UbitUmarov | 1 | -2/+2 | |
2017-11-12 | mantis 8253: don't let attachments delete remove controls from viewers on ↵ | UbitUmarov | 1 | -9/+1 | |
crossings. | |||||
2017-11-08 | mantis 8260 fix script count on delete and remove ↵ | UbitUmarov | 2 | -5/+5 | |
redundantTriggerRemoveScript in 2 points | |||||
2017-11-08 | mantis 8263: recover the ignore of texture changes if only materialID ↵ | UbitUmarov | 1 | -2/+4 | |
changed. That should be done by respective cap (as before) | |||||
2017-11-08 | remove a potencial (and silly) deadlock; let other texture parameters ↵ | UbitUmarov | 2 | -27/+46 | |
changes trigger Changed.TEXTURE event | |||||
2017-10-25 | mantis 8253: try to recover information about takecontrols pass=false ↵ | UbitUmarov | 1 | -22/+40 | |
controls on crossings, also tell viewers about them. this may still not be correct. Use of multiple TakeControls on same avatar can still give unpredictable results (also on normal operation). In same cases last executed my override previus or not. Also change agent updates wait code | |||||
2017-10-13 | mantis 8249: give better data to llDetectedGrab | UbitUmarov | 1 | -4/+7 | |
2017-08-25 | change camera view constraint. we need to do it a lot more :( | UbitUmarov | 1 | -50/+40 | |
2017-08-24 | change a few more parcel eject code paths | UbitUmarov | 1 | -1/+1 | |
2017-08-24 | add missing file. Also in last commit comment the flag was relative to ↵ | UbitUmarov | 1 | -2/+16 | |
(un)freeze no t(un)eject | |||||
2017-08-19 | change SOP updates throttles again. Small values of omega on ↵ | UbitUmarov | 2 | -58/+74 | |
llSetTargetOmega where skiped | |||||
2017-08-13 | jenkins tests still don't set scene.IsRunning | UbitUmarov | 1 | -2/+2 | |
2017-08-13 | change locking on sop updates | UbitUmarov | 2 | -169/+186 | |
2017-07-21 | shape convex should not trigger complex cost (LI) alone | UbitUmarov | 1 | -1/+1 | |
2017-07-18 | fix object updates throttle for scripts doing motion by direct change of ↵ | UbitUmarov | 1 | -14/+17 | |
position. Most this scripts are bad, making no use of viewers interpolators. Tanks lotek. | |||||
2017-07-17 | KFM: changes on update method implies other changes. Still not that good. ↵ | UbitUmarov | 1 | -13/+25 | |
Note: objects motion timing can't be done using timers. On windows at least, those can have jitter of tens of ms | |||||
2017-07-16 | fix placement of xml ReadEndElement() | UbitUmarov | 1 | -2/+1 | |
2017-07-16 | test scenes do not set IsRunning | UbitUmarov | 1 | -3/+0 | |
2017-07-16 | store kfm on inventory. this may still be a bit confusing on rez | UbitUmarov | 4 | -6/+34 | |
2017-07-16 | don't start moving KFM things on region start that where stopped on last ↵ | UbitUmarov | 1 | -2/+2 | |
shutdown | |||||
2017-07-16 | trigger moving_end also KFM stop and pause | UbitUmarov | 1 | -0/+2 | |
2017-07-16 | make KFM use scheduled terse updates. This may increase some rubber band, ↵ | UbitUmarov | 1 | -12/+14 | |
but is needed, and should work better with recent changes on sop terseupdates control | |||||
2017-07-13 | add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; ↵ | UbitUmarov | 1 | -28/+76 | |
separed land collsions dispatch from the others... | |||||
2017-07-13 | replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no ↵ | UbitUmarov | 3 | -49/+49 | |
User modifiable Culture.FormatProvider, and also for internal coerence. We do use the libomv on other code paths, so that must be fixed | |||||
2017-07-13 | fix wrong test | UbitUmarov | 1 | -1/+1 | |
2017-07-13 | add more missing en-us culture on scene serializer writes | UbitUmarov | 2 | -31/+32 | |