aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SOPVehicle.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov1-1/+0
2018-01-08fall back to a obsolete property since several monos in use (include our own)...UbitUmarov1-1/+1
2018-01-05 a few more xml thingsUbitUmarov1-0/+2
2017-07-13replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no User...UbitUmarov1-8/+8
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-1/+1
2016-08-28my broken version of vehicle mouse steer on ubOde (no bank,needs better damp)UbitUmarov1-0/+10
2015-11-21 remove a warningUbitUmarov1-3/+3
2015-09-08More 'everything is a module' merging.Robert Adams1-1/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov1-12/+13
2012-07-13 missed fix on vehicle reference frameUbitUmarov1-2/+1
2012-07-07Change semantics of FromXML on vehicle data to make the serializer a bit cleanerMelanie1-1/+14
2012-07-07 fix vehicle to XML stringUbitUmarov1-7/+13
2012-07-07Add saving vehicle physics data to the databaseMelanie1-1/+32
2012-02-19simplified vehicle fromXml. Use still comented on SceneObjectSerialized.csUbitUmarov1-77/+117
2012-02-19Vehicle XML serialization more complete. Inactived by coments in SceneObjectS...UbitUmarov1-4/+219
2012-02-19 moved vehicle from SOG to SOPUbitUmarov1-3/+3
2012-02-18 missing paramenters init plus some cleaningUbitUmarov1-91/+16
2012-02-18 added a EnUsCulture whatever that is..UbitUmarov1-4/+3
2012-02-18a bit less human readable xmlUbitUmarov1-25/+25
2012-02-18 added some ToXml2 to SOGVehicle ( unused untested )UbitUmarov1-1/+84
2012-02-18changed how vehicle data is stored and passed to physics. use unsafe in seria...UbitUmarov1-163/+173
2012-02-18 vehicle parameters do cross (i hope) on regions in same instance ( others ne...UbitUmarov1-12/+51
2012-02-18 let SOG know about vehicles. Still needs serialization and applyphyscis on d...UbitUmarov1-450/+32
2012-02-11 changes to vehicle bankingUbitUmarov1-69/+23
2012-02-11a bit better vertical attractor and bankingUbitUmarov1-12/+23
2012-02-10test on gitUbitUmarov1-0/+1
2012-02-10 Changes to vehicles code etc. Includes some debug aids to remove later.UbitUmarov1-224/+72
2012-02-08UbitODE plugin initial commitUbitUmarov1-0/+1035