aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oooops don't hover underground but do hoverUbitUmarov2012-04-271-26/+27
|
* reorder priority of vehicle hover flagsUbitUmarov2012-04-271-109/+114
|
* testUbitUmarov2012-04-271-1/+7
|
* testUbitUmarov2012-04-272-5/+2
|
* testUbitUmarov2012-04-271-12/+9
|
* testUbitUmarov2012-04-271-1/+1
|
* itestUbitUmarov2012-04-272-4/+4
|
* testUbitUmarov2012-04-271-13/+11
|
* itestUbitUmarov2012-04-271-2/+5
|
* testUbitUmarov2012-04-271-2/+2
|
* testingUbitUmarov2012-04-271-1/+1
|
* testing....UbitUmarov2012-04-272-56/+102
|
* ubitODE fix don't report colisions with a volume detector ( only report to it )UbitUmarov2012-04-271-12/+16
|
* testingUbitUmarov2012-04-271-1/+1
|
* testingUbitUmarov2012-04-271-58/+71
|
* testingUbitUmarov2012-04-272-2/+2
|
* testingUbitUmarov2012-04-271-0/+6
|
* TESTINGUbitUmarov2012-04-272-4/+5
|
* TEST more changesUbitUmarov2012-04-271-1/+2
|
* TEST more options to avnLocalTeleportUbitUmarov2012-04-271-4/+9
|
* TEST added avnLocalTeleport(Vector3 newpos, Quaternion? newrot, bool ↵UbitUmarov2012-04-271-0/+22
| | | | Stopped) to scenepresence.cs
* Help big boobies to dance (avatar visualParams). May not persist and need ↵UbitUmarov2012-04-262-2/+2
| | | | more lobe ?
* set PIDHoverTau and not PIDTau since all physics need thatUbitUmarov2012-04-251-5/+7
|
* fix chODE loosing some part positions when doing isPhysical falseUbitUmarov2012-04-242-11/+42
|
* SOG bug fix in UI object changesUbitUmarov2012-04-241-11/+20
|
* fix animations if sited in ground alsoUbitUmarov2012-04-241-1/+1
|
* let objects/avas push avasUbitUmarov2012-04-241-2/+1
|
* "save the catgirls"UbitUmarov2012-04-242-18/+13
|
* display heatbeat sleep time in stats. This may not be good for general use, ↵UbitUmarov2012-04-241-0/+5
| | | | but for testing/debug
* fix Simulation time reportUbitUmarov2012-04-241-0/+7
|
* some reduction on time resolution efects on spare time reportUbitUmarov2012-04-241-4/+8
|
* *testing* changed stats time reports to be per reported frame and not ↵UbitUmarov2012-04-241-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 rightUbitUmarov2012-04-232-21/+34
|
* ubitODE - several changes...UbitUmarov2012-04-233-431/+379
|
* fix a bug i added fixing another....UbitUmarov2012-04-221-2/+5
|
* ubitODE: - don't try to hover underground unless volumedetector (that ↵UbitUmarov2012-04-211-47/+93
| | | | doesn't colide with it)
* changed seletion code. SOP now knows about parts selection. UI actions are ↵UbitUmarov2012-04-203-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 estimationUbitUmarov2012-04-201-11/+28
|
* ubitODE - again avatar/terrain collision. Reduce new viewers interpolators ↵UbitUmarov2012-04-201-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) ↵UbitUmarov2012-04-192-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 ubitworkUbitUmarov2012-04-196-4/+28
|\
| * Allow setting a specific target velocity on TeleportWithMomentumMelanie2012-04-181-1/+11
| |
| * Allow scripts in attachments owned by the NPC to control the NPCMelanie2012-04-181-1/+7
| |
| * Prevent objects rezzed in sim from being seen as attachments and becoming ↵Melanie2012-04-172-0/+8
| | | | | | | | uneditable or crashers. (Foxtail of death)
| * Merge branch 'ubitwork'Melanie2012-04-172-2/+24
| |\
| * \ Merge branch 'ubitwork'Melanie2012-04-162-8/+16
| |\ \
| * | | Downgrade an error log message to info because there is nothing we can do ifMelanie2012-04-162-2/+2
| | | | | | | | | | | | | | | | an asset is damaged so it should not spew red ink.
* | | | ubitODE still retouching character pidUbitUmarov2012-04-181-2/+2
| | | |
* | | | ubitODE - retouch character PIDsUbitUmarov2012-04-181-4/+4
| | | |
* | | | ubitODE: prims - update managed dinamic parameters from unmanaged at ODE ↵UbitUmarov2012-04-171-78/+46
| | | | | | | | | | | | | | | | rate and not heartbeat.