dahlia
|
c0380d1bfe
apparently mono DeflateStream has no CopyTo method =(
|
11 years ago |
Diva Canto
|
5047bd7b44
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
Diva Canto
|
4058e5f709
Fixed misleading comment
|
11 years ago |
dahlia
|
aba2a44453
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
dahlia
|
1496de7ce9
use System.IO.Compression.DeflateStream for mesh decompression in an attempt to reduce mesh asset decoding failures
|
11 years ago |
BlueWall
|
1842388bb4
Add support for user preferences (im via email)
|
11 years ago |
BlueWall
|
04f8fc1ce9
Adding profile partners fix to SQLite and PgSQL drivers
|
11 years ago |
BlueWall
|
823a175f07
Stop writing partner id to record when updating profile data. This should be changed only by admin in backend.
|
11 years ago |
Fernando Oliveira
|
9b76a46df0
Reversing back to the row["ColumnName"] case field name. http://opensimulator.org/mantis/view.php?id=6868
|
11 years ago |
Justin Clark-Casey (justincc)
|
bb4f4d9480
minor: Use enums for setting inv/asset types on data upload rather than magic numbers
|
11 years ago |
Justin Clark-Casey (justincc)
|
16aaba77d4
Properly set InventoryType.Snapshot when a snapshot is uploaded
|
11 years ago |
Justin Clark-Casey (justincc)
|
17b32b764a
Fix regression where mouse look flight direction no longer worked by zeroing x/y rot before sending agent updates, instead of before any agent update processing
|
11 years ago |
Justin Clark-Casey (justincc)
|
62a2d7836f
Ignore X and Y body rotations when sent by mouse look.
|
11 years ago |
Justin Clark-Casey (justincc)
|
8ebad90800
Actually use the SP.AgentControlStopSlowWhilstMoving parameter intoroduced for slow walk/run in 4cfe02a rather than the magic number
|
11 years ago |
Justin Clark-Casey (justincc)
|
96018afab4
Remove unused SP.Updated flag, which appears unused for many years and was only set true once and never reset
|
11 years ago |
Justin Clark-Casey (justincc)
|
4cde02a2a3
Implement most effects of AGENT_CONTROL_STOP
|
11 years ago |
Justin Clark-Casey (justincc)
|
4bd4f1cd83
Remove nudgehack from SP.HandleAgentUpdate by making MovementFlag a uint rather than a byte
|
11 years ago |
Justin Clark-Casey (justincc)
|
8b3a4367ea
Still send CameraEyeOffset in UDP SendSitReponse even if at offset is Vector3.Zero
|
11 years ago |
Justin Clark-Casey (justincc)
|
5f0e763062
Remove unused sp.ParentPosition, which has not been used for some time
|
11 years ago |
Justin Clark-Casey (justincc)
|
84bfde3bdf
Comment out debug sit message accidently left active
|
11 years ago |
Justin Clark-Casey (justincc)
|
ca079c378a
Merge branch 'link-sitting'
|
11 years ago |
Justin Clark-Casey (justincc)
|
868c0c2746
Fix regression where sitting on ground stopped working.
|
11 years ago |
Justin Clark-Casey (justincc)
|
f9193e3c51
Restore SP.AbsolutePosition to properly return actual absolute position when sitting
|
11 years ago |
Justin Clark-Casey (justincc)
|
a64377149d
Add parameter checking for land_collision, land_collision_start and land_collision_end lsl events
|
11 years ago |
Justin Clark-Casey (justincc)
|
b8dd203378
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
11 years ago |
Justin Clark-Casey (justincc)
|
13017034b1
minor: Change ProfileServiceURL reference in OpenSim.ini.example to be consistent
|
11 years ago |
Mic Bowman
|
73dadef8df
Change the log level for the LOGIN DISABLED and LOGIN ENABLED messages is
|
11 years ago |
dahlia
|
e52a8d388f
"rotate scene" command now uses Constants.RegionSize / 2 to pick the center of rotation and center can be optionally overridden in the command line
|
11 years ago |
Justin Clark-Casey (justincc)
|
0785210e29
Fix stand positions rather than having the stand jump to the root prim.
|
11 years ago |
dahlia
|
5a9ec0748b
add a "rotate scene" console command. Seems to work for prims/sculpts/mesh but not for foliage, don't know why. Also doesn't work on terrain. Successive use of this command will likely introduce floating point error accumulation. Back up your region before using it :)
|
11 years ago |