Justin Clark-Casey (justincc)
|
95cdaf81a3
refactor: Reuse Get() method in AssetService to eliminate some copy/paste in other Get methods
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
2e9c57f644
Fix bug in AssetService where requesting data only for an asset would throw an exception if the asset did not exist.
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
eafcc6f2b2
minor: log an error rather than info if a connector fails to load.
|
11 ani în urmă |
Robert Adams
|
f8067f02fe
Fix server statistics always reporting zero for total network bytes in/out.
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
515324a1aa
refactor: make llGetLinkName() and llGetLinkKey() use a common GetLinkEntity() method
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
cc24ba3a91
Fix llGetLinkKey() to return the last sat avatar as the last link number.
|
12 ani în urmă |
Justin Clark-Casey (justincc)
|
556817e279
minor: remove mono compiler warnings in LSL_Api.cs
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
2a81f4db2e
Log same environment information to Robust log as is already done for simulator logs, for debug purposes
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
3098ad4ab9
refactor: minor cleanup in osGetAvatarList()
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
9f1aac82b2
Fix bug in osCauseHealing() if called with an avatar ID for an avatar that is not in the scene.
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
60060e7be9
minor: Use more compact libomv primitive constructors in osNpcGetPos() and osNpcGetRot()
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
785abe070d
Fix minor race conditions in OSSL_Api functions where a parcel could be misidentified for moving prims.
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
5526177c32
refactor: Use LSL_Vector(Vector3) constructor in llCastRay()
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
cbb4086e82
refactor: Use ILandChannel.GetLandObject(Vector3) in LSL_Api rather than having to continually take intermediate Vector3s to avoid race conditions
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
6804549428
Add ILandChannel.GetLandObject(Vector3 position) as this is a very common input to GetLandObject()
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
cf52e8072c
Fix minor race condition in llGetCameraRot() where inconsistent information could be returned for a rotating camera
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
ac063b4681
Fix minor race condition in llGetCameraPos() where an inconsistent post could be returned for a moving camera
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
eb29597c6e
Fix minor race condition in llParcelMediaCommandList() where a parcel could be misidentified for a moving prim
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
a935440513
Fix minor race conditions in LSL_Api.GetPrimParams() for PRIM_POSITION, PRIM_SIZE and PRIM_ROT_LOCAL
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
b9d4266400
Fix minor race condition in llGetGeometricCenter() if this was changing whilst the function was called.
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
3b13dd56cd
refactor: use LSL_Rotation(Quaternion) constructor in lLGetRootRotation()
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
213f0e3a12
Fix minor race condition in llGetRootPosition() where inconsistent results could be returned for moving prims
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
75c169ffe5
Fix minor race conditions in detecting current parcel for llAddToLandPassList(), llSetParcelMusicURL() and llGetParcelMusicURL() for moving prims
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
1c12697232
refactor: use LSL_Vector(Vector3) constructor in llGroundNormal()
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
051f21ff65
minor: Reuse ground LSL_Vector in llGroundSlope() rather than creating a new one.
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
c46a00a1fe
Fix minor race conditions in llTeleportAgent(), llTeleportAgentGlobalCoords(), llEjectFromLand() and llOverMyLand() where the wrong parcel could be identified for very fast moving avatars.
|
11 ani în urmă |
SignpostMarv
|
49a2cfacb9
Implementing operators & constructors for Quaternion
|
12 ani în urmă |
SignpostMarv
|
4a35f0a305
refactoring for Vector3 operator & constructor tweaks
|
12 ani în urmă |
Justin Clark-Casey (justincc)
|
078617cff4
refactor: Use LSL_Vector(Vector3) constructor in llGetCenterOfMass()
|
11 ani în urmă |
Justin Clark-Casey (justincc)
|
6ed5561057
Fix a minor race condition in llInstantMessage() where slightly wrong origin co-ordinates could be given for a fast moving prim
|
11 ani în urmă |