Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Stop flicking IsAttachment false and then true in ↵ | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | AttachmentsModule.UpdateAttachmentPosition() in order to avoid a hud update race condition. Previously, setting IsAttachment to false then true was necessary to serialize the updated attachment object information. However, UpdateAttachmentPosition no longer does this update. Whilst IsAttachment is set to false there is a race condition where the update thread can wrongly send hud object updates to clients that do not own the hud, resulting in screen artifacts. | |||||
| * | | Fix bug where attachments would not retain position if just rotated and not ↵ | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | moved. This was because we were not setting AttachedPos in SOG.UpdateGroupPositionPR, unlike UpdateGroupPosition | |||||
| * | | refactor AttachmentsModule tests to use a common method for standard ↵ | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -70/+69 | |
| | | | | | | | | | | | | attachment item setup | |||||
| * | | Add regression test for updating attachment position | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -0/+30 | |
| | | | ||||||
| * | | Add item id, name, prim name and id to log message when state exists but ↵ | Justin Clark-Casey (justincc) | 2012-06-21 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | loading fails. Drop logging about memory limit exceeded to warn from error | |||||
| * | | Retrigger build - last jenkins run was glitched | Justin Clark-Casey (justincc) | 2012-06-21 | 1 | -1/+2 | |
| | | | ||||||
| * | | Add state file location to errors logged when there's some issue with ↵ | Justin Clark-Casey (justincc) | 2012-06-21 | 1 | -4/+4 | |
| | | | | | | | | | | | | retrieving state (e.g. exceeds memory limit) | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-21 | 17 | -130/+241 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs | |||||
| * | | Use HasPrivateAttachmentPoint properties in SOG.DeleteGroupFromScene() ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -2/+3 | |
| | | | | | | | | | | | | instead of magic numbers | |||||
| * | | refactor: use SOG.HasPrivateAttachmentPoint in SOP.SendTerseUpdateToClient() ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -2/+3 | |
| | | | | | | | | | | | | instead of attachmentpoint magic numbers. | |||||
| * | | As with LLSDInventoryItem from commit 01a2b0b, send type values in ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 2 | -8/+4 | |
| | | | | | | | | | | | | | | | | | | LLSDInventoryFolder for inventory CAPs as integers rather than strings. Should also resolve some issues with exceptions being thrown in some inventory fetches. | |||||
| * | | Lower warn logging on not having friends/group module on permissions to debug. | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | It's a valid configuration not to have these modules, but I think it's still worth logging the fact that certain permissions won't work (always return true) | |||||
| * | | minor: Lower flotsam asset cache warning about not having a FlotsamCache.ini ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | to debug It's perfectly okay not to have this section. | |||||
| * | | Remove STARTUP COMPLETE message from the startuplogo.txt file and into main ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -1/+3 | |
| | | | | | | | | | | | | logging | |||||
| * | | Comment out the neighbour and land in connectors from info logging that they ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 3 | -3/+3 | |
| | | | | | | | | | | | | are starting up | |||||
| * | | Comment out recently added log message detailing number of scripts started ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | when compile queue empties for now | |||||
| * | | Raise some IO associated Exception logging in XEngine to error level, in ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | line with other similar cases. Remove more unnecessary Close() calls - these are being triggered by the Dispose() called when exiting the using statement for these sdk io objects. | |||||
| * | | Log how many scripts are candidates for starting and how many are actually ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 5 | -66/+166 | |
| | | | | | | | | | | | | | | | | | | started. Adds DebugLevel infrastructure to XEngine though currently commented out and unused. | |||||
| * | | If RegionReady is active, don't falsely say that logins are enabled in the ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | main scene loop before RegionReady is signalled when initial script compilation finishes. Also raises this logging level to Info from Debug since this information is of high importance. This matches the behaviour of the RegionReady module | |||||
| * | | minor: If logging because mesh/sculpt data isn't present for an object, log ↵ | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | object UUID rather than local id, since UUID doesn't potentially vary between simulator starts. | |||||
| * | | Like the assembly and text files, only write the c#-lsl linemap in ↵ | Justin Clark-Casey (justincc) | 2012-06-19 | 1 | -27/+27 | |
| | | | | | | | | | | | | | | | | | | XEngine.SetXMLState() if the trust binaries flag is set. This doesn't affect other locations where the map is written, such as on script compilation. | |||||
| * | | minor: Add a little more detail to IOException logging in XEngine.SetXMLState() | Justin Clark-Casey (justincc) | 2012-06-19 | 1 | -11/+14 | |
| | | | | | | | | | | | | | | | Also removes superflous Close() commands for statements taking place within using() constructs Also adds some comment out debug log messages for future use. | |||||
| * | | Change read config paramter from max_urls_per_simulator to ↵ | Justin Clark-Casey (justincc) | 2012-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | max_external_urls_per_simulator, which is what it was meant to be | |||||
| * | | Fix bug introduced in commit c6e3752 (13 Jun 2012) where poll responses ↵ | Justin Clark-Casey (justincc) | 2012-06-16 | 1 | -3/+1 | |
| | | | | | | | | | | | | would always return OK even if some other status code had been set | |||||
| * | | Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ↵ | Justin Clark-Casey (justincc) | 2012-06-16 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | configuration of how many urls can be set up by llRequestURL() Defaults remains as 100. This setting is per simulator instead of per region due to how the url script module is structured. | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-15 | 5 | -10/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Add region name to UseCircuitCode log messages | Justin Clark-Casey (justincc) | 2012-06-15 | 1 | -4/+4 | |
| | | | ||||||
| * | | Put all debug console commands into a single Debug section rather than ↵ | Justin Clark-Casey (justincc) | 2012-06-15 | 4 | -6/+6 | |
| | | | | | | | | | | | | scattering them over other categories | |||||
* | | | Merge branch 'avination' into careminster | Melanie | 2012-06-15 | 3 | -94/+588 | |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||||
| * | | Reapply the one change that was in the revert that was actually function, not | Melanie | 2012-06-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | form | |||||
| * | | Revert changes... | UbitUmarov | 2012-06-15 | 2 | -76/+37 | |
| | | | | | | | | | | | | This reverts commit c8227e1bb70817351de283fb647ec39f090fc9f1. | |||||
| * | | SL doesn't let scripts rotate root part of physical linksets also fix ↵ | UbitUmarov | 2012-06-15 | 1 | -16/+27 | |
| | | | | | | | | | | | | sitting avatars rotations broken in previus commit, forcing send of updates. | |||||
| * | | Add sop IsPhysical and IsPhantom to be used gradually in core in place of ↵ | UbitUmarov | 2012-06-15 | 1 | -3/+21 | |
| | | | | | | | | | | | | asking physics engines all the time. Some engines delays may make them give wrong answers. | |||||
| * | | only rotation of root part change parts positions, so only call ↵ | UbitUmarov | 2012-06-15 | 1 | -21/+31 | |
| | | | | | | | | | | | | ResetChildPrimPhysicsPositions() if root part. Plus 'cosmetics' | |||||
| * | | Merge branch 'avination' into ubitwork | UbitUmarov | 2012-06-13 | 1 | -3/+11 | |
| |\ \ | ||||||
| | * | | Add detecting non-physical phantoms back into raycast | Melanie | 2012-06-13 | 1 | -3/+11 | |
| | | | | ||||||
| * | | | Changed t adding the avatar dependent sit offset and not subtracting, so ↵ | UbitUmarov | 2012-06-13 | 2 | -27/+46 | |
| | | | | | | | | | | | | | | | | not to break inworld contents. SL ported scripts will show a sit error around 0.1m. Added respective compensation in LSL api to maintain coerence. Fixed several bugs still on SET/GET[link]PrimitiveParams[fast] and llGetObjectDetails() | |||||
| * | | | convert a LSL rotation of <0,0,0,0> to <0,0,0,1> and not <0,0,1,0> in ↵ | UbitUmarov | 2012-06-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | SitTarget. Something seems to be doing that before this gets called, but just in case... | |||||
| * | | | Fixed llGetObjectDetails(), OBJECT_ROT for sitting avatars case, plus ↵ | UbitUmarov | 2012-06-13 | 1 | -9/+23 | |
| | | | | | | | | | | | | | | | | 'cosmetics' and added some parts costs information. | |||||
| * | | | *TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. ↵ | UbitUmarov | 2012-06-13 | 2 | -10/+19 | |
| | | | | | | | | | | | | | | | | Changed the sign of the sitoffset dependent on avatar size in SP.cs. Removed that offset correction from SET/GET..primitiveParams in LSL api. If the sign needs to be the previus one, then all references to avatar positions on LSL api need to be fixed with that correction, not only SET/GETprimitiveParams. | |||||
| * | | | try to replicate SL bug of PRIM_ROTATION also for avas, est a fix to other ↵ | UbitUmarov | 2012-06-12 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | cases | |||||
| * | | | fix the try.. finally in SetPrimitiveParams i did mess and add one for the ↵ | UbitUmarov | 2012-06-12 | 1 | -188/+156 | |
| | | | | | | | | | | | | | | | | avatars case, so to optimize a bit 'warp' scripts. | |||||
| * | | | more changes to Get and Get primitiveparams: Let Get remove avatarheight ↵ | UbitUmarov | 2012-06-12 | 1 | -26/+94 | |
| | | | | | | | | | | | | | | | | adjust,add Get PRIM_LINK_TARGET handling, changed avatar Set positions code... | |||||
| * | | | Moved auxiliar funtions of last commit from sop to lsl api since they are ↵ | UbitUmarov | 2012-06-12 | 2 | -39/+22 | |
| | | | | | | | | | | | | | | | | only used on one place each | |||||
| * | | | *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ↵ | UbitUmarov | 2012-06-12 | 2 | -3/+272 | |
| | | | | | | | | | | | | | | | | code in SOP.cs | |||||
| * | | | change object drag so it applies a impulse and not a push force so it works ↵ | UbitUmarov | 2012-06-11 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | as before my fix to impulse/forces | |||||
| * | | | Merge branch 'avination' into ubitwork | UbitUmarov | 2012-06-11 | 4 | -7/+80 | |
| |\ \ \ | | |/ / | ||||||
| * | | | *UNTESTED* fix PRIM_LINK_TARGET. Make it work on avatars, set any pending ↵ | UbitUmarov | 2012-06-08 | 1 | -7/+37 | |
| | | | | | | | | | | | | | | | | position change on others; don't assume m_host is in same grp that part (possible always is)... | |||||
| * | | | *UNTESTED* let SetPrimParams for avatars parse even unsupported parameters ↵ | UbitUmarov | 2012-06-08 | 1 | -2/+84 | |
| | | | | | | | | | | | | | | | | so that if a supported one is in the middle of then it still works. | |||||
| * | | | *UNTESTED* added PRIM_POS_LOCAL and PRIM_ROT_LOCAL in SetPrimParams for ↵ | UbitUmarov | 2012-06-08 | 1 | -6/+46 | |
| | | | | | | | | | | | | | | | | avatars. Stopped setting position twice in normal SetPrimParams |