Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oooops don't hover underground but do hover | UbitUmarov | 2012-04-27 | 1 | -26/+27 |
| | |||||
* | reorder priority of vehicle hover flags | UbitUmarov | 2012-04-27 | 1 | -109/+114 |
| | |||||
* | test | UbitUmarov | 2012-04-27 | 1 | -1/+7 |
| | |||||
* | test | UbitUmarov | 2012-04-27 | 2 | -5/+2 |
| | |||||
* | test | UbitUmarov | 2012-04-27 | 1 | -12/+9 |
| | |||||
* | test | UbitUmarov | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | itest | UbitUmarov | 2012-04-27 | 2 | -4/+4 |
| | |||||
* | test | UbitUmarov | 2012-04-27 | 1 | -13/+11 |
| | |||||
* | itest | UbitUmarov | 2012-04-27 | 1 | -2/+5 |
| | |||||
* | test | UbitUmarov | 2012-04-27 | 1 | -2/+2 |
| | |||||
* | testing | UbitUmarov | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | testing.... | UbitUmarov | 2012-04-27 | 2 | -56/+102 |
| | |||||
* | ubitODE fix don't report colisions with a volume detector ( only report to it ) | UbitUmarov | 2012-04-27 | 1 | -12/+16 |
| | |||||
* | testing | UbitUmarov | 2012-04-27 | 1 | -1/+1 |
| | |||||
* | testing | UbitUmarov | 2012-04-27 | 1 | -58/+71 |
| | |||||
* | testing | UbitUmarov | 2012-04-27 | 2 | -2/+2 |
| | |||||
* | testing | UbitUmarov | 2012-04-27 | 1 | -0/+6 |
| | |||||
* | TESTING | UbitUmarov | 2012-04-27 | 2 | -4/+5 |
| | |||||
* | TEST more changes | UbitUmarov | 2012-04-27 | 1 | -1/+2 |
| | |||||
* | TEST more options to avnLocalTeleport | UbitUmarov | 2012-04-27 | 1 | -4/+9 |
| | |||||
* | TEST added avnLocalTeleport(Vector3 newpos, Quaternion? newrot, bool ↵ | UbitUmarov | 2012-04-27 | 1 | -0/+22 |
| | | | | Stopped) to scenepresence.cs | ||||
* | revert last add commit | UbitUmarov | 2012-04-26 | 1 | -2/+3 |
| | |||||
* | add wearable type PHYSICS | UbitUmarov | 2012-04-26 | 1 | -6/+13 |
| | |||||
* | Help big boobies to dance (avatar visualParams). May not persist and need ↵ | UbitUmarov | 2012-04-26 | 4 | -17/+41 |
| | | | | more lobe ? | ||||
* | set PIDHoverTau and not PIDTau since all physics need that | UbitUmarov | 2012-04-25 | 1 | -5/+7 |
| | |||||
* | fix chODE loosing some part positions when doing isPhysical false | UbitUmarov | 2012-04-24 | 2 | -11/+42 |
| | |||||
* | SOG bug fix in UI object changes | UbitUmarov | 2012-04-24 | 1 | -11/+20 |
| | |||||
* | fix animations if sited in ground also | UbitUmarov | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | let objects/avas push avas | UbitUmarov | 2012-04-24 | 1 | -2/+1 |
| | |||||
* | "save the catgirls" | UbitUmarov | 2012-04-24 | 2 | -18/+13 |
| | |||||
* | display heatbeat sleep time in stats. This may not be good for general use, ↵ | UbitUmarov | 2012-04-24 | 1 | -0/+5 |
| | | | | but for testing/debug | ||||
* | fix Simulation time report | UbitUmarov | 2012-04-24 | 1 | -0/+7 |
| | |||||
* | some reduction on time resolution efects on spare time report | UbitUmarov | 2012-04-24 | 1 | -4/+8 |
| | |||||
* | *testing* changed stats time reports to be per reported frame and not ↵ | UbitUmarov | 2012-04-24 | 1 | -11/+64 |
| | | | | acumulated in about 1second. Total Frame Time is not just 1/reported sim fps | ||||
* | ubitODE - do own timing control (as chODE does) until heartbeat does it right | UbitUmarov | 2012-04-23 | 2 | -21/+34 |
| | |||||
* | ubitODE - several changes... | UbitUmarov | 2012-04-23 | 3 | -431/+379 |
| | |||||
* | fix a bug i added fixing another.... | UbitUmarov | 2012-04-22 | 1 | -2/+5 |
| | |||||
* | ubitODE: - don't try to hover underground unless volumedetector (that ↵ | UbitUmarov | 2012-04-21 | 1 | -47/+93 |
| | | | | doesn't colide with it) | ||||
* | changed seletion code. SOP now knows about parts selection. UI actions are ↵ | UbitUmarov | 2012-04-20 | 3 | -24/+104 |
| | | | | sent to SOP and this reports to SOG. Group is selected if any part is selected.sop.isSelect get() is only used in SOG. Will need to be improved for better performance on largelinksets. *UNTESTED* NEEDS CHECKING for side efects | ||||
* | ubitODE: - Change triangles used in terrain height estimation | UbitUmarov | 2012-04-20 | 1 | -11/+28 |
| | |||||
* | ubitODE - again avatar/terrain collision. Reduce new viewers interpolators ↵ | UbitUmarov | 2012-04-20 | 1 | -6/+14 |
| | | | | efects reporting null velocity and aceleration when stopped near the right position, where they can still have instantanius large values that can get magnified by interpolators, specially using diferent timing estimation. | ||||
* | changed - VolumeDetect and phantom setting interaction. Script VD(true) ↵ | UbitUmarov | 2012-04-19 | 2 | -13/+40 |
| | | | | forces phantom ON. UI phantom off turns off VD. Other transitions should only change specific parameter. This is not as current SL. - Fixed volumedetect prims being wrongly removed from physics. | ||||
* | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork | UbitUmarov | 2012-04-19 | 6 | -4/+28 |
|\ | |||||
| * | Allow setting a specific target velocity on TeleportWithMomentum | Melanie | 2012-04-18 | 1 | -1/+11 |
| | | |||||
| * | Allow scripts in attachments owned by the NPC to control the NPC | Melanie | 2012-04-18 | 1 | -1/+7 |
| | | |||||
| * | Prevent objects rezzed in sim from being seen as attachments and becoming ↵ | Melanie | 2012-04-17 | 2 | -0/+8 |
| | | | | | | | | uneditable or crashers. (Foxtail of death) | ||||
| * | Merge branch 'ubitwork' | Melanie | 2012-04-17 | 2 | -2/+24 |
| |\ | |||||
| * \ | Merge branch 'ubitwork' | Melanie | 2012-04-16 | 2 | -8/+16 |
| |\ \ | |||||
| * | | | Downgrade an error log message to info because there is nothing we can do if | Melanie | 2012-04-16 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | an asset is damaged so it should not spew red ink. | ||||
* | | | | ubitODE still retouching character pid | UbitUmarov | 2012-04-18 | 1 | -2/+2 |
| | | | |