aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SOPVehicle.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* give up on a property that old monos do compile, but then smore ok execUbitUmarov2018-01-091-1/+0
|
* fall back to a obsolete property since several monos in use (include our ↵UbitUmarov2018-01-081-1/+1
| | | | own) do not suporte the proper .net4.0 one
* a few more xml thingsUbitUmarov2018-01-051-0/+2
|
* replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no ↵UbitUmarov2017-07-131-8/+8
| | | | User modifiable Culture.FormatProvider, and also for internal coerence. We do use the libomv on other code paths, so that must be fixed
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-1/+1
|
* my broken version of vehicle mouse steer on ubOde (no bank,needs better damp)UbitUmarov2016-08-281-0/+10
|
* remove a warningUbitUmarov2015-11-211-3/+3
|
* More 'everything is a module' merging.Robert Adams2015-09-081-1/+1
| | | | | | Have most of UbitOde converted. There are compile errors in OpenSimBase as the new modules stuff is not all there. Removed ChOdePlugin as it's connection to OdePlugin was tangled.
* seems to compile ( tests comented out)UbitUmarov2015-09-021-12/+13
|
* missed fix on vehicle reference frameUbitUmarov2012-07-131-2/+1
|
* Change semantics of FromXML on vehicle data to make the serializer a bit cleanerMelanie2012-07-071-1/+14
|
* fix vehicle to XML stringUbitUmarov2012-07-071-7/+13
|
* Add saving vehicle physics data to the databaseMelanie2012-07-071-1/+32
|
* simplified vehicle fromXml. Use still comented on SceneObjectSerialized.csUbitUmarov2012-02-191-77/+117
|
* Vehicle XML serialization more complete. Inactived by coments in ↵UbitUmarov2012-02-191-4/+219
| | | | SceneObjectSerializar.cs until proper testing
* moved vehicle from SOG to SOPUbitUmarov2012-02-191-0/+487