UbitUmarov
|
19e5667451
|
fix transfer protocol version in string format. Let that case have tests identical to new format (this still isnt for your babies keep them safe...)
|
2015-10-31 21:50:24 +00:00 |
Melanie Thielker
|
ea56f4f27c
|
Introduce an EntityTransferContext carrying the version numbers to pass
to all interested functions. Should fix the varregion conditional.
Still a testing version, do NOT use in production!
|
2015-10-31 18:13:02 +01:00 |
Melanie Thielker
|
e8e0ba6d8f
|
Remove testing cruft that is blocking the new protocols. Unit tests no
longer test TP v1 now.
TP v1 will be removed within 6 months anyway.
|
2015-10-31 17:22:27 +01:00 |
Melanie Thielker
|
dc6bdbf740
|
Put back the option of having asymmetrical protocol versions in
transfers
|
2015-10-31 16:57:24 +01:00 |
UbitUmarov
|
ed909f56da
|
fix mantis 7734, Thanks Garmin for the report
|
2015-10-31 13:22:50 +00:00 |
UbitUmarov
|
1030d07f31
|
simplify new regions protocol version control. (May not work, and babies safety warnings still valid
|
2015-10-31 12:57:14 +00:00 |
UbitUmarov
|
9232876421
|
let silly tests override version on local connections
|
2015-10-31 02:05:11 +00:00 |
UbitUmarov
|
400c61cd60
|
fix teleport to to string version regions
|
2015-10-31 00:06:30 +00:00 |
Melanie Thielker
|
f0fd028ed9
|
Merge branch 'master' of opensimulator.org:/var/git/opensim
|
2015-10-31 00:06:34 +01:00 |
Melanie Thielker
|
dc6d9eadf3
|
Testing stage of the new versioning system. Use at own risk. May not
work. Will eat your babies. Yada. Yada.
|
2015-10-31 00:01:35 +01:00 |
UbitUmarov
|
dd9b06e3b6
|
fix mantis 7733, reverting setting of IsAttachment on first call to full check. Replace instead same simple IsAttachment tests by full checks
|
2015-10-29 22:14:11 +00:00 |
UbitUmarov
|
45ff7cec80
|
fix cut points of UTF-8 strings
|
2015-10-28 21:27:56 +00:00 |
UbitUmarov
|
8b1ae501b5
|
fix services handling of visualparameters, avoiding possible crashs (mantis 7732) partially appling code from avinationmerge
|
2015-10-27 18:39:33 +00:00 |
UbitUmarov
|
114ac59314
|
dont tell clients that we can edit a friend's attachments when we do forbid it
|
2015-10-27 01:20:21 +00:00 |
UbitUmarov
|
9e6d9e0436
|
friends rights to edit objects display on viewers fixed. This needs to be optimized in future
|
2015-10-27 01:17:32 +00:00 |
UbitUmarov
|
1982d72320
|
Make changes to a friend rights reach him on another sim; find on map does show the region. Issues: precise location on region still not avaiable and object edit permitions on viewers edit are not being updated (but are enforced by region). friends information is updated, and warnings are displayed. Only did minor testing...
|
2015-10-26 22:42:48 +00:00 |
UbitUmarov
|
6821ace3c6
|
add basic SendFindAgent() to lludp. Future use may require a list of pairs (X,Y). For now one pair is good enough.
|
2015-10-26 21:56:02 +00:00 |
UbitUmarov
|
8922d58f05
|
try fix IRC connector issue on mantis 7731 but with code a bit diferent from proposed patch. Also append '@irc' to nick on region messages, so message origin is clear
|
2015-10-26 18:00:01 +00:00 |
UbitUmarov
|
c3532ba876
|
set SOG.IsAttachment when doing a full check, so future gets see the right value
|
2015-10-25 19:59:05 +00:00 |
UbitUmarov
|
8d33ab903b
|
merge issue: fix missing '/'
|
2015-10-24 22:48:31 +01:00 |
Diva Canto
|
6f69925c51
|
Removed invalid dependencies from prebuild (those dlls no longer exist)
|
2015-10-22 21:47:04 -07:00 |
Diva Canto
|
70b681d21e
|
Removed invalid dependencies from prebuild (those dlls no longer exist)
|
2015-10-22 21:46:02 -07:00 |
UbitUmarov
|
28d4afbe3a
|
replace objects scale clamp by a more readable clamp. Simplify GroupResize and let rescale factors < 1 also be checked for size limits, Set new scales directly not checking them again.
|
2015-10-23 01:39:53 +01:00 |
UbitUmarov
|
8ed17f745d
|
let ode also finish internal representation of prim actors, before simulation
|
2015-10-22 18:03:49 +01:00 |
UbitUmarov
|
7cb6ecb9f5
|
Make physics engines finish internal representation of loaded prims before starting simulation so it does start for all at same time. Currently only in use by ubOde
|
2015-10-22 17:34:28 +01:00 |
UbitUmarov
|
7aaa84515f
|
rename terrain for opensim and respective configuration flag that a future costumized ODE library may have
|
2015-10-22 16:20:19 +01:00 |
Diva Canto
|
afba4dc1ce
|
Mark XAssetService obsolete and warn users.
|
2015-10-21 19:26:00 -07:00 |
Diva Canto
|
719c0d09ae
|
Mark XAssetService obsolete and warn users.
|
2015-10-21 19:22:20 -07:00 |
Diva Canto
|
25552dda7d
|
Fix an issue introduced in 70a46fe090 . I accidentally deleted the entire [EntityTransfer] section instead of just a few variables in it.
|
2015-10-21 16:50:31 -07:00 |
Diva Canto
|
41b28550ad
|
Fix an issue introduced in 70a46fe090 . I accidentally deleted the entire [EntityTransfer] section instead of just a few variables in it.
|
2015-10-21 16:47:56 -07:00 |
UbitUmarov
|
e464bf5d82
|
recover scripts execution time stat i lost on previus changes. Behing async, this will not add with other time stats giving total frame time, as happens on other simulators. But its a good diag stat.
|
2015-10-21 18:34:06 +01:00 |
UbitUmarov
|
f84b75b1e0
|
update ubOde hashspaces levels
|
2015-10-21 01:50:28 +01:00 |
UbitUmarov
|
44deac4c1e
|
we do not have prims with size 2^128, missing file
|
2015-10-21 01:41:04 +01:00 |
UbitUmarov
|
d44bb7d009
|
we do not have prims with size 2^128...
|
2015-10-21 01:39:32 +01:00 |
UbitUmarov
|
f6252e9037
|
also on OpenSimDefaults.ini
|
2015-10-21 01:13:41 +01:00 |
UbitUmarov
|
c37ea1910d
|
fix or remove some wrong ODE configuration settings
|
2015-10-21 01:11:39 +01:00 |
UbitUmarov
|
deb4364f42
|
remove the use of Vector3 for axis locks on the rest of engines
|
2015-10-21 00:15:09 +01:00 |
UbitUmarov
|
ce5d5fc8dc
|
the inertia matrix inversions and body inertia changes to implement axis locks need to be avoid, so use ubOde axis locks code. Hopefully this will not cause incompatibilities
|
2015-10-21 00:01:23 +01:00 |
UbitUmarov
|
747044f587
|
stop using a vector3 to store axis locks 3bit flags also in ode
|
2015-10-20 23:57:57 +01:00 |
UbitUmarov
|
f6891b36be
|
stop using a vector3 to store axis locks 3bit flags in ubOde
|
2015-10-20 19:33:15 +01:00 |
UbitUmarov
|
0045398324
|
move ugly convertion of axis locks 3 bit flags to a wasted vector3 down to PhysicsActor. Let engines use LockAngularMotion with either Vector3 argument or byte
|
2015-10-20 19:00:26 +01:00 |
UbitUmarov
|
d8528a7ba0
|
add axis locks to sop serializer. Now they are also saved to inventory
|
2015-10-20 18:37:24 +01:00 |
UbitUmarov
|
3c69071145
|
also apply axis locks, when creating a prim physics actor
|
2015-10-20 18:21:13 +01:00 |
UbitUmarov
|
3e25430e3a
|
store rotation axis locks in MySql and SQlite dbs ( others need to be updated also
|
2015-10-20 18:08:04 +01:00 |
UbitUmarov
|
52860a7d15
|
stop using a Vector3 to store 3bits
|
2015-10-20 16:55:18 +01:00 |
UbitUmarov
|
dfd60d6f71
|
STATUS_ROTATE are linkset flags and not prim
|
2015-10-20 15:37:43 +01:00 |
UbitUmarov
|
2718018cb8
|
update ODE windows DLL libraries to a modified version 0.13.1 r1902. Linux will be updated later if all goes well
|
2015-10-20 02:12:51 +01:00 |
Melanie Thielker
|
2b437f8d86
|
Let the initiator of a teleport or crossing know that we handle extra
wearables
|
2015-10-20 00:58:16 +02:00 |
Diva Canto
|
59b63b6406
|
On to 0.8.3!
Conflicts:
OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
|
2015-10-18 21:51:49 -07:00 |
Diva Canto
|
839e239c99
|
Added warning in RegionCombinerModule about it being considered obsolete and encouraging people to switch to varregions.
|
2015-10-18 21:50:11 -07:00 |